ioInputLatchSet (Function) |
Top Previous Next |
This function is used to configure whether inputs (both Analog and Digital) of devices in I/O Extension, will be latched (keeping the last value) or reset (set to zero) when communication fails. The default behavior is to latch the inputs.
Input: reset : BOOL
Returns: None.
Declaration: FUNCTION ioInputLatchSet;
Example: INCLUDE rtcu.inc ... |