LIMIT_SPECS
# List of limits on real, integer, statistical, compostion,
# or property variables which will
# terminate the mode if violated
#
# Note on field specification:
# The "value" field may be expressed as either a
# constant, variable label, or a computed expression.
# If the target is a constant, the units keyword must
# be appended as shown in the examples below.
#
# The "next_path" field is optional. If left blank or specified as
# a zero, the mode will be terminated and the normal termination
# path will be taken. The "next_path" may be specified as
# a mode number in the current procedure file, as the filename
# of a separate procedure, or with the RETURN macro to cause
# control to be returned to the calling procedure.
#
# a maximum of 32 limits may be specified per mode
@LIMIT_SPECS
#variable Upper/Lower rate
#label value type (FAS/MED/SLO) period next_path
int_mnfld_t 200[deg_F] U SLO 0[s]
oil_temp 300[deg_F] U SLO 0[s] 25
ctl_spd 2350[rpm] U FAS 0[s] /specs/gp/gp_fail
ctl_spd 2350[rpm] U FAS 0[s] RETURN