Passa al contenuto principale

Event Variables

Several Variables for an Event are available to reference inside Event Scripts

Listed below are an example of Calibration Test Point Variables:

PassFailOverride : True/False ; If True, custom scripting (Test Point Before Post) can be used to override standard Pass/Fail determination

ResOverride : True/False ; If True, resolution for each column can be overwritten in custom scripting

Cal

CalFailed : Integer ; # of Failed Test Points in Calibration

CalLimited : Integer ; # of Failed Test Points that only Limited Use in a Calibration

CalAdjusted : Integer ; # of Adjusted Test Points in a Calibration

CalROV : Integer ; # of Report of Value only test points

CalResult : String ; Overall Result of Calibration: PASS, FAIL, LTD., ADJ., or ROV

DualTolerance : True/False ; Indicates if the Calibration is Dual Tolerance or not

ReadOnlyCol : String ; Set to 1 or more Field Names (if more than 1, separate with commas) - Indicates if other fields not in the original Read Only fixed band should also be set as Read Only

TruncStandard : True/False ; Determines if the Standard field should be truncated at it's indicated resolution upon leaving the field

TruncResult : True/False ; Determines if the Result fields should be truncated at it's indicated resolution upon leaving the field

TruncTol : True/False ; Determines if the Tolerance +/- fields should be truncated at it's indicated resolution upon leaving the field

TruncUncertainty : True/False ; Determines if the Uncertainty field should be truncated at it's indicated resolution upon leaving the field

TruncAccuracy : True/False ; Determines if the Accuracy field should be truncated at it's indicated resolution upon leaving the field

TruncExtra1 : True/False ; Determines if the Extra1 field should be truncated at it's indicated resolution upon leaving the field);

TruncExtra2 : True/False ; Determines if the Extra2 field should be truncated at it's indicated resolution upon leaving the field

TruncExtra3 : True/False ; Determines if the Extra3 field should be truncated at it's indicated resolution upon leaving the field

TruncExtra4 : True/False ; Determines if the Extra4 field should be truncated at it's indicated resolution upon leaving the field

TruncExtra5 : True/False ; Determines if the Extra5 field should be truncated at it's indicated resolution upon leaving the field

TruncWarnTol : True/False ; Determines if the Warning Tol+/- fields should be truncated at it's indicated resolution upon leaving the field

TruncAVResult : True/False ; Determines if the Applied Value fields should be truncated at it's indicated resolution upon leaving the field

TruncUsedWarnTol : True/False ; Determines if the Used Warn Tol +/- fields should be truncated at it's indicated resolution upon leaving the field

SetResStandard : True/False ; Determines if the Standard Field can have its Resolution Overridden

SetResResult : True/False ; Determines if the Result Field can have its Resolution Overridden

SetResTol : True/False ; Determines if the Tolerance +/- Fields can have their Resolution Overridden

SetResUncertainty : True/False ; Determines if the Uncertainty Field can have its Resolution Overridden

SetResAccuracy : True/False ; Determines if the Accuracy Field can have its Resolution Overridden

SetResExtra1 : True/False ; Determines if the Extra1 Field can have its Resolution Overridden

SetResExtra2 : True/False ; Determines if the Extra2 Field can have its Resolution Overridden

SetResExtra3 : True/False ; Determines if the Extra3 Field can have its Resolution Overridden

SetResExtra4 : True/False ; Determines if the Extra4 Field can have its Resolution Overridden

SetResExtra5 : True/False ; Determines if the Extra5 Field can have its Resolution Overridden

SetResWarnTol : True/False ; Determines if the Warning Tol+/- Fields can have their Resolution Overridden

SetResAVResult : True/False ; Determines if the Applied Value Fields can have their Resolution Overridden

SetResUsedWarnTol : True/False ; Determines if the Used Warn Tol +/- Fields can have their Resolution Overridden

ResStandardOffset : Integer ; Determines if a Resolution for Standard has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResResultOffset : Integer ; Determines if a Resolution for Result has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResTolOffset : Integer ; Determines if a Resolution for Tolerance +/- has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResUncertaintyOffset : Integer ; Determines if a Resolution for Uncertainty has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResAccuracyOffset : Integer ; Determines if a Resolution for Accuracy has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResExtra1Offset : Integer ; Determines if a Resolution for Extra 1 has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResExtra2Offset : Integer ; Determines if a Resolution for Extra 2 has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResExtra3Offset : Integer ; Determines if a Resolution for Extra 3 has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResExtra4Offset : Integer ; Determines if a Resolution for Extra 4 has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResExtra5Offset : Integer ; Determines if a Resolution for Extra 5 has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResWarnTolOffset : Integer ; Determines if a Resolution for Warning Tol+/- has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResAVResultOffset : Integer ; Determines if a Resolution for Applied Value Fields has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResUsedWarnTolOffset : Integer ; Determines if a Resolution for Used Warn Tol +/- has an "offset" to the indicated resolution. Indicate Positive/Negative Offset Integers;

ResFieldStandard : Text ; For Standard fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldResult : Text ; For Result fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldTol : Text ; For Tolerance fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldUncertainty : Text ; For Uncertainty fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldAccuracy : Text ; For Accuracy fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldExtra1 : Text ; For Extra 1 fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldExtra2 : Text ; For Extra 2 fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldExtra3 : Text ; For Extra 3 fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldExtra4 : Text ; For Extra 4 fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldExtra5 : Text ; For Extra 5 fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldWarnTol : Text ; For Warning Tol+/- fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldAVResult : Text ; For Applied Value fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

ResFieldUsedWarnTol : Text ; For Used Warn Tol+/- fields, this is used to indicate the Field Name of the column in CALPNTS that should be used for Resolution.

Tip: ResField* options can reference CALPNTS fields - NUM_RESOLUTION, NOM_RES, AV_RES, UNCERT_RES, NUM_RESOLUTION_LCD, NOM_RES_LCD, AV_RES_LCD, UNCERT_RES_LCD, RESULT_RES_LCD |