ResolveObject

ResolveObject 1:

This resolves an object path that is relative to the current instance.

Syntax

VAR_INPUT
  sObjectPath    : REFERENCE TO T_MaxString;
END_VAR
VAR_OUTPUT
  iResult        : I_BA_Object;
END_VAR

ResolveObject 2: Inputs

Name

Type

Description

sObjectPath

T_MaxString

Object path to be resolved.

ResolveObject 3: Outputs

Name

Type

Description

iResult

I_BA_Object

Interface pointer to the last object read.

ResolveObject 4: Return value

Name

Type

Description

ResolveObject

BOOL

This indicates whether objects in relative paths exist.