1. Home
  2. Docs
  3. LOGO For Excel Support
  4. Read Functions
  5. GETLOGOSTATUS

GETLOGOSTATUS

Summary

Retrieve status data from a Siemens LOGO! module. This function is available via the taskpane as well as directly via the cell “=GETLOGOSTATUS(…)”


Return Value

The returned value depends on the chosen status query, see below.


Arguments

ip – Specifies the ip address of the LOGO module.

query – Specifies the specific status data to be obtained, following queries are available:

  • ETHERNET_ERROR – Returns TRUE when there’s an ethernet error.
  • EXP_MOD_CHANGED – Returns TRUE when there’s a change in hardware.
  • SD_RW_ERROR – Returns TRUE when there’s a SD read/write error.
  • SD_NOT_INSTALLED – Returns TRUE when there’s no SD installed.
  • SD_FULL – Returns TRUE when the SD is full.

Example


Instructional Video