Job_Step
- Last UpdatedDec 18, 2018
- 1 minute read
-
Add "step_name" (string40, nullable) before "step_desc" to allow a brief text description of a step that can be displayed with the step number. (CR L69980)
-
Before "spare1", add "control_type" (int32, not nullable) to indicate the type of control to be used for data entry for this step, "high_limit" (tfloat, nullable) to specify the maximum allowable data value if analog, "low_limit" (tfloat, nullable) to specify the minimum allowable data value if analog, and "limit_warning" (logical, default false) to indicate whether entry of an analog data value outside these limits should warn the user but be allowed anyway if the user confirms it. (CR L69978)