MC-Basic:pls.PLSPropagationEnableDelay
The delay is for case when the PLS set the external device to enable state. The time is express the time between the moment of sending the position command to the drive until it is set as a command value of the drive's position loop. Its units are in milliseconds and will be assigned by the user. It's default value will be 0 means no delay at all.
t = (PLSPropagationDelay+PLSEnableDelay )*1000 + Δt
- where Δt is the inter-sample delay, time when the position passes PLSpos value measured from t=0 (beginning of the sample).
NOTE | |
Must be remember that there is another older property PLSPropagationDelay that also indicates on delay. This property doesn't distinguish between the external device state. It's default value is zero so if not setting any value by the user - it won't be taken into calculation. |
NOTE | |
As the PLSDisableDelay values are given in milliseconds it will be a user responsibility to change it after each change of the bus[0].cyceltime. |
NOTE | |
Value will be in double-floating point format, internally always rounded up to microsecond value (i.e. 2.5001 same as 2.5) |
Short form
none
Syntax
<pls>.PLSEnableDelay = <double>
Availability
4.7.?
Type
double
Range
0 - MAXD
Units
ms
Default
0
Scope
Task, Terminal
Examples
PLSEnableDelay = 2.5