Search the Community
Showing results for tags 'pacled64'.
Found 2 results
-
Hey all, I need some assistance. I have DOF R3 beta installed, Visual Pinball 9.9.2, PinballX, PacLED64, and Sainsmart 8 relay USB controller. When I test the relay in the globalconfigtester, it seems to work and my solenoids work. The PacLED shows up in my cabinet config. However, when I start a table via Visual Pinball, or PinballX, none of the toys work. Here is what I have done so far; 1 - Installed DOF, unblocked all files 2 - Generated a cabinet.xml after multiple attempts 3 - Used the DOF config tool 4 - Put the inifiles into the /config folder 5 - Linked the VP plugins to the DOF folder 6 - Linked the PinballX plugins folder to the DOF folder and copied the PinballX dll over to the PinballX plugins folder and turned the plugin on in the PinballX plugin manager. 7 - Loaded and started a table and checked the b2s manager, it shows the DOF plugin. 8 - Made sure all COM objects were registered 9 - Tested the LEDs Vis LED Blinky and PacLED64 and they work in those But yet, it still doesn't work when launching a pinball table. My config/log files are here: https://dl.dropboxusercontent.com/u/44469647/Pinball/DirectOutput.log https://dl.dropboxusercontent.com/u/44469647/pinball/config/cabinet.xml https://dl.dropboxusercontent.com/u/44469647/pinball/config/directoutputconfig40.ini https://dl.dropboxusercontent.com/u/44469647/pinball/config/directoutputconfig20.ini https://dl.dropboxusercontent.com/u/44469647/pinball/config/GlobalConfiguration_b2SServer.xml https://dl.dropboxusercontent.com/u/44469647/pinball/config/tablemappings.xml I have a feeling I'm missing something basic, but I'm not sure what it is. My Relays on the sainsmart: Left Flipper - Port2 Right Flipper - Port 4 Pop bumper 1 - Port 3 Pop Bumper 2 - Port 5 Pop Bumper 3 - Port 6 Replay Kicker - Port 1 My LEDs on the PacLED: LED 1 - Credit Button LED 2 - Extra Ball Button LED 3 - Start Button LED 4 - Launch Button Any suggestions? Is my Cabinet.xml not correct? Is it something else?
-
Ok, new problem... I have DOF working great with my sainsmart 8 relay USB controller. It seems my PacLED64 isn't as cooperative. I put the PacLED into my cabinet.xml, it shows up in the DOF Configtool, but it seems my start, launch, extra ball and credit buttons will not work. How do I specify these in cabinet.xml? I have the directoutputconfig20.ini which is what the DOF config tool put out. I can get my pacled to show active when I put the following in my cabinet.xml: <PacLed64> <Name>PacLed64 1</Name> <Id>1</Id> </PacLed64> Then after my LEDWizEquivalent section, I put in lamp defs, which don't seem to work... <Lamp> <Name>Credit Button</Name> <OutputName>PacLed64 1.01</OutputName> </Lamp> <Lamp> <Name>Extra Ball Button</Name> <OutputName>PacLed64 1.02</OutputName> </Lamp> <Lamp> <Name>Start Button</Name> <OutputName>PacLed64 1.03</OutputName> </Lamp> <Lamp> <Name>Launch Button</Name> <OutputName>PacLed64 1.04</OutputName> </Lamp> Anyone out there have the PacLED64 and able to get it to work with the button lights?