Jump to content



Photo
- - - - -

The flipper solenoids do not work in FX3 after updating DOFLINX 7.46

DOFLINX

  • Please log in to reply
6 replies to this topic

#1 joselito40

joselito40

    Neophyte

  • Members
  • Pip
  • 4 posts

  • Flag: Spain

  • Favorite Pinball: Demolition man

Posted 10 February 2024 - 11:10 AM

The flipper solenoids do not work in FX3 after updating DOFLINX to version 7.46. Before all the solenoids worked fine, now they all work except the flipper solenoids.
Any solution?
Is it related to night mode?

 

THANKS



#2 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,102 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 10 February 2024 - 08:27 PM

More information required.  Perhaps grab a short sample log with DEBUG=2, then post that plus you INI file for starters.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#3 joselito40

joselito40

    Neophyte

  • Members
  • Pip
  • 4 posts

  • Flag: Spain

  • Favorite Pinball: Demolition man

Posted 11 February 2024 - 05:06 PM

 Thank you for giving me your time

 

DOFLINX.ini:

######    DOFLINX - MAIN CONFIG INI FILE     ############         UPDATED BY TERRYRED           ######


# IMPORTANT! Please go through and edit EVERY section for your particular setup! If you don't you may get errors!


# This is a config file for DOFLinx with most of the available settings as a sample.
# DOFLinx works with LEDWiz, PacLed64, Pinscape, Ultimate I/O Sainsmart (FTDI devices), PinControl, and Teensy (or similar).
# Lines that start with a hash (#) or are blank are not processed.


# Device outputs are entered in the format of device (D) and output number (#) in the format D##, so controller device 1 and output 3 is "103" without the quotes, controller board 2 output 23 is "223" without quotes.


# The keyboard hex code for the "Key to Output / Colour",etc type functions can be found here:
#https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
#


###### DEBUG MODE ######


# 0 = OFF (normal operation), 1 = ON. When ON a window will appear and a log file will be created in the EXE directory.


DEBUG=0




########## DIRECTORY PATHS ##########


# IMPORTANT!!! Keep this as the first pararameter (other than DEBUG if you need it) to process in your INI file.  The order past ths point is not relevant!


# Point to your directoutputconfig.ini file.  Your file may have a number, ie directoutputconfig20.ini
# You can point to any of your directoutputconfig.ini files, but only one.


DIRECTOUTPUTCONFIG=C:\DirectOutput\config\directoutputconfig8.ini


# This is the folder where B2SServer.exe can be found on your system


PATH_B2S_SERVER=c:\Visual Pinball\Tables\


# This is the path to where your B2SServer GlobalConfig is located. Needed for addressable led effects.


DIRECTOUTPUTGLOBAL=C:\DirectOutput\config\GlobalConfig_b2SServer.xml


# The location of the .FX3 game specific files included with the DOFLinx release package
# Ensure your path has a \ on the end of it


PATH_FX3=C:\DirectOutput\DOFLinx_FX3\


# The path to where you keep all of the .directb2s files that you've downloaded for use with FX3
# Ensure your path has a \ on the end of it


PATH_FX3_B2S=C:\DirectOutput\DOFLinx_B2S\FX3\




######### RGB UNDERCAB LIGHTING #########


# RGB Undercabinet Colour Change. RAINBOW = cycle through the colours. RANDOM = use random colour order


RGB_STYLE=RANDOM


# What changes the RGB undercabinet colour. TIME = set time period. FLIPPER = flipper press after the RGB_TRIGGER minimum time (to stop rapid colour changes)


RGB_TRIGGER=TIME


# The minimum time for change between flipper flips, 1000mS or 1 second


RGB_MIN_TIME=8000


# The Device and "RED" port for RGB undercabinet lighting


RGB_OUTPUT=101




######## FUTURE PINBALL LINK ########


# Turn on the attempt to make a full connection to Future Pinball when it is detected as running


FP_ATTEMPT_LINK=1


# When Future Pinball is detected and a Link is being established, this is the maximum amount of time the FP LINK will be attempted. After this time has passed, DOFLinx will activate it's Default mode.


FP_LINK_WAIT_TIME=95000




######## DEVICES and PORTS for FUTURE PINBALL and FX3 ########


# LINK_XX=D##,Default Time,Max Time,Intensity Level


# Intensity Level should normally be left at 255 (max). Only PWM outputs used with something like a Shaker Motor can be less than 255.


# Device and Ports for the 10 solenoid setup for Flippers, Slingshots, Middle 3 solenoids, Back 3 Solenoids.


LINK_LF=209,50,10000,255
LINK_RF=210,50,10000,255
LINK_LS=216,50,1000,255
LINK_RS=208,50,1000,255
LINK_ML=204,50,1000,255
LINK_MC=205,50,1000,255
LINK_MR=206,50,1000,255
LINK_BL=201,50,1000,255
LINK_BC=202,50,1000,255
LINK_BR=203,50,1000,255


# Device and Ports for the shaker, gear motor, knocker, beacon and strobe


LINK_SH=215,1000,5000,255
LINK_GR=232,750,10000,255
LINK_KN=114,120,500,255
LINK_BK=108,FLASH,200,255
LINK_SR=104,ON,0,255


# Device and Ports for the lights inside the various buttons including Start, Extra Ball, Coin, Exit, Launch Ball and Fire


LINK_ST=211
LINK_EB= 
LINK_CN=213
LINK_EX=212
LINK_LB=214
LINK_FR= 


# Device and "RED" ports for the 5 RGB flashers.


LINK_FLOL=217
LINK_FLIL=220
LINK_FLCN=223
LINK_FLIR=226
LINK_FLOR=229




######## DOFLINX DEFAULT and FALLBACK FUNCTIONS ########


# These are the default and "fallback" type of functions that are used when DOFLinx is made active, but no link to Future Pinball or FX3 is established. 


# Turn on Button lights when DOFLinx is activated (such as EXIT button)


BUTTONS_ON=212,211,214


# Set the key code for the keys being used as Left and Right flippers
# Used for the default fall back if a full link cannot be established with FX3 or Future Pinball
# Left Shift = A0, Right Shift = A1


L_FLIPPER_KEY=A0
R_FLIPPER_KEY=A1


# The device and port for the left and right flippers.


L_FLIPPER_OUTPUT=209
R_FLIPPER_OUTPUT=210


# Just in case things go wrong (ie no keyup signal is detected, flipper held down for a long time), what is the maximum time a flipper solenoid / contactor can be in in milliseconds


MAX_FLIPPER_ON=5000




######## KEY TO OUTPUT / COLOUR, etc examples ########


# Make the "4" key (key code 34) to pulse controller/output 119


#KEY_TO_OUTPUT=34,119


# Set the left and right control keys to turn on a specific colour (red) for RGB.
# Example, when nudge keys are used it all goes red.


#KEY_TO_COLOUR=A2,109,Red,A3,109,Red




######## MISC SETTINGS ########


# The list of processes that can activate DOFLinx, such as Pinball FX3, Future Pinball, etc. 


PROCESSES=Pinball FX3,Pinball FX2,Future Pinball,mamelayplus


# An over-ride to the default setting if this is just being used with Pinball FX3, not FX2, FP or other systems that may require the default delay


#PROCESS_TO_ACTIVE_TIME=1


# AUTO_MX (enabled=1) Allows for FX3 and Future Pinball tables that have DOFLinx support (for 5 RGB Flashers, Beacon, and Strobe) to automatically create basic Addressable Led effects.


AUTO_MX=1


# Set to 1 to output the game name to the log regardless of the DEBUG flag setting.  Set to 0 to simply follow the DEBUG flag.
# Quite useful when you trying to get the FX3 window game name for setting game specific colours, matching B2S names, etc


OUTPUT_GAME_NAME=0




######## DOFLINX SETTINGS SCREEN ########


# Configure the DOFLinx generated settings screen to activate when 4 keys are pressed, left shift, right shift, left ctl and right ctl (both flippers and magna saves)
# Set the Left flipper for UP, right flipper for DOWN, Start button for CHANGE and Extra Ball for EXIT


SETTING_ACTIVATE=A0,A1,A2,A3
SETTING_UP=A0
SETTING_DOWN=A1
SETTING_CHANGE=31
SETTING_EXIT=32
SETTING_MESSAGE=L Flipper = Up, R Flipper = Down, Start = Change, EB = Exit
SETTING=UnderCab,115,Under cabinet lighting disabled,Off,Y,114,150
SETTING=Addressable,119,Addressable LEDs Enabled,On,Y,118,50
SETTING=NIGHT,,Night Mode,Off,Y




######## FX2 GAME COLOURS ########


GAME_COLOUR=MsSplosionMan,Dodger_Blue,Pink,Medium_Blue,Purple,Royal_Blue
GAME_COLOUR=PlantsVSZombies,Lime_Green,Yellow_Green,Dodger_Blue
GAME_COLOUR=SouthParkButtersVeryOwnPinballGame,Dark_Red,Blue,Gold,Dark_Violet,Orange,Dodger_Blue,Lime_Green
GAME_COLOUR=SouthParkSuperSweetPinball,Dark_Red,Lime,Blue,Gold,Dark_Violet,Orange,Dodger_Blue,Lime_Green,Yellow_Green
GAME_COLOUR=SuperLeagueASRoma,Lime_Green,Orange,Lime,Yellow,Red
GAME_COLOUR=SuperLeagueZenStudiosFC,Lime_Green,Orange,Lime,Yellow,Red
GAME_COLOUR=SuperLeagueArsenalFC,Lime_Green,Orange,Lime,Yellow,Red
GAME_COLOUR=SuperLeagueLiverpoolFC,Lime_Green,Orange,Lime,Yellow,Red
GAME_COLOUR=SuperLeagueJuventus,Lime_Green,Orange,Lime,Yellow,Red
GAME_COLOUR=SuperLeagueACMilan,Lime_Green,Orange,Lime,Yellow,Red
GAME_COLOUR=SuperLeagueRealMadridCF,Lime_Green,Medium_Blue,Lime,Yellow,Red
GAME_COLOUR=SuperLeagueFCBarcelona,Slate_Blue,Lime_Green,Yellow,Blue_Violet,Lime,Red

Edited by joselito40, 11 February 2024 - 08:45 PM.


#4 joselito40

joselito40

    Neophyte

  • Members
  • Pip
  • 4 posts

  • Flag: Spain

  • Favorite Pinball: Demolition man

Posted 11 February 2024 - 05:20 PM

DOFLinx.log:

11-Feb-24 19:04:18.762 - DOFLinx for Pinball Emulators - DOFLinx by DDH6911-Feb-24 19:04:18.776 - Starting up - version 7.46
11-Feb-24 19:04:18.776 - 64 bit operating system
11-Feb-24 19:04:18.798 - 32 bit application
11-Feb-24 19:04:18.806 - For support come and visit the community here http://www.vpforums.org/index.php?showforum=104
11-Feb-24 19:04:18.813 - Pre-Reading DOFLinx.INI startup config file details
11-Feb-24 19:04:18.906 - DEBUG enabled with showing of window False
11-Feb-24 19:04:26.509 - Found Teensy controller named 'TeensyStripController'
11-Feb-24 19:04:26.530 - Joystick # 1 detected : 32 buttons   Z-Axis
11-Feb-24 19:04:26.535 - DOFLinx device: 1 Initializing as Pinscape #2 with name=Pinscape Controller
11-Feb-24 19:04:26.539 - DOFLinx device:1 Pinscape setup with 22 outputs
11-Feb-24 19:04:26.547 - DOFLinx device: 2 Initializing as LEDWiz #1 with ID=0
11-Feb-24 19:04:26.553 - DOFLinx device:2 LEDWiz setup with 32 outputs
11-Feb-24 19:04:26.561 - DOFLinx device: 3 Initializing as LEDWiz #8 with ID=1
11-Feb-24 19:04:26.568 - DOFLinx device:3 LEDWiz setup with 32 outputs
11-Feb-24 19:04:26.576 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one
11-Feb-24 19:04:26.586 - Reading DOFLinx.INI startup config file details
11-Feb-24 19:04:26.591 - Turning DEBUG off
11-Feb-24 19:04:26.599 - DEBUG enabled with showing of window False
11-Feb-24 19:04:26.607 - Reading DirectOutputConfig file named C:\DirectOutput\config\directoutputconfig8.ini
11-Feb-24 19:04:26.640 - Failed to load button #16 with data ',MONO'
11-Feb-24 19:04:26.641 - Failed to load button #28 with data ',MONO'
11-Feb-24 19:04:26.892 - Set Debug Privilege = Running as administrator so no action taken
11-Feb-24 19:04:28.517 - Stopping ROM
11-Feb-24 19:04:28.565 - DOFLinx device: 1 Initializing as Pinscape #2 with name=Pinscape Controller
11-Feb-24 19:04:28.566 - DOFLinx device:1 Pinscape setup with 22 outputs
11-Feb-24 19:04:28.573 - DOFLinx device: 2 Initializing as LEDWiz #1 with ID=0
11-Feb-24 19:04:28.581 - DOFLinx device:2 LEDWiz setup with 32 outputs
11-Feb-24 19:04:28.588 - DOFLinx device: 3 Initializing as LEDWiz #8 with ID=1
11-Feb-24 19:04:28.595 - DOFLinx device:3 LEDWiz setup with 32 outputs
11-Feb-24 19:04:28.602 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one
11-Feb-24 19:04:43.976 - Found valid process name of 'Pinball FX3'
11-Feb-24 19:04:43.977 - Setting FX3 process ID to :7568
11-Feb-24 19:04:46.017 - Activated by process name : 'Pinball FX3'
11-Feb-24 19:04:46.022 - Named process detected and startup commenced
11-Feb-24 19:04:46.540 - FX3.EXE file exists, getting details
11-Feb-24 19:04:46.542 - FX3 EXE name=C:\Program Files (x86)\Steam\steamapps\common\Pinball FX3\Pinball FX3.exe Size=17950576 bytes, Dated 3/19/2019 12:20:34 PM
11-Feb-24 19:04:46.550 - Applying memory offsets for FX3 version circa 19/3/19
11-Feb-24 19:04:46.565 - FX3 full link active
11-Feb-24 19:04:47.572 - B2S file not found : FX3Logo
11-Feb-24 19:04:48.572 - Loading FX3 configuration file C:\DirectOutput\DOFLinx_FX3\ALL_PRE.FX3
11-Feb-24 19:04:48.574 - Processing parameter 'BUTTON_LIGHT_ACTION' with data 'BUT_LF,LEFTFLIPPER,ON,2,0,BLACK,BUT_LF,LEFTFLIPPER,OFF,1,0,BLACK,BUT_RF,RIGHTFLIPPER,ON,2,0,BLACK,BUT_RF,RIGHTFLIPPER,OFF,1,0,BLACK,BUT_ML,NUDGELEFT,ON,7,1000,RED,BUT_ML,NUDGEFORWARD,ON,7,1000,RED,BUT_MR,NUDGERIGHT,ON,7,1000,RED,BUT_MR,NUDGEFORWARD,ON,7,1000,RED' in real-time
11-Feb-24 19:04:48.590 - Loading FX3 configuration file C:\DirectOutput\DOFLinx_FX3\Thor.FX3
11-Feb-24 19:04:48.593 - Processing parameter 'FF_ROM' with data 'FX2_THOR' in real-time
11-Feb-24 19:04:48.608 - Loading DOF 'Pinball' with ROM='FX2_THOR'
11-Feb-24 19:04:53.844 - Turning on fixed out Device=2 Output=12
11-Feb-24 19:04:53.846 - Turning on fixed out Device=2 Output=11
11-Feb-24 19:04:53.857 - Turning on fixed out Device=2 Output=14
11-Feb-24 19:04:53.868 - Processing parameter 'BACKGLASS_EXISTS' with data 'YES' in real-time
11-Feb-24 19:04:53.879 - Processing parameter 'COLOUR_PALETTE' with data 'DARK_RED,BLUE,GOLD,DARK_VIOLET,ORANGE,DODGER_BLUE,LIME' in real-time
11-Feb-24 19:04:53.889 - Processing parameter 'BUTTON_COLOUR_CHANGE' with data 'BUT_LF,DARK_VIOLET,BUT_RF,DARK_VIOLET,BUT_ML,GOLD,BUT_MR,GOLD' in real-time
11-Feb-24 19:04:53.905 - Loading FX3 configuration file C:\DirectOutput\DOFLinx_FX3\ALL_POST.FX3
11-Feb-24 19:04:53.911 - Turning on fixed out Device=2 Output=12
11-Feb-24 19:04:53.922 - Turning on fixed out Device=2 Output=11
11-Feb-24 19:04:53.933 - Turning on fixed out Device=2 Output=14
11-Feb-24 19:04:53.943 - B2S file not found : Thor
11-Feb-24 19:04:53.968 - Cabinet Mode = 0   Backglass Mode = 0
11-Feb-24 19:04:53.986 - There are no OFF actions for GAMEMODE
11-Feb-24 19:04:55.483 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
11-Feb-24 19:04:55.489 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FD,6,750,50,RANDOM'
11-Feb-24 19:04:55.498 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FD,6,750,50,RANDOM'
11-Feb-24 19:04:55.510 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FD,6,750,50,RANDOM'
11-Feb-24 19:04:55.519 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FD,6,750,50,RANDOM'
11-Feb-24 19:04:55.531 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FD,6,750,50,RANDOM'
11-Feb-24 19:04:55.544 - GAMEMODE mode=1 action #6 of 'FF_B2S,B2SSTARTANIMATION,TITLE'
11-Feb-24 19:04:55.557 - GAMEMODE mode=1 action #7 of 'FF_DOF,E424,-1'
11-Feb-24 19:05:06.723 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
11-Feb-24 19:05:06.725 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
11-Feb-24 19:05:11.832 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
11-Feb-24 19:05:11.833 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
11-Feb-24 19:05:13.673 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
11-Feb-24 19:05:13.675 - Link is turning on device #4 for 50 milliseconds
11-Feb-24 19:05:13.684 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
11-Feb-24 19:05:13.696 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_COLOUR,WHITE,RGB_TT,200'
11-Feb-24 19:05:13.705 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_FLASHER,DV_FLIR,FL_ON,1,1,100,CYAN'
11-Feb-24 19:05:13.713 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,BACKGROUND1'
11-Feb-24 19:05:13.724 - SLINGSHOT_FLASHER_RIGHT mode=1 action #3 of 'FF_DOF,E414,-1'
11-Feb-24 19:05:13.734 - Link is turning off device #4
11-Feb-24 19:05:13.771 - SLINGSHOT_FLASHER_RIGHT mode=2 action #0 of 'FF_FLASHER,DV_FLIR,FL_OFF,1,1,100,CYAN'
11-Feb-24 19:05:13.780 - There are no OFF actions for SLINGSHOT_RIGHT
11-Feb-24 19:05:14.880 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
11-Feb-24 19:05:14.881 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
11-Feb-24 19:05:14.895 - BALLOUT mode=1 action #0 of 'FF_FLASHER,DV_FLOL,FL_OFF,1,1,100,RANDOM'
11-Feb-24 19:05:14.903 - BALLOUT mode=1 action #1 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,RANDOM'
11-Feb-24 19:05:14.912 - BALLOUT mode=1 action #2 of 'FF_FLASHER,DV_FLCN,FL_OFF,1,1,100,RANDOM'
11-Feb-24 19:05:14.922 - BALLOUT mode=1 action #3 of 'FF_FLASHER,DV_FLIR,FL_OFF,1,1,100,RANDOM'
11-Feb-24 19:05:14.931 - BALLOUT mode=1 action #4 of 'FF_FLASHER,DV_FLOR,FL_OFF,1,1,100,RANDOM'
11-Feb-24 19:05:14.942 - BALLOUT mode=1 action #5 of 'FF_DEV,DV_SR,0'
11-Feb-24 19:05:14.950 - BALLOUT mode=1 action #6 of 'FF_DEV,DV_BK,0'
11-Feb-24 19:05:14.961 - BALLOUT mode=1 action #7 of 'FF_B2S,B2SSTOPALLANIMATIONS'
11-Feb-24 19:05:14.972 - BALLOUT mode=1 action #8 of 'FF_DOF,E130,-1'
11-Feb-24 19:05:14.981 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
11-Feb-24 19:05:14.992 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
11-Feb-24 19:05:15.000 - Link is turning off device #22
11-Feb-24 19:05:15.011 - Link is turning off device #21
11-Feb-24 19:05:15.024 - There are no OFF actions for BALLOUT
11-Feb-24 19:05:15.504 - BALLIN_SENSOR mode=1 action #0 of 'FF_DEV,DV_MC,-1'
11-Feb-24 19:05:15.505 - Link is turning on device #6 for 50 milliseconds
11-Feb-24 19:05:15.514 - BALLIN_SENSOR mode=1 action #1 of 'FF_DOF,E311,-1'
11-Feb-24 19:05:15.526 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
11-Feb-24 19:05:15.536 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
11-Feb-24 19:05:15.566 - Link is turning off device #6
11-Feb-24 19:05:16.142 - There are no OFF actions for BALLIN_SENSOR
11-Feb-24 19:05:16.144 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
11-Feb-24 19:05:16.154 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
11-Feb-24 19:05:20.554 - SLINGSHOT_LEFT mode=1 action #0 of 'FF_DEV,DV_LS,-1'
11-Feb-24 19:05:20.555 - Link is turning on device #3 for 50 milliseconds
11-Feb-24 19:05:20.566 - SLINGSHOT_LEFT mode=1 action #1 of 'FF_DOF,E110,-1'
11-Feb-24 19:05:20.580 - SLINGSHOT_FLASHER_LEFT mode=1 action #0 of 'FF_COLOUR,CYAN,RGB_TT,200'
11-Feb-24 19:05:20.589 - SLINGSHOT_FLASHER_LEFT mode=1 action #1 of 'FF_FLASHER,DV_FLIL,FL_ON,1,1,100,CYAN'
11-Feb-24 19:05:20.598 - SLINGSHOT_FLASHER_LEFT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,BACKGROUND2'
11-Feb-24 19:05:20.608 - SLINGSHOT_FLASHER_LEFT mode=1 action #3 of 'FF_DOF,E410,-1'
11-Feb-24 19:05:20.620 - Link is turning off device #3
11-Feb-24 19:05:20.656 - There are no OFF actions for SLINGSHOT_LEFT
11-Feb-24 19:05:20.660 - SLINGSHOT_FLASHER_LEFT mode=2 action #0 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,CYAN'
11-Feb-24 19:05:24.808 - FLASHER_LEFT_GATE mode=1 action #0 of 'FF_FLASHER,DV_FLIL,FL_ON,1,1,100,YELLOW'
11-Feb-24 19:05:24.809 - FLASHER_LEFT_GATE mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKBUTTON1'
11-Feb-24 19:05:24.818 - FLASHER_LEFT_GATE mode=1 action #2 of 'FF_DOF,E419,-1'
11-Feb-24 19:05:24.989 - FLASHER_LEFT_GATE mode=2 action #0 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,YELLOW'
11-Feb-24 19:05:25.004 - FLASHER_LEFT_GATE mode=1 action #0 of 'FF_FLASHER,DV_FLIL,FL_ON,1,1,100,YELLOW'
11-Feb-24 19:05:25.005 - FLASHER_LEFT_GATE mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKBUTTON1'
11-Feb-24 19:05:25.014 - FLASHER_LEFT_GATE mode=1 action #2 of 'FF_DOF,E419,-1'
11-Feb-24 19:05:25.189 - FLASHER_LEFT_GATE mode=2 action #0 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,YELLOW'
11-Feb-24 19:05:25.206 - FLASHER_LEFT_GATE mode=1 action #0 of 'FF_FLASHER,DV_FLIL,FL_ON,1,1,100,YELLOW'
11-Feb-24 19:05:25.207 - FLASHER_LEFT_GATE mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKBUTTON1'
11-Feb-24 19:05:25.216 - FLASHER_LEFT_GATE mode=1 action #2 of 'FF_DOF,E419,-1'
11-Feb-24 19:05:25.393 - FLASHER_LEFT_GATE mode=2 action #0 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,YELLOW'
11-Feb-24 19:05:25.409 - FLASHER_LEFT_GATE mode=1 action #0 of 'FF_FLASHER,DV_FLIL,FL_ON,1,1,100,YELLOW'
11-Feb-24 19:05:25.410 - FLASHER_LEFT_GATE mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKBUTTON1'
11-Feb-24 19:05:25.420 - FLASHER_LEFT_GATE mode=1 action #2 of 'FF_DOF,E419,-1'
11-Feb-24 19:05:25.594 - FLASHER_LEFT_GATE mode=2 action #0 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,YELLOW'
11-Feb-24 19:05:28.766 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:28.767 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:28.777 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:28.785 - Invalid command :
11-Feb-24 19:05:28.799 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:28.831 - Link is turning off device #10
11-Feb-24 19:05:28.890 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:29.516 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:29.517 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:29.528 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:29.540 - Invalid command :
11-Feb-24 19:05:29.548 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:29.583 - Link is turning off device #10
11-Feb-24 19:05:29.642 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:29.905 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:29.906 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:29.915 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:29.926 - Invalid command :
11-Feb-24 19:05:29.934 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:29.973 - Link is turning off device #10
11-Feb-24 19:05:30.047 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:30.171 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:30.172 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:30.182 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:30.192 - Invalid command :
11-Feb-24 19:05:30.201 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:30.240 - Link is turning off device #10
11-Feb-24 19:05:30.317 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:30.643 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:30.643 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:30.653 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:30.663 - Invalid command :
11-Feb-24 19:05:30.674 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:30.706 - Link is turning off device #10
11-Feb-24 19:05:30.780 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:31.655 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:31.656 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:31.665 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:31.676 - Invalid command :
11-Feb-24 19:05:31.684 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:31.722 - Link is turning off device #10
11-Feb-24 19:05:31.797 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:32.625 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:32.626 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:32.635 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:32.646 - Invalid command :
11-Feb-24 19:05:32.656 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:32.692 - Link is turning off device #10
11-Feb-24 19:05:32.766 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:32.820 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:32.822 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:32.832 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:32.842 - Invalid command :
11-Feb-24 19:05:32.851 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:32.894 - Link is turning off device #10
11-Feb-24 19:05:32.953 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:33.140 - BUMPER_01 mode=1 action #0 of 'FF_DEV,DV_BL,-1'
11-Feb-24 19:05:33.141 - Link is turning on device #8 for 50 milliseconds
11-Feb-24 19:05:33.150 - BUMPER_01 mode=1 action #1 of 'FF_DOF,E120,-1'
11-Feb-24 19:05:33.207 - Link is turning off device #8
11-Feb-24 19:05:33.281 - There are no OFF actions for BUMPER_01
11-Feb-24 19:05:41.249 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:41.250 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:41.260 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:41.269 - Invalid command :
11-Feb-24 19:05:41.279 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:41.322 - Link is turning off device #10
11-Feb-24 19:05:41.374 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:41.567 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:41.568 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:41.578 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:41.588 - Invalid command :
11-Feb-24 19:05:41.598 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:41.629 - Link is turning off device #10
11-Feb-24 19:05:41.687 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:42.517 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:42.518 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:42.529 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:42.541 - Invalid command :
11-Feb-24 19:05:42.550 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:42.581 - Link is turning off device #10
11-Feb-24 19:05:42.640 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:42.844 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:42.844 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:42.854 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:42.863 - Invalid command :
11-Feb-24 19:05:42.873 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:42.910 - Link is turning off device #10
11-Feb-24 19:05:42.969 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:43.819 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:43.821 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:43.830 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:43.841 - Invalid command :
11-Feb-24 19:05:43.850 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:43.894 - Link is turning off device #10
11-Feb-24 19:05:43.939 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:43.986 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:43.988 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:43.997 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:44.008 - Invalid command :
11-Feb-24 19:05:44.017 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:44.049 - Link is turning off device #10
11-Feb-24 19:05:44.110 - BUMPER_02 mode=1 action #0 of 'FF_DEV,DV_BC,-1'
11-Feb-24 19:05:44.111 - Link is turning on device #9 for 50 milliseconds
11-Feb-24 19:05:44.121 - BUMPER_02 mode=1 action #1 of 'FF_DOF,E121,-1'
11-Feb-24 19:05:44.131 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:44.177 - Link is turning off device #9
11-Feb-24 19:05:44.187 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:44.189 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:44.198 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:44.209 - Invalid command :
11-Feb-24 19:05:44.218 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:44.237 - There are no OFF actions for BUMPER_02
11-Feb-24 19:05:44.253 - Link is turning off device #10
11-Feb-24 19:05:44.327 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:44.656 - BUMPER_01 mode=1 action #0 of 'FF_DEV,DV_BL,-1'
11-Feb-24 19:05:44.657 - Link is turning on device #8 for 50 milliseconds
11-Feb-24 19:05:44.665 - BUMPER_01 mode=1 action #1 of 'FF_DOF,E120,-1'
11-Feb-24 19:05:44.723 - Link is turning off device #8
11-Feb-24 19:05:44.735 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:44.737 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:44.746 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:44.757 - Invalid command :
11-Feb-24 19:05:44.766 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:44.796 - There are no OFF actions for BUMPER_01
11-Feb-24 19:05:44.801 - Link is turning off device #10
11-Feb-24 19:05:44.821 - BUMPER_02 mode=1 action #0 of 'FF_DEV,DV_BC,-1'
11-Feb-24 19:05:44.822 - Link is turning on device #9 for 50 milliseconds
11-Feb-24 19:05:44.831 - BUMPER_02 mode=1 action #1 of 'FF_DOF,E121,-1'
11-Feb-24 19:05:44.859 - BUMPER_01 mode=1 action #0 of 'FF_DEV,DV_BL,-1'
11-Feb-24 19:05:44.861 - Link is turning on device #8 for 50 milliseconds
11-Feb-24 19:05:44.870 - BUMPER_01 mode=1 action #1 of 'FF_DOF,E120,-1'
11-Feb-24 19:05:44.880 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:44.894 - Link is turning off device #9
11-Feb-24 19:05:44.923 - Link is turning off device #8
11-Feb-24 19:05:44.936 - There are no OFF actions for BUMPER_02
11-Feb-24 19:05:45.000 - There are no OFF actions for BUMPER_01
11-Feb-24 19:05:46.124 - BUMPER_02 mode=1 action #0 of 'FF_DEV,DV_BC,-1'
11-Feb-24 19:05:46.125 - Link is turning on device #9 for 50 milliseconds
11-Feb-24 19:05:46.134 - BUMPER_02 mode=1 action #1 of 'FF_DOF,E121,-1'
11-Feb-24 19:05:46.172 - BUMPER_03 mode=1 action #0 of 'FF_DEV,DV_BR,-1'
11-Feb-24 19:05:46.173 - Link is turning on device #10 for 50 milliseconds
11-Feb-24 19:05:46.182 - BUMPER_03 mode=1 action #1 of ''
11-Feb-24 19:05:46.193 - Invalid command :
11-Feb-24 19:05:46.202 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
11-Feb-24 19:05:46.217 - Link is turning off device #9
11-Feb-24 19:05:46.224 - BUMPER_01 mode=1 action #0 of 'FF_DEV,DV_BL,-1'
11-Feb-24 19:05:46.233 - Link is turning on device #8 for 50 milliseconds
11-Feb-24 19:05:46.244 - BUMPER_01 mode=1 action #1 of 'FF_DOF,E120,-1'
11-Feb-24 19:05:46.254 - There are no OFF actions for BUMPER_02
11-Feb-24 19:05:46.268 - Link is turning off device #10
11-Feb-24 19:05:46.304 - Link is turning off device #8
11-Feb-24 19:05:46.321 - There are no OFF actions for BUMPER_03
11-Feb-24 19:05:46.358 - There are no OFF actions for BUMPER_01
11-Feb-24 19:05:50.203 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
11-Feb-24 19:05:50.205 - Link is turning on device #4 for 50 milliseconds
11-Feb-24 19:05:50.214 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
11-Feb-24 19:05:50.227 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_COLOUR,WHITE,RGB_TT,200'
11-Feb-24 19:05:50.234 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_FLASHER,DV_FLIR,FL_ON,1,1,100,CYAN'
11-Feb-24 19:05:50.244 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,BACKGROUND1'
11-Feb-24 19:05:50.253 - SLINGSHOT_FLASHER_RIGHT mode=1 action #3 of 'FF_DOF,E414,-1'
11-Feb-24 19:05:50.265 - Link is turning off device #4
11-Feb-24 19:05:50.318 - There are no OFF actions for SLINGSHOT_RIGHT
11-Feb-24 19:05:50.322 - SLINGSHOT_FLASHER_RIGHT mode=2 action #0 of 'FF_FLASHER,DV_FLIR,FL_OFF,1,1,100,CYAN'
11-Feb-24 19:05:50.484 - SLINGSHOT_LEFT mode=1 action #0 of 'FF_DEV,DV_LS,-1'
11-Feb-24 19:05:50.485 - Link is turning on device #3 for 50 milliseconds
11-Feb-24 19:05:50.495 - SLINGSHOT_LEFT mode=1 action #1 of 'FF_DOF,E110,-1'
11-Feb-24 19:05:50.509 - SLINGSHOT_FLASHER_LEFT mode=1 action #0 of 'FF_COLOUR,CYAN,RGB_TT,200'
11-Feb-24 19:05:50.515 - SLINGSHOT_FLASHER_LEFT mode=1 action #1 of 'FF_FLASHER,DV_FLIL,FL_ON,1,1,100,CYAN'
11-Feb-24 19:05:50.525 - SLINGSHOT_FLASHER_LEFT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,BACKGROUND2'
11-Feb-24 19:05:50.535 - SLINGSHOT_FLASHER_LEFT mode=1 action #3 of 'FF_DOF,E410,-1'
11-Feb-24 19:05:50.548 - Link is turning off device #3
11-Feb-24 19:05:50.571 - SLINGSHOT_FLASHER_LEFT mode=2 action #0 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,CYAN'
11-Feb-24 19:05:50.578 - There are no OFF actions for SLINGSHOT_LEFT
11-Feb-24 19:05:56.611 - FLASHER_DRAGON mode=1 action #0 of 'FF_DEV,DV_SR,2000'
11-Feb-24 19:05:56.612 - Link is turning on device #21 for 2000 milliseconds
11-Feb-24 19:05:56.622 - FLASHER_DRAGON mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKFACE'
11-Feb-24 19:05:56.631 - FLASHER_DRAGON mode=1 action #2 of 'FF_DOF,E411,-1'
11-Feb-24 19:05:56.642 - FLASHER_DRAGON mode=1 action #3 of 'FF_DOF,E413,-1'
11-Feb-24 19:05:56.797 - There are no OFF actions for FLASHER_DRAGON
11-Feb-24 19:05:56.821 - FLASHER_DRAGON mode=1 action #0 of 'FF_DEV,DV_SR,2000'
11-Feb-24 19:05:56.822 - Link is turning on device #21 for 2000 milliseconds
11-Feb-24 19:05:56.831 - FLASHER_DRAGON mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKFACE'
11-Feb-24 19:05:56.842 - FLASHER_DRAGON mode=1 action #2 of 'FF_DOF,E411,-1'
11-Feb-24 19:05:56.850 - FLASHER_DRAGON mode=1 action #3 of 'FF_DOF,E413,-1'
11-Feb-24 19:05:56.999 - There are no OFF actions for FLASHER_DRAGON
11-Feb-24 19:05:57.015 - FLASHER_DRAGON mode=1 action #0 of 'FF_DEV,DV_SR,2000'
11-Feb-24 19:05:57.016 - Link is turning on device #21 for 2000 milliseconds
11-Feb-24 19:05:57.027 - FLASHER_DRAGON mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKFACE'
11-Feb-24 19:05:57.038 - FLASHER_DRAGON mode=1 action #2 of 'FF_DOF,E411,-1'
11-Feb-24 19:05:57.047 - FLASHER_DRAGON mode=1 action #3 of 'FF_DOF,E413,-1'
11-Feb-24 19:05:57.188 - There are no OFF actions for FLASHER_DRAGON
11-Feb-24 19:05:57.203 - FLASHER_DRAGON mode=1 action #0 of 'FF_DEV,DV_SR,2000'
11-Feb-24 19:05:57.205 - Link is turning on device #21 for 2000 milliseconds
11-Feb-24 19:05:57.215 - FLASHER_DRAGON mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKFACE'
11-Feb-24 19:05:57.226 - FLASHER_DRAGON mode=1 action #2 of 'FF_DOF,E411,-1'
11-Feb-24 19:05:57.234 - FLASHER_DRAGON mode=1 action #3 of 'FF_DOF,E413,-1'
11-Feb-24 19:05:57.389 - There are no OFF actions for FLASHER_DRAGON
11-Feb-24 19:05:59.222 - Link is turning off device #21
11-Feb-24 19:05:59.671 - FLASHER_DRAGON mode=1 action #0 of 'FF_DEV,DV_SR,2000'
11-Feb-24 19:05:59.672 - Link is turning on device #21 for 2000 milliseconds
11-Feb-24 19:05:59.682 - FLASHER_DRAGON mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKFACE'
11-Feb-24 19:05:59.693 - FLASHER_DRAGON mode=1 action #2 of 'FF_DOF,E411,-1'
11-Feb-24 19:05:59.702 - FLASHER_DRAGON mode=1 action #3 of 'FF_DOF,E413,-1'
11-Feb-24 19:05:59.859 - There are no OFF actions for FLASHER_DRAGON
11-Feb-24 19:05:59.874 - FLASHER_DRAGON mode=1 action #0 of 'FF_DEV,DV_SR,2000'
11-Feb-24 19:05:59.875 - Link is turning on device #21 for 2000 milliseconds
11-Feb-24 19:05:59.884 - FLASHER_DRAGON mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKFACE'
11-Feb-24 19:05:59.895 - FLASHER_DRAGON mode=1 action #2 of 'FF_DOF,E411,-1'
11-Feb-24 19:05:59.905 - FLASHER_DRAGON mode=1 action #3 of 'FF_DOF,E413,-1'
11-Feb-24 19:06:00.265 - There are no OFF actions for FLASHER_DRAGON
11-Feb-24 19:06:00.281 - FLASHER_DRAGON mode=1 action #0 of 'FF_DEV,DV_SR,2000'
11-Feb-24 19:06:00.282 - Link is turning on device #21 for 2000 milliseconds
11-Feb-24 19:06:00.292 - FLASHER_DRAGON mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,BACKFACE'
11-Feb-24 19:06:00.300 - FLASHER_DRAGON mode=1 action #2 of 'FF_DOF,E411,-1'
11-Feb-24 19:06:00.311 - FLASHER_DRAGON mode=1 action #3 of 'FF_DOF,E413,-1'
11-Feb-24 19:06:00.467 - There are no OFF actions for FLASHER_DRAGON
11-Feb-24 19:06:00.593 - There are no OFF actions for GAMEMODE
11-Feb-24 19:06:02.297 - Link is turning off device #21
11-Feb-24 19:06:02.592 - Activating process disappeared so stopping things
11-Feb-24 19:06:02.595 - Stopping ROM
11-Feb-24 19:06:02.684 - DOFLinx device: 1 Initializing as Pinscape #2 with name=Pinscape Controller
11-Feb-24 19:06:02.686 - DOFLinx device:1 Pinscape setup with 22 outputs
11-Feb-24 19:06:02.695 - DOFLinx device: 2 Initializing as LEDWiz #1 with ID=0
11-Feb-24 19:06:02.705 - DOFLinx device:2 LEDWiz setup with 32 outputs
11-Feb-24 19:06:02.713 - DOFLinx device: 3 Initializing as LEDWiz #8 with ID=1
11-Feb-24 19:06:02.723 - DOFLinx device:3 LEDWiz setup with 32 outputs
11-Feb-24 19:06:02.731 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one

All the solenoids worked fine, and leds too. but solenoids flippers don`t work. In the previous version of DOFLINX they worked fine.

 

thanks


Edited by joselito40, 11 February 2024 - 08:44 PM.


#5 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,102 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 12 February 2024 - 06:43 AM

From the log ...

 

11-Feb-24 19:04:46.550 - Applying memory offsets for FX3 version circa 19/3/19

 

Looks like you are about 7 versions behind with FX3.  You do need roughly the same time frame versions of DOFLinx and FX3.  All other triggers will work from FX3, just not the flippers.  I would suggest either

1) roll back DOFLinx to your last version

2) upgrade FX3 to the current version

 

either way, ensure you have appropriate backups.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#6 joselito40

joselito40

    Neophyte

  • Members
  • Pip
  • 4 posts

  • Flag: Spain

  • Favorite Pinball: Demolition man

Posted 12 February 2024 - 05:41 PM

Thank you very much. 

 
Where can I download the previous versions of DOFLINK?


#7 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,102 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 13 February 2024 - 09:00 AM

 

Thank you very much. 

 
Where can I download the previous versions of DOFLINK?

 

 

No backup at your end I presume?  There are some previous version on the download page on this site.  Do you know what version you had?  If you haven't cleared your DOFLinx.LOG it will be in there.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here





Also tagged with one or more of these keywords: DOFLINX