7500 Controller Error Codes¶
Error codes and the descriptions (with a time stamp of when the occured) are displayed in the utility VMSG Receiver — (vx7500_receiver.exe).
| Code | Short Name | Description |
|---|---|---|
| 0 | VERR_NONE | None |
| 1 | VERR_UNKNOWN | Unknown error |
| 2 | VERR_FILTER_SETCOEFF_FAILED | Unable to set the FIR filter coefficients. |
| 3 | VERR_DAQ_STARTDAQ_FAILED | Unable to start data acquisition. |
| 4 | VERR_DAQ_INVALID_REQUEST | An invalid request was received for the data acquisition. |
| 5 | VERR_DAQ_TIMEOUT | Timeout waiting for DAQ to NOT be busy. |
| 6 | VERR_DAQ_INVALIDRESP | Failure in communication with the hardware. |
| 7 | VERR_MTR_INVALID_PROFILE | The motion profile is invalid. |
| 8 | Unused | |
| 9 | VERR_MTR_POS_ERROR | Position error exceeded abs(target_pos - actual) > allowable_pos_error |
| 10 | VERR_MTR_OVERTEMP | Motor amplifier overheated. |
| 11 | VERR_MTR_NOT_RESET | Motor was not reset. |
| 12 | VERR_MTR_INVALID_CHANNEL | An invalid motor channel was received. |
| 13 | VERR_MTR_INVALIDRESP | An invalid response was received from the motion hardware. |
| 14 | VERR_MTR_EXCEEDEDTABLESIZE | Exceeded the maximum number of motion table entries. |
| 15 | VERR_MTR_NOTCAPABLE | Attempting to perform a function on an incompatible device. |
| 16 | VERR_VUDPDAQ_MEMALLOCERR | Unable to allocate memory for the data acquisition channel. |
| 17 | VERR_VUDPDAQ_INVALIDRESP | Unexpected response from the data acquisition channel. |
| 18 | Unused | |
| 19 | VERR_VUDPDAQ_INVALIDSTRUCT | Attempt to send an invalid daq packet. |
| 20 | VERR_VUDPCOM_BADPACKET | Error in packet reception. |
| 21 | VERR_VUDPCOM_PORT | Can’t bind to IP port. |
| 22 | VERR_VUDPCOM_INVALIDCOMMAND | Received an invalid command. |
| 23 | Unused | |
| 24 | VERR_ALT_NETWORK | Internal network error. |
| 25 | VERR_PRGFLASHFAILED | Error while programming the flash. |
| 26 | VERR_HWSWNOTSYNCED | The hardware and the firmware are not matching. |
| 27 | Unused | |
| 28 | VERR_WAVE_TIMEOUT | Timeout in communication with waveform hardware. |
| 29 | VERR_WAVE_INVALID_CHANNEL | Invalid channel requested from waveform. |
| 30 | VERR_WAVE_INVALID_SIZE | A waveform exceeded the maximum waveform buffer size. |
| 31 | VERR_WAVE_SETWAVEFORM_FAILED | Failure in setting the waveform in hardware. |
| 32 | VERR_CONFIG_BAD_FLASH | Error during configuration (calibration) parameter initialization. |
| 33 | VERR_CONFIG_FULL | The region of flash memory reserved for configuration (calibration) data is full. |
| 34 | VERR_CONFIG_ENTRY_INVALID | Unable to locate a particular configuration entry ID. |