GoalMgr
Purpose:
-
Manage test commands, process configurations, and handle periodic events for the GOAL system in a CyFlex environment.
Enter:
-
GOALMgr [p=priority] [i=interval] [+c] [ss=status_SV] [si=status_IV] [lv=limit_LV] [pcf=PCF_filename] [umf=unit_map] [vmf=variable_map]
Where:
-
p=priority
Optional. Specify the task priority. The default is 10.
i=interval
Optional. Specify the interval in milliseconds. The default is 1000.
+c
Optional. Specify this flag to indicate watchdog criticality.
ss=status_SV
Optional. Specify the STRING_VARIABLE to receive GOAL interface status.
si=status_IV
Optional. Specify the INTEGER_VARIABLE to receive GOAL interface status.
lv=limit_LV
Optional. Specify the LOGICAL_VARIABLE that controls GOALMgr limit checking.
pcf=pcf_filename
Optional. Specify the pathname of the PCF file to use for this GOAL interface.
umf=unit_map
Optional. Specify the pathname of the unit map file to use for this GOAL interface.
vmf=variable_map
Optional. Specify the pathname of the variable map file to map to CyFlex variables.
Example:
-
GOALMgr +c ss=SV_550 si=IV_220 pcf=PCF_file umf=UMF_File
The preceding accepts priority and interval defaults, specifies watchdog criticality, STRING, INTEGER variables to receive GOAL interface status along with PCF and unit map files.