ConfigureByString (FUN)

FUNCTION ConfigureByString : Error

Configures the given PLCHandler instance with the given string.

InOut:

Scope

Name

Type

Comment

Return

ConfigureByString

Error

An errorcode representing the result of this operation

Input

hPlcHandler

SysTypes.RTS_IEC_HANDLE

The instance of the PLCHandler to configured.

pstConfiguration

POINTER TO STRING

A POINTER to a zero terminated ASCII STRING containing the configuration of the PLCHandler. The STRING is expected to contain the ini-format as defined by the PLCHandler SDK. The length of the given string is not limited by 80 characters.