MLSyncReadDeltaS
Function - Gets the output phasing value of a synchronizer block.
Inputs
Input |
Data Type |
Range |
Unit |
Default |
Description |
---|---|---|---|---|---|
BlockID |
DINT |
-2147483648 to 2147483647 |
N/A |
No default |
ID name of the Pipe Network Block. |
Outputs
Output |
Data Type |
Range |
Unit |
Description |
---|---|---|---|---|
DeltaS |
LREAL |
|
User units |
Present Delta Slope value. |
Remarks
- Output phasing is the distance or the slope the output takes to synchronize with the input when MLSyncStart block is executed.
- See Figure 1.
- 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.
- See Figure 2.
Figure 1: Get Output Phasing after MLSyncStart
Figure 2: Get Output Phasing after MLSyncStop
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
ActScope := MLSyncReadDeltaS( PipeNetwork.SYN );
See Also