MODE VES Set voltage external mode with reference update in slow loop MODE VEF Set voltage external mode with reference update in fast loop |
Syntax
Binary code
When the voltage reference is read from the analogue input, the reference update can be done in 2 ways:
When the voltage reference is received online via a communication channel only option MODE TES is possible. Remark: The voltage contouring mode has been foreseen for testing during the setup phase
The new motion mode becomes effective at the next update command UPD.
Example //Read voltage reference from variable EREFV EREFV = 30;// EREFV initial = 30[IU] EXTREF 0; MODE VES; //External voltage UPD; //execute immediate |