Using Custom Scales and Calibration Files in VeriStand
- Updated2024-10-31
- 1 minute(s) read
Using Custom Scales and Calibration Files in VeriStand
-
Use the VeriStand System Explorer to specify scaling and/or calibration.
Refer to Scaling a Channel on Hardware Devices and Calibrating a Hardware Channel at Run Time in the VeriStand Manual for more information.
-
Note the name of the calibration file used in your VeriStand project.
The file name should have a .nivscf or .nivscal extension.
- Copy the calibration file from your VeriStand project into the test station package folder.
-
Add a CalibrationAndScales property to the test station XML
configuration file.
The property value should be a path and file name that directs to the calibration file, where the path is relative to the test station XML configuration file. For example, CalibrationAndScales="calibration.nivscf".Refer to Test Station Package XML Conventions for more information.
Related Information
- Test Station Package XML Conventions
The test station XML configuration file (.teststation) defines the instrument channel mappings for a test station during a given test.
- Scaling a Channel on Hardware Devices
- Calibrating a Hardware Channel at Run Time