ExecuteScriptError: Detected Error Codes

Library and Namespace

Library name: PLCSystemBase

Namespace: PLCSystemBase

Enumerated Type Description

The ExecuteScriptError enumeration data type contains the following values:

Enumerator

Value

Description

CMD_OK

00 hex

No error detected.

ERR_CMD_UNKNOWN

01 hex

The command is invalid.

ERR_SD_CARD_MISSING

02 hex

SD card is not present.

ERR_SEE_FWLOG

03 hex

There was an error detected during command execution, see FwLog.txt. For more information, refer to File Type.

ERR_ONLY_ONE_COMMAND_ALLOWED

04 hex

An attempt was made to execute several scripts simultaneously.

CMD_BEING_EXECUTED

05 hex

A script is already in progress.