Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted

It loads your dof plugin.

 Is DOF config updated ? Is your pbx config fine for DOFX? 
Did it work with your version PinbalLX 1.x ?

are any DOF Lights doing something ?

Did you pdated DOF as well after the PBX upgrade ?

Here are some steps tha you can check :


The 'PinballX DirectOutput Plugin.log' will also show the action it does for the plugin :
like the following :

Action: PBXQuit
Action: PBXMenuDown
Action : PBXMenuSelect
Action: PBXScreenSaverQuit

these actions, can be translated in the DOF config tool
Select table PinballX :

image.thumb.png.f66ac5b6a3a57f369b6bc8b8f5059e9e.png

And for example the PBXMenuUp/Down, there are entries default entries (left) and if you modify them, there are modified entries (right):
image.thumb.png.10eac9cc421fb711f767608776617393.png

In your folder Directoutput\config there sgould be a GlobalConfig_PinballX.xml for PinballX 

The cabinetconfigPattern should point to an XML that is used for pinballX and if you set a log especially for PinballX (LogFilePattern) it makes it easier to check.

here's my file :
 

<?xml version="1.0" encoding="utf-8"?>
<!--Global configuration for the DirectOutput framework.-->
<!--Saved by DirectOutput Version 3.1.6863.36690: 2018-12-15 15-17-15-->
<GlobalConfig>
  <LedWizDefaultMinCommandIntervalMs>1</LedWizDefaultMinCommandIntervalMs>
  <LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
  <LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
  <IniFilesPath>C:\Pinball\DirectOutput</IniFilesPath>
  <CabinetConfigFilePattern>C:\Pinball\DirectOutput\config\cabinetPBX.xml</CabinetConfigFilePattern>
  <TableConfigFilePatterns />
  <EnableLogging>true</EnableLogging>
  <ClearLogOnSessionStart>true</ClearLogOnSessionStart>
  <LogFilePattern>.\DirectOutputPBX.log</LogFilePattern>
</GlobalConfig>

My cabinetPBX.xml is a copy of the cabinet.xml (which is used for VP) , except the flasher are in another direction as they didn't match (you can changed this in the DOF config tool as well)

You can check the DOF log (in my example DirectOutputPBX.log) if there is anything that should not be there

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...