MLSyncReadDeltaS

Pipe Network motion icon

 Function - Gets the output phasing value of a synchronizer block.

  • Output phasing is the distance or the slope the output takes to synchronize with the input when MLSyncStart block is executed.
  • It also affects the distance or the slope the output takes to de-synchronize with the input and come to a stop when MLSyncStop block is executed.

Figure 1: Get Output Phasing after MLSyncStart

Figure 2: Get Output Phasing after MLSyncStop

Inputs

Input

Data Type

See Data Types.

Range

Unit

Default

Description

BlockID

DINT

1 to 1024

N/A

No default

ID name of the Pipe Network Block.

Outputs

Output

Data Type

See Data Types.

Range

Unit

Description

DeltaS

LREAL

 

User units

Present Delta Slope value.

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

ActScope := MLSyncReadDeltaS( PipeNetwork.SYN );

See Also

MLSyncWriteDeltaS