SigID

PLCopen motion icon

 Function - Get the identifier of a Signal resource.

  • Some blocks have arguments that refer to a signal resource.
    • For all these blocks, the signal argument is materialized by a numerical identifier.

Inputs

Input

Data Type

See Data Types.

Range

Unit

Default

Description

SIGNAL

STRING

 

 

 

Name of the signal resource.

Must be a constant value.

COL

STRING

 

 

 

Name of the column within the signal resource.

Must be a constant value.

Outputs

Output

Data Type

See Data Types.

Range

Unit

Description

ID

DINT

 

 

ID of the signal to be passed to other blocks.

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

ID := SigID ('MySignal', 'FirstColumn');

See Also