You can use a script in OnOnline to trigger a physical GPI on the Ross turnkey hardware.
This script for example:
`
dim gpiboard as xpGPIBoard
engine.GetGPIBoard(0, gpiboard)
gpiboard.SetOutputPinState(1, True)
`
If you want to send a RossTalk command instead, that can be done, but only in version 5.9 (only available to beta customers right now).
#XPression