GETLOGODIGOUT

Summary

Retrieve a digital output value from a Siemens LOGO! module. This function is available via the taskpane as well as directly via the cell “=GETLOGODIGOUT(…)”


Return Value

The function returns the requested digital output value. The funtion returns ‘FALSE’ when digital output is ‘0’ and ‘TRUE’ when digital output is ‘1’.


Arguments

ip – Specifies the ip address of the LOGO module.

outputAddress – Specifies the output address of the requested data, must be an integer, the range depends on the used hardware.


Example


Instructional Video