MLCNVInit

 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. - Initializes a converter Pipe Block.

Inputs

Input

Data Type

Range

Unit

Default

Description

BlockID

DINT

-2147483648 to 2147483647

N/A

No default

ID number of a created Pipe Block.

Mode

DINT

1, 2

N/A

No default

Determines the type of input to the Converter Object.

Outputs

Output

Data Type

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

Returns TRUE if the Convertor Pipe Block is initialized.

See Pipe Network - General Rules.

Remarks

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

// Initiate a created convertor block named “CNV1”
CNV1 := MLBlkCreate( 'CNV1', 'CONVERTOR' );
MLCNVInit( CNV1, 1 );

See Also