Summary
Retrieve a network digital output value from a Siemens LOGO! module. This function is available via the taskpane as well as directly via the cell “=GETLOGONETDIGOUT(…)”
Return Value
The function returns the requested network digital output value. The funtion returns ‘FALSE’ when network digital output is ‘0’ and ‘TRUE’ when network digital output is ‘1’.
Arguments
ip – Specifies the ip address of the LOGO module.
outputAddress – Specifies the network output address of the requested data, must be an integer, the range depends on the used hardware.
bitNo – Specifies the bit number, must be an integer between 0 and 7.
Example
