Advantech GPIO
Data Controller can set and read GPIOs from the Advantech device range.
Responding To GPIO
In the Command Matrix build the command using the Advantech command builder. Just select the GPI you wish to respond to and which state (On or Off).
Please not that GPI 1 is not necessarily Pin1 on the card. In the following PIN Assignment you'll notice that Pin 1 is GPI(IDI) 0, Pin 6 is GPI(IDI) 10 etc. Please refer to the pin diagram for your card.
Setting A GPIO
In PlayoutONE you need to create a predefined command.
The command structure is ADVANTECH_<ID> <NUMBER>.<STATE>.<TIME(ms)>
ID = The Data Controller ID of the device you want to control
Using the above pin out diagram, to turn PIN 36 on we actually want to set IDI13.
ADVANTECH_5 13.ON
ADVANTECH_5 13.OFF
NOTE
<Time(MS)> is only required when using the Pulse state.