Instruction Manual
242 Language Reference • Reference
Publication 1398-PM601A-EN-P — October 2000
WORDS
Remarks The present value of OTMON can also be read and used in a conditional statement.
See Also PRINT
Example
;Monitor POSN on the Operator Terminal
OTMON = 2
;If POSN is being monitored, stop monitoring POSN and clear the top line
;of the Operator Terminal
IF(OTMON = 2)OTMON = 0
OVERSPEED
Overspeed Threshold System
Purpose Peak velocity trip point in user units per timebase. If the velocity exceeds this trip
point, a fault is reported.
Syntax OVERSPEED = variable
variable = OVERSPEED
variable Variable can be a constant, a nonvolatile variable Gn, a volatile
variable Vn, or another system variable.
Remarks Changes made to this variable by a program are only in effect while the program is
running. When the program ends it will return to the value stored in the Personality
Module. If no change is made to this variable by the program, the value in the Person-
ality Module is used. The value in the Personality Module is set in the Parameter
menu, Velocity/Accel dialog box
See Also VEL
Example
V4 = OVERSPEED
OVERSPEED=3500