Error -307883 When Using Scales in VeriStand System Definition

Updated Apr 5, 2023

Reported In

Software

  • VeriStand

Issue Details

I am trying to develop a C#.Net application using VeriStand API to deploy the system definition. When I try to deploy the system definition which contains scales, I am getting the error below:

****************************
System error encountered.
:::Details:::
Error code: -307883
Error Message: Calibrations node in the <B>Project Explorer</B> window.
****************************

If I remove the scales, the system definition can be deployed. How can I deploy the system definition containing scales through C# API.

Solution

This error is due to the system definition file contains scales but the project does not contain a channel calibration file (.nivscf). Try to locate .nivscf file and pass it as an option to ConnectToSystem API call.