PARAMETERS

# PARAMETERS
#  A list of variables to set
#
# start_type   -   a code for when to modify the parameter
#                  options:  
#                    AT_START, AFTER_STABILITY, AT_END
#
# label        -   the variable to be modified
#
# value        -   the value to change the variable to
#                  this may be a constant, variable, or expression
#
#      restore=YES or RESTORE  means  restore to the original value.
#              this is optional and only needs to be specified if the
#              value is to be restored

# a maximum of 64 specifications may be entered per mode

@PARAMETERS
#start_type label      value                                 restore(optional)
AT_START    bit_69         ON                                           YES
AT_START    i_var         100[none]                                     RESTORE
AT_START    x_var         99.9[psi]                                    
AT_START    my_comp     "(ctl_spd * 2.00[none] ) + 100[rpm]"               
AT_START    my_logi     "if (ctl_spd > 2000.[rpm]} then TRUE else FALSE"