I/O Outputs¶
I/O type outputs are defined using the IoEventOutput class.
Output |
Description |
|---|---|
Sets an I/O output bit. If the I/O output bit is changed by another function, this output function will not overwrite the I/O output bit until this event is triggered again (see Triggering Events). This output function is equivalent to calling the SetOutBit function. |
|
Sets an I/O output analog data. If the I/O output data is changed by another function, this output function will not overwrite the I/O output data until this event is triggered again (see Triggering Events). This output function is equivalent to calling the SetOutAnalogDataUChar or SetOutAnalogDataUShort or SetOutAnalogDataUInt function. |