TYPE SMC_BlockSearchPos : STRUCT
InOut:
|
Name
|
Type
|
Comment
|
dRelPosInObj
|
LREAL
|
Relative position in the path element. Range of values: 0..1
|
iSourceLine_No
|
DINT
|
0-based line number of the source file
|
iSubElement
|
INT
|
Number of elements with the same iSourceLine_No, 0-based
|
xPosStored
|
BOOL
|
TRUE: Position has been stored
|
|