MLPipeCreate

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. - Create a new pipe object.

Inputs

Input

Data Type

Range

Unit

Default

Description

Name

STRING

No range

N/A

No default

Name for the newly created Pipe.

Outputs

Output

Data Type

Range

Unit

Description

ID

DINT

 

 

Assigned ID number of the created Pipe.

Remarks

A Pipe contains an Input Pipe Block (Master, PMP, or Sampler), a Converter Output Pipe Block, and any Transformation Pipe Block that can be in between.

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

//Create a new pipe
PipeAXIS1 := MLPipeCreate( 'PipeAXIS1' );

See Also