MLTrigClearFlag

Pipe Network motion icon

 FunctionClosed A function calculates a result according to the current value of its inputs. A function has no internal data and is not linked to declared instances. - Clears the flag of an initiated Trigger block.

Inputs

Input

Data Type

Range

Unit

Default

Description

BlockID

DINT

-2147483648 to 2147483647

N/A

No default

ID number of an initiated Trigger object.

Outputs

Output

Data Type

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

Returns TRUE if the function blockClosed A function block groups an algorithm and a set of private data. It has inputs and outputs. is executed.

See Pipe Network - General Rules.

Remarks

Fast Homing - Inputs

See these topics for more information:

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

//Clear Trigger Flag
MLTrigClearFlag( PipeNetwork.TRIGGER );

See Also