The Simulation Interface VIs and dialog boxes can return the following error codes. Refer to the KnowledgeBase for more information about correcting errors in LabVIEW.
| Code | Name | Description |
|---|---|---|
| 14105 | SITOldModel | The model DLL is not compatible with the current version of SIT. You must rebuild the model DLL with the current version of SIT before you can use the model DLL. |
| 14106 | SITsPlatformErr | The execution host reported an error. |
| 14107 | SITs_logFileError | The data logging file could not be created. The specified file name might be invalid. Select Tools»SIT Connection Manager from the pull-down menu to launch the SIT Connection Manager dialog box, click the Mappings tab, and click the Logging button to specify a valid data logging file. |
| 14108 | SITs_invalidSignalError | Some signals cannot be probed. The signals might not exist in the model. |
| 14109 | SITs_replayUnderflowError | The model failed to receive expected model input data in time. |
| 14110 | SITs_VariableStepLogging | TDMS data logging only supports fixed-step solvers. Switch to a fixed-step solver, disable data logging, or log data as text to resolve this. |
| 14119 | SIT_ModelError | An error occurred in the model DLL. |
| 14120 | SIT_BaseOverrun | The base rate loop did not finish in time. The combined time of computing the model and performing input and output is too long. Increase the model time step, switch to a simpler solver, or reduce the number of inputs and outputs used. |
| 14121 | SIT_TaskOverRun | One or more simulation model tasks did not finish in time. The combined time of computing the task and higher priority tasks in the model, together with performing input and output, is too long. Increase the model time step, switch to a simpler solver, or reduce the number of inputs and outputs used. |
| 14131 | SIT_DatalogBufferOverflow | Data loss occurred while logging data. The background loop did not have enough time to process the data in the logging buffer. To help avoid future data loss, try reducing the number of signals to log or increasing the logging decimation for these channels. You also can choose to log only the last N samples to achieve lossless data logging. |
| 14153 | sitDeployFailed | An error occurred while attempting to deploy the driver project and VI or the operation was cancelled by the user. Verify that you are using the correct IP address, the target is turned on, and the Target Access permissions are set correctly. |
| 14155 | ClientDataLoss | Data loss occurred between the SIT Server and the host VI. Refer to the Halting Simulations on Data Loss topic of the Simulation Interface Toolkit Help for information about reducing the possibility of data loss. |
| 14160 | SIT_DrvOldVers | The driver VI was created in a previous version of SIT. You must update the driver VI before it can be rebuilt. |