Command Reference
Example
Explanation
The interrupt mask is set so that the program will only respond
to interrupt 0. A motor movement to position 655360 is started.
If, during the motion, the value of input 1 changes from 0 to 1,
Output 1 will be set ON. The program will then continue: once
the motor motion has finished, Output 1 will be set OFF.
See Also
INT, INT_RETURN
Variables: Interrupt_mask, Interrupt_request, Interrupt_pending
FAST_OUTPUT_SETTING
Table explanation
Group
Output
Syntax
FAST_OUTPUT_SETTING <Variable> <Condition> <Value>
Op. Code
154
Modes
Program, Immediate, Sequential
Description
This command is used to set an output to ON once the specified
<variable> has met a specified condition. The output is set
within 125
μ
s of the condition being met. Using this command is
more effective than using an IF command followed by a
SET_OUTPUT command, which would result in the output being
set only after 2 ms.
The output to be set to ON is specified in the parameter
Pn2D2.0, as explained below. Only one output can be controlled
by FAST_OUTPUT_SETTING.
Syntax
Arguments
Variable
The output can be conditional on any of the
following variables:
Variable Code
Position_demand_value 8
Position_actual_value 9
Following_error_actual_value 10
Torque_demand_value 17
Distance_from_target
*
36
Master_position 38
Absolute_position_error 61
*In general, this code is used for In_position,
but here it is used for Distance_from_target.
Serial
1 U
XtraWare User Manual
107
Summary of Contents for XTRAWARE - V3.0
Page 2: ......
Page 4: ......
Page 12: ......
Page 79: ...Operating the XtraDrive Using XtraWare Table 14 Sample ECAM Table XtraWare User Manual 69 ...
Page 202: ......
Page 220: ......
Page 258: ...List of Operation Codes 248 XtraWare User Manual versions use STOP_EX ...