Enumerates all possible Quanser error codes.
Namespace:
Quanser.CommonAssembly: Quanser.Common (in Quanser.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration ErrorCode |
C# |
---|
public enum ErrorCode |
Visual C++ |
---|
public enum class ErrorCode |
JavaScript |
---|
Quanser.Common.ErrorCode = function(); Quanser.Common.ErrorCode.createEnum('Quanser.Common.ErrorCode', false); |
Members
Member name | Description | |
---|---|---|
AltiaArgumentIsNull | The altia argument to altia_open is NULL. | |
AltiaInputIsNull | The altia_input argument to altia_register_input is NULL. | |
AltiaOutputIsNull | The altia_output argument to altia_register_output is NULL. | |
AnalogExpirationsNotConfigured | Some of the analog output expiration states have not been configured. This board requires that if any of the expiration states have been configured then all the states must be configured, and the "Set analog outputs when a watchdog timer expires" must be enabled. | |
AnalogExpirationStateNotZero | This board only supports resetting the analog outputs to zero when the watchdog expires. | |
AnalogInputChannelsNotSupported | Analog input channels are not supported by this board. | |
AnalogInputRangeDiff | All analog input channels must have the same input range for this board. | |
AnalogOutputChannelsNotSupported | Analog output channels are not supported by this board. | |
AnalogOutputIsNan | An attempt was made to write an analog output value that is Not-a-Number (NaN). | |
AnalogOutputLocked | The requested analog output is locked. If you need access to this channel, use the generic version of this driver. | |
AnalogOutputRangeDiff | All analog output channels must have the same output range for this board. | |
AnalogResourceInUse | The analog-to-digital converter on the HIL board is currently in use by another operation. | |
ArcnetCannotOpen | Cannot open and initialize the ARCNET board. | |
ArcnetExcessiveNaks | The ARCNET transmission failed due to excessive NAKs. | |
ArcnetNodeIdOutOfBounds | The given ARCNET node ID is out of bounds (0-255). | |
ArcnetTargetNodeDne | The ARCNET message cannot be sent because there is no node on the network with the given target node ID. | |
ArgumentListTooBig | The argument list for the model is too big. | |
AutopilotArgumentIsNull | The autopilot argument to val_open is NULL. | |
AutopilotNotActive | The autopilot is not valid. It may not have been made active during normal simulation in the VAL Initialize block and thus may be uninitialized. | |
AutopilotTypeArgumentIsNull | The autopilot type argument to val_open is NULL. | |
BackingStoreNotSupported | A backing store is not supported. | |
BarometerNotResponding | The barometer is not responding. The device may have been damaged. | |
BaudRateExceedsMaximum | The baud rate exceeds the maximum baud rate set when the stream was created. | |
BeepArgumentIsNull | The beep argument to beep_open is NULL. | |
BeepFailed | A beep was attempted but it failed for some reason. It is possible that permission was denied. | |
BeepFrequencyOutOfRange | The specified beep frequency is out of the acceptable range. See the documentation for valid beep frequencies. | |
BeginControlNotCalled | The reconfiguration_begin_control function has not been called. | |
BeginResolutionNotCalled | The qtimer_begin_resolution function has not been called successfully. | |
BipolarPwmOnEvenChannelsOnly | The bipolar PWM configuration may only be configured on the even PWM channels for this card. See the card's documentation for details. | |
BlockDeleteRefused | Block delete refused. | |
BlockInsertRefused | Block insert refused. | |
BoardAlreadyOpen | The HIL board is already opened by another process. The board does not support access from more than one process at the same time. | |
BoardArgumentIsNull | The board argument passed to the board-specific HIL driver is NULL. This situation should never occur unless the user is calling the board-specific driver directly or memory has been corrupted. | |
BoardIdentifierArgumentIsNull | The board identifier argument passed to the board-specific HIL driver is NULL. This situation should never occur unless the user is calling the board-specific driver directly or memory has been corrupted. | |
BoardInUse | The board is in use by another process and the board-specific driver does not support multi-process access to the card. | |
BoardNotFound | An operating system specific kernel-level driver for the specified card could not be found. The card or driver may not be installed. The kernel-level driver is the driver that gets installed when the operating system detects the hardware. Check Device Manager to see if the card is present or recognized by the operating system. Also verify that you have selected the correct card in the HIL Initialize block or hil_open function. | |
BorderTypeNotSupported | The border type selected for the operation is not supported by the current operation. | |
BufferIsNull | The buffer argument is NULL. It should be a valid pointer. | |
BufferModeNotSupported | The specified buffer mode is not supported. | |
BufferOverflow | For a read operation, the buffer has overflowed. For a write operation, there is no more data left in the buffer. The sampling frequency is too fast for the rate at which data is being read from or written to the buffer. For HIL Timebase blocks or HIL tasks, oversampling has occurred. For Stream blocks, the hardware FIFO overflowed. | |
BufferTooSmall | The supplied buffer is too small for the data requested. | |
Busy | An operation is already in progress. | |
ByteOrderNotSupported | The specified byte order is not supported. For example, VAX and Cray byte ordering is not supported. | |
CalibrationFailed | Sensor calibration failed for some reason. Try running the model again. | |
CameraInUse | The camera is already in use by another application. | |
CameraNameNotAssigned | The specified virtual name for the camera has not been assigned to an actual device. | |
CanBusIdentifierTooLarge | The CAN bus identifier is too large for the standard frame format. Use the flexible=1 option on the URI to allow extended CAN FD frames if your CAN device supports it. | |
CannotAcceptConnection | The listening socket was unable to accept a client connection. | |
CannotAccessGameController | Unable to access game controller. | |
CannotAddTimeouts | The timeouts cannot be added because both sides are absolute timeouts. | |
CannotAutodetectDsmExternal | The type of DSM protocol cannot be auto-detected for external remotes. | |
CannotBindSocket | It was not possible to bind the socket to the given port. Check that the port number is valid and not in use. | |
CannotBroadcast | The communication protocol, such as UDP, could not be configured for broadcasting. | |
CannotChangeParameter | The parameter cannot be changed at the present time. | |
CannotClose | Unable to close the connection. | |
CannotClosePa10 | An error occurred while attempting to stop and close the PA10. | |
CannotCompress | Cannot compress. | |
CannotConnect | It was not possible to connect to the specified URI. | |
CannotConnectToLicenseManager | It was not possible to connect to the license manager. | |
CannotConnectToPlc | It was not possible to connect to the specified PLC. It is likely unreachable. | |
CannotConvertCharacter | A character was encountered that cannot be converted. | |
CannotCopyRamToRom | Cannot copy RAM to ROM. | |
CannotCreateForceFeedbackEffect | Unable to create a force feedback effect. The device may be out of memory for effects or the effect is not supported. | |
CannotCreateGameControllerWindow | Unable to create a window for the force feedback game controller. | |
CannotCreatePreferencesNode | It was not possible to create the preferences node. You may not have sufficient privileges. | |
CannotCreateTemporaryFile | Failed to create a temporary file. | |
CannotDeletePreferencesValue | The preferences value could not be deleted. It may not exist, or you may not have sufficient privileges. | |
CannotEnumerateValues | The values of a preferences node could not be enumerated. | |
CannotFindSocketDriver | The operation failed because the socket manager/driver could not be found. | |
CannotGetBufferSize | It was not possible to get the buffer size. | |
CannotGetCameraProperties | Unable to get the properties of the camera. This may indicate a hardware issue. | |
CannotGetGameControllerState | Unable to get the state of the game controller. | |
CannotGetMouseState | Unable to get the state of the mouse. | |
CannotGetPacketSize | It was not possible to get the maximum packet size. | |
CannotGetPreferencesValue | The preferences value could not be retrieved. You may not have sufficient privileges. | |
CannotGetProcessAffinity | The process affinity could not be determined. | |
CannotGetResolution | The timer resolution could not be retrieved. Stack or memory corruption is likely. | |
CannotGetTime | Unable to get the current high-resolution time. | |
CannotIndicateClosure | It was not possible to indicate closure of the connection to the remote peer. | |
CannotInitializeOpenvr | The OpenVR cannot be properly initialized due to an error. | |
CannotInitializePa10 | The PA10 cannot be properly initialized due to an error. | |
CannotInitializeSockets | It was not possible to initialize the socket library. | |
CannotLinger | Unable to set the linker options for a connection. | |
CannotListen | It was not possible to listen on the specified connection. | |
CannotNegotiatePdu | Unable to negotiate protocol data unit (PDU) size. | |
CannotObtainLock | Cannot obtain a lock to gain exclusive access to a critical section of code. | |
CannotOpenDriverDirectory | An attempt to get the driver directory failed. | |
CannotOpenEthercat | Unable to open the EtherCAT device specified. Make sure the XML configuration and IP address specified are correct | |
CannotOpenLicenseFile | Unable to open license file. Make sure that the file exists and you have permission to read the license file. Mapped network drives are not accessible with elevated privileges. Use the full UNC path, such as "\\server\licenses\john-doe.qlic", instead. | |
CannotPoll | Unable to poll a connection. | |
CannotPollGameController | Unable to poll the game controller. | |
CannotQuantizeToFewColors | It is not possible to quantize to so few colors. | |
CannotQuantizeToManyColors | It is not possible to quantize to so many colors. | |
CannotReadSchunkGripper | An error occurred while attempting to read the state of the SCHUNK gripper. | |
CannotReadTemporaryFile | Failed to read a temporary file. | |
CannotReceive | Unable to receive data over a connection. | |
CannotResetEncoderToNonzeroValue | The encoder cannot be reset to a non-zero value on this device. | |
CannotSeekTemporaryFile | Failed to seek on a temporary file. | |
CannotSelectVariable | Variables cannot be selected after a visualization task has already been started. | |
CannotSend | Unable to send data over a connection. | |
CannotSetDescriptorFlags | Unable to set the flags of a file descriptor or socket. | |
CannotSetForceFeedbackEffectParameters | Unable to set the parameters of a force feedback effect. The parameters may be incorrect or unsupported by the device. | |
CannotSetGameControllerCooperativeLevel | Unable to set the cooperation level of the force feedback game controller. | |
CannotSetGameControllerFormat | Unable to set data format of game controller. | |
CannotSetPortUnreachable | Cannot set the port unreachable option to disable reporting ICMP Port Unreachable messages for UDP datagrams | |
CannotSetPosition | The position of the stream cannot be set. | |
CannotSetPreferencesValue | The preferences value could not be set. You may not have sufficient privileges. | |
CannotSetResolution | The timer resolution could not be set. The user does not have permission. | |
CannotShutdown | Unable to shut down send and/or receives on the connection. | |
CannotStartForceFeedbackEffect | Unable to download or start a force feedback effect. The device may be out of memory. | |
CannotStartInterruptThread | Failed to launch an interrupt thread | |
CannotStartLicenseManager | The Quanser license manager could not be started. | |
CannotStartPlc | The PLC could not be started. | |
CannotStartTargetManager | The QUARC Target Manager could not be started. | |
CannotStartXmlrpcClient | The XMLRPC client cannot be started. | |
CannotStartXmlrpcServer | The XMLRPC server cannot be started. | |
CannotStopForceFeedbackEffect | Unable to stop a force feedback effect. | |
CannotStopLicenseManager | The Quanser license manager could not be stopped. | |
CannotStopPlc | The PLC canot be stopped. | |
CannotStopTargetManager | The QUARC Target Manager could not be stopped. | |
CannotSubtractTimeouts | The timeouts cannot be subtracted because the left-hand side is relative and the right hand side is absolute. | |
CannotSuspend | Suspension is not allowed at this point. | |
CannotSwitch | An attempt to switch models failed due to a communication failure. | |
CannotTalkToRosMaster | The XMLRPC client cannot establish communication with ROS master. | |
CannotWriteTemporaryFile | Failed to write to a temporary file. There may not be enough disk space. | |
CanpciGetMessageFailed | The CANPCI device failed to receive a CAN message. | |
CanpciInitFailed | Initialization of the CANPCI driver failed. | |
CanpciInvalidChannel | The CANPCI channel specified is invalid. | |
CanpciInvalidParameters | Parameters supplied to a CANPCI driver function are invalid. | |
CanpciNotFound | The specified CANPCI could not be found. | |
CanpciSendMessageFailed | The CANPCI device failed to send a CAN message. | |
CanpciStartFailed | Failed to start the CANPCI card(s). | |
CardArgumentIsNull | The card argument to hil_open is NULL. | |
CardIdentifierArgumentIsNull | The card identifier argument to hil_open is NULL. | |
CardLocationIsNull | The card location pointer passed as an argument is NULL. A valid pointer to a t_card_location object must be passed to the hil_get_exclusive_access and hil_release_exclusive_access functions. | |
CardNotActive | The card is not valid. It may not have been made active during normal simulation in the HIL Initialize block and thus may be uninitialized. | |
CardSpecificOptionNotRecognized | The card specific option specified is not recognized. | |
CardSpecificOptionNotSupported | The card specific option specified is recognized, but is not supported by this board. | |
CardSpecificOptionValueInvalid | The value of a card specific option specified is invalid. | |
CardSpecificOptionValueNotRecognized | The value of a card specific option specified is not recognized. | |
CardTypeArgumentIsNull | The card type argument to hil_open is NULL. | |
CaspaCaptureFailed | Failed to capture video. | |
Ccir601NotImplemented | CCIR601 sampling is not implemented yet. | |
CdataTerminatorInCharData | The CDATA termination sequence ']]>' is not allowed within XML content. | |
ChangeNotificationsNotSupported | Change notifications are not supported on the specified file system. | |
ChannelIsListening | The channel is a listening channel so it cannot be used to send and receive data. | |
ChannelNotListening | The channel is not a listening channel so it cannot be used to accept connections. | |
CigiHostCouldNotOpenDevice | The CIGI Host could not be opened. | |
CircularBufferNotFound | The corresponding Circular Buffer Initialize could not be found. Make sure that a Circular Buffer Initialize block is present in the model. | |
ClockFrequencyInvalid | The clock frequency is invalid for the specified clock, or the clock may be unavailable. Try using a different clock frequency (usually slower) or a different clock. | |
ClockFrequencyIsNan | An attempt was made to set the clock frequency to a value that is Not-a-Number (NaN). | |
ClockFrequencyNotPositive | The clock frequency specified is negative or zero. The clock frequency must be positive. | |
ClockFrequencyTooHigh | The clock frequency is too high for the specified clock. Try using a different clock. Hardware clocks are generally faster than the system clocks. | |
ClockFrequencyTooLow | The clock frequency is too low for the specified clock. Try using a different clock. System clocks are preferable for low frequencies so that hardware clocks remain available for higher frequency operations. | |
ClockModeNotSupported | The specified clock mode is not supported by this board. | |
ClockNotSupported | The specified clock is not supported by the board-specific HIL driver for this board. | |
ClockNotWatchdog | The specified clock is not a watchdog timer on this board. | |
ClockPeriodTooHigh | The clock period is too high for the specified clock. Try using a different clock. Hardware clocks are generally faster than the system clocks. | |
ClockPeriodTooLow | The clock period is too low for the specified clock. Try using a different clock. System clocks are preferable for long periods so that hardware clocks remain available for operations requiring a shorter period. | |
ColorComponentCount | There are too many color components. | |
ColorConversionNotImplemented | The specified color conversion is not supported. | |
ColorModeChangeInvalid | The color quantization mode change was invalid. | |
ComplexNumbersNotSupported | Complex numbers are not currently supported. | |
CompressedImageTooLarge | The compressed image is too large to fit in the destination. If you are using the Image Compress block then make the output dimension larger. | |
ConflictingCounterModes | The specified counter is used as both an encoder and a PWM output channel. | |
ConflictingDigitalDirections | A digital channel was specified as both an input and an output. Digital channels cannot be programmed as an input and an output at the same time. | |
ConflictingDigitalFunctions | The special purpose function (e.g. PWM, Encoder, SPI, I2C, UART) pins are already configured for Digital I/O. Please remove the appropriate Digital I/O channels inside the HIL Initialize block in order to use the specified function. Refer to the device help page for pinout diagrams. | |
ConflictingDigitalModes | The specified digital IO is configured for a special purpose (e.g. PWM, Encoder, SPI, I2C, UART). Therefore it cannot be used as the specified function. Refer to the device documentation for precedents and limitations of the generic digital IO. | |
ConnectionAborted | An incoming connection was indicated, but was subsequently terminated by the remote peer prior to accepting the call. | |
ConnectionNotBound | The connection has not been bound. This error typically occurs with UDP client sockets whenever a receive operation is attempted prior to the first send operation. UDP client sockets are implicitly bound to the UDP port by the first send operation. Hence, a send must always be done first after a UDP client connection is established. | |
ConnectionRefused | The remote peer refused the connection, most likely because no server application was listening for connections | |
ConnectionReset | The connection was reset. The remote peer may have exited without closing the connection. | |
ConnectionShutdown | The connection has been shut down. | |
ContinuousThresholdExceedsPeek | The specified continuous threshold exceeds the peak threshold. | |
CorruptedRoombaStream | Roomba stream is corrupted. | |
CorruptFile | The file is corrupt or is not the expected format. | |
CorruptFpgaBitfile | The specified bitfile is invalid or corrupt. | |
CounterResourceConflict | Counter parameter is illegal in current operation mode. The counter may already be in use by another operation such as providing a timebase. | |
CpuGpioInUse | A GPIO is in use by another application. Some applications on Linux-based systems use the old sysfs (/sys/class/gpio) file system for GPIO. If a GPIO is exported it cannot be used by QUARC. Try rebooting the target. | |
CudaCompilationFailed | Compilation of CUDA PTX code failed. The CUDA PTX source is invalid or the JIT PTX compilation library was not found. | |
CudaContextInUse | The CUDA context passed to an API call is already in use by another thread. | |
DacCommTimeout | Cannot communicate with analog output. | |
DaqmxCannotAttachAdcToTask | DAQmx was unable to attach the specified analog input to the analog input task. | |
DaqmxCannotAttachDacToTask | DAQmx was unable to attach the specified analog output to the National Instruments analog output task. | |
DaqmxCannotAttachDigitalToTask | DAQmx was unable to attach the specified digital lines to the National Instruments task. | |
DaqmxCannotAttachEncoderToTask | DAQmx was unable to attach the specified channel to the National Instruments encoder input task. | |
DaqmxCannotAttachPwmToTask | DAQmx was unable to attach the specified counter channel to the PWM output task. | |
DaqmxCannotClearTask | DAQmx was unable to clear or release a National Instruments task. Try restarting MATLAB. | |
DaqmxCannotCreateTask | DAQmx was unable to create a new task. The resource may already be in use by another block. | |
DaqmxCannotGetPwmChannelName | DAQmx was unable to obtain the name of the PWM channel attached to the PWM output task. | |
DaqmxCannotSetHardwareClockRate | Error setting the hardware timing for the time-base block. | |
DaqmxCannotStartTask | DAQmx was unable to start the National Instruments device task. Make sure the device is not already open. If no devices are open, try restarting MATLAB. | |
DaqmxClockErrorWaitingForSample | Either the configuration is invalid, or a sample edge was missed before executing the wait. | |
DaqmxErrorChangingEncDirSrc | DAQmx failed to change the source for the encoder count direction. | |
DaqmxErrorChangingPwmOutTerm | DAQmx failed to change the counter output terminal. | |
DaqmxErrorChangingTimebaseRate | DAQmx was unable to set the counter timebase rate. | |
DaqmxErrorResettingDevice | DAQmx failed to reset the device. | |
DaqmxErrorSamplingAdc | DAQmx failed to execute the National Instruments analog input task. | |
DaqmxErrorSamplingDigital | DAQmx failed to execute the digital read task. | |
DaqmxErrorSamplingEncoder | DAQmx failed to execute the National Instruments encoder input task. | |
DaqmxErrorSettingImplicitTiming | DAQmx was unable to configure implicit timing for the PWM output task. | |
DaqmxErrorWritingDac | DAQmx failed to output the requested analog value. | |
DaqmxErrorWritingDigital | DAQmx failed to output the requested digital values. | |
DaqmxErrorWritingPwm | DAQmx failed to output the requested PWM values. | |
DaqmxOnlyDeviceNamesSupported | Using a numeric board identifier for NI cards is not supported on this system. Please use the device name instead. | |
DatagramTooLarge | The datagram received was too large for the buffer provided in the receive operation. | |
DctCoefficientOutOfRange | The DCT coefficient out of range. | |
Deadlock | A deadlock situation would have occurred. | |
DensoReadTimeout | The Denso Read block has timed out since no data was received. Check that the IP settings of your PC are correct and that the PC is connected to the Denso controller. | |
DestroyingObject | Cannot perform the operation. Object is being destroyed. | |
DeviceDisconnected | Device was disconnected, this can be caused by outside intervention, by internal firmware error or due to insufficient power. | |
DeviceDriverIncompatible | The device driver appears to be incompatible with the device. | |
DeviceInitializationFailed | Device initialization failed. | |
DeviceIoError | I/O device failure. | |
DeviceNotConnected | The device is not connected. If the device was connected then somehow that connection has been lost. | |
DeviceRecovering | Device is in recovery mode and might require firmware update. | |
DigitalExpirationsNotConfigured | Some of the digital output expiration states have not been configured. This board requires that if any of the expiration states have been configured then all the states must be configured, and the "Set digital outputs when a watchdog timer expires" must be enabled. | |
DigitalExpirationStateNotTristate | This board only supports resetting the digital outputs to tri-state when the watchdog expires. | |
DigitalExpirationStateNotUnchanged | This board does not support setting the expiration state of all digital outputs. Set digital outputs which are not controlled by the watchdog to 3 (no change). | |
DigitalExpirationStateNotZero | This board only supports resetting the digital outputs to zero when the watchdog expires. | |
DigitalExpirationStateTristateInvalid | This board does not support tristating the digital outputs when the watchdog expires. The digital outputs may only be set high or low on watchdog expiration. | |
DigitalInputChannelsNotSupported | Digital input channels are not supported by this board. | |
DigitalInputsNotInitialized | The specified digital input channels are not initialized. This board requires that all the channels which will be used for digital inputs should be configured on the HIL Initialize block's "Digital Inputs" tab. Set the "Digital input channels" field to all the digital channels that will be used as digital inputs on the board. | |
DigitalOutputChannelsNotSupported | Digital output channels are not supported by this board. | |
DigitalOutputLocked | The requested digital output is locked. If you need access to this line, use the generic version of this driver. | |
DigitalOutputsNotInitialized | The specified digital output channels are not initialized. This board requires that all the channels which will be used for digital outputs should be configured on the HIL Initialize block's "Digital Outputs" tab. Set the "Digital output channels" field to all the digital channels that will be used as digital outputs on the board. | |
DirectxNotInstalled | Unable to use DirectX. Make sure DirectX 10.0 or above is installed. | |
DisplayNotInGraphicsMode | The display is not in graphics mode. Re-open the display in graphics mode. | |
DisplayNotInTextMode | The display is not in text mode. Re-open the display in text mode. | |
DivisionByZero | A division by zero occurred. | |
DmaBufferLock | A DMA buffer lock failed. | |
DoublePropertyIsNan | An attempt was made to set a double property to a value that is Not-a-Number (NaN). | |
DownloadFailed | Download sequence failed. | |
DpcDisconnected | The DPC connection has been closed at the peer. | |
DraganflyX6CrcFailed | The Draganfly X6 autopilot message failed the CRC check. | |
DriverIncompatibleWithBoardDll | The board-specific HIL driver passed an invalid parameter to the operating system specific kernel-level driver for the board. The board-specific HIL driver is likely not compatible with the operating system specific kernel-level driver for the board. Make sure both are up-to-date and compatible versions. | |
DriverMissingGetOrReleaseAccess | The hil_get_exclusive_access or hil_release_exclusive_access function is present in the driver while the other one is not. These functions are optional, but if one is included in the driver then both must be included. | |
DriverMissingOpenOrClose | A hardware driver is missing the open and/or close function. | |
DriverTimedOut | The HIL driver timed out trying to communicate with the card. The card may not be working or the version of the driver may not be compatible with the version of the card. | |
DtrDsrNotSupported | The selected serial port does not support the data-terminal-ready (DTR) and data-set-ready (DSR) lines. Set the dsr option on the URI to 'off'. | |
DuplicateXmlAttribute | An XML element has more than one attribute with the same name. | |
DutyCycleNotPositive | The specified duty cycle is negative and negative duty cycles are not supported by this board. | |
DutyCycleTooHigh | The specified duty cycle is more than 100% (i.e. greater than 1.0). | |
DynamixelCommunicationError | Could not communicate with Dynamixel OpenManipulator X. | |
DynamixelCouldNotChangeWriteGroup | Could not change parameters of a write group for the Dynamixel OpenManipulator X. | |
DynamixelCouldNotCreateReadGroup | Could not create a read group for the Dynamixel OpenManipulator X. | |
DynamixelCouldNotCreateWriteGroup | Could not create a write group for the Dynamixel OpenManipulator X. | |
DynamixelCouldNotOpenDevice | Could not open the Dynamixel OpenManipulator X device. | |
DynamixelCouldNotStartDevice | Could not start the Dynamixel OpenManipulator X control loop. | |
DynamixelFailedToInitialize | The Dynamixel OpenManipulator X failed to initialize. Make sure the Dynamixel OpenManipulator X is plugged in and powered. | |
DynamixelInvalidGains | The position PID or feedforward gains for the Dynamixel OpenManipulator X device is out of range. | |
DynamixelInvalidGoalPosition | The goal Position for the Dynamixel OpenManipulator X device is out of range. | |
DynamixelInvalidGoalPwm | The goal PWM for the Dynamixel OpenManipulator X device is out of range. | |
DynamixelInvalidProfileParams | The profile velocity or acceleration parameters for the Dynamixel OpenManipulator X device is out of range. | |
ElvisiiiEepromError | Failed to access the NI ELVIS III top board EEPROM during initialization. Try power cycle the ELVIS III. If the error persists, then the problem is likely a hardware fault. | |
ElvisiiiTopBoardIncompatible | The top board attached to the NI ELVIS III is not compatbile with the driver, make sure the correct top board is attached that matches the board type as selected in HIL Initialize. | |
ElvisiiiTopBoardNoPower | The NI ELVIS III top board is not powered, the top board must be powered before this board can be used. | |
EmitterCannotBeDisabled | The laser emitter on the depth camera cannot be disabled. | |
EmptyImage | The image is empty. Empty images are not currently supported. | |
EmptyScan | The stream was closed before the first character was read. This error is used internally and should never be returned to the user. | |
EmsReadFailed | A read from the EMS failed. | |
EmsWriteFailed | A write to the EMS failed. | |
EncoderFilterFrequencyIsNan | An attempt was made to set the encoder filter frequency to a value that is Not-a-Number (NaN). | |
EncoderInputChannelsNotSupported | Counter input channels are not supported by this board. | |
EncoderInputError | An error has occurred reading an encoder input. Make sure the encoder is connected reliably, there are no ground loops and signal noise is minimized. | |
EncoderQuadratureModeNotSupported | The selected quadrature decoding is not available for this board. | |
EndBeforeTag | End of input stream encountered before tag name. | |
EndInTag | End of input stream encountered within tag name. | |
EndOfInputExpected | The end of the input was expected. There is too much input data. | |
EndQuoteExpected | The ending quote for a string was expected. | |
EnvironmentVariableNotFound | The environment variable could not be found. | |
ErrorMessageNotFound | An error message corresponding to the given error code could not be found. | |
EthercatCommandTimedOut | An EtherCAT slave did not respond as expected within the timeout interval. | |
EthercatDatagramTooLarge | The EtherCAT datagram to be sent is too large. Check the XML description. | |
EthercatDeviceIsNull | A null pointer was specified instead of a valid EtherCAT device. | |
EthercatInvalidByteSize | Invalid ByteSize field specified for EtherCAT process image. | |
EthercatMasterAlreadyRunning | An EtherCAT master is already running on the given MAC address. Stop the existing EtherCAT master first. | |
EthercatMasterNotFound | The corresponding EtherCAT Master could not be found. Make sure that an EtherCAT Master block is present in the model. | |
EthercatPacketLost | An EtherCAT packet that was sent was lost and never returned. The slave device was not ready. | |
EthercatSyncClientIsNull | The EtherCAT device does not have a synchronization client. | |
EthercatTelegramLost | An EtherCAT telegram that was sent within a packet was not present in the packet when the packet returned. Data corruption has occurred! | |
EthercatValidateDataWrongLength | The Validate/Data field in an initialization command for an EtherCAT device contains data of a different size than the Data or DataLength field. | |
EthercatValidateMaskWrongLength | The Validate/DataMask field in an initialization command for an EtherCAT device contains data of a different size than the Data or DataLength field. | |
ExclusiveAccessAlreadyGranted | Exclusive access to this card has already been granted to another process. Only one process may have exclusive access to the card at one time. Try again later. | |
ExclusiveAccessNotGranted | Exclusive access to this card was not granted to the process which is attempting to release it. Exclusive access can only be released by the process with exclusive access, and only from the same open handle. | |
FailedToParseInteger | Failed to parse an integer value in a string. Format is incorrect. | |
FailedToParseRealNumber | Failed to parse a real value in a string. Format is incorrect. | |
FalconCouldNotCreateCallback | Could not create a callback for the Novint Falcon. | |
FalconCouldNotMakeCurrent | Novint Falcon error. | |
FalconCouldNotOpenDevice | Could not open the Novint Falcon device. | |
FalconCouldNotStartDevice | Could not start the Novint Falcon control loop. | |
FalconFailedToInitialize | The Novint Falcon failed to initialize. Make sure the Falcon is plugged in and powered. | |
FeatureNotCompiled | The requested feature was omitted at compile time. | |
FileAlreadyExists | The file already exists and cannot be overwritten. Delete the file first. | |
FileNotExecutable | The model specified is not executable. | |
FileNotFound | The file could not be found. | |
FileReadFailed | An error occurred reading from a file. | |
FileSystemError | A physical I/O error occurred trying to access the file system. | |
FileTooLarge | The file has become too large for the given file format. | |
FileWriteFailed | An error occurred writing to a file. There may not be enough disk space. | |
FilterMaskSizeNotSupported | The mask size specified for the filter is not supported. Many filter operations only support 3x3 or 5x5 mask sizes. The mask should also be smaller than the image. | |
FilterProtocolsRequireUri | Missing "uri" option. Filter protocols require a "uri" option in their URI to identify the underlying communication protocol. | |
ForceDimensionCloseFailed | An attempt to close a Force Dimension haptic device failed. | |
ForceDimensionNotCalibrated | The Force Dimension haptic device has not been calibrated. Ensure that the device is properly calibrated before use. | |
ForceDimensionOpenFailed | An attempt to open a Force Dimension haptic device failed. Ensure that the Force Dimension device is powered on and has been calibrated. | |
ForceDimensionReadFailed | An attempt to read from the Force Dimension haptic device failed. | |
ForceDimensionWriteFailed | An attempt to write to the Force Dimension haptic device failed. | |
ForceTorqueSensorDisconnected | The force/torque sensor appears to be disconnected. | |
FpgaAlreadyRunning | The FPGA is already running. | |
FpgaBusy | Operation could not be performed because the FPGA is busy. Stop all the activities on the FPGA before requesting this operation. | |
FpgaBusyCApi | Operation could not be performed because the FPGA is busy operating in FPGA Interface C API mode. Stop all the activities on the FPGA before requesting this operation. | |
FpgaBusyEmulation | Operation could not be performed because the FPGA is busy operating in Emulation mode. Stop all the activities on the FPGA before requesting this operation. | |
FpgaBusyFpgaInterface | Operation could not be performed because the FPGA is busy operating in FPGA Interface mode. Stop all the activities on the FPGA before requesting this operation. | |
FpgaBusyInteractive | Operation could not be performed because the FPGA is busy operating in Interactive mode. Stop all the activities on the FPGA before requesting this operation. | |
FpgaBusyScanInterface | The chassis is in Scan Interface programming mode. In order to run FPGA VIs, you must go to the chassis properties page, select FPGA programming mode, and deploy settings. | |
FractionalSamplingNotImplemented | Fractional sampling is not implemented yet. | |
FramingError | A framing error occurred | |
FunctionNotSupported | The function is not supported. | |
FunctionRefused | Function refused by CPU (Unknown error). | |
GameControllerNotFound | The specified game controller could not be found. A Host Force Feedback Game Controller block for the game controller is required in the same diagram to use the other Force Feedback blocks. There should only be one Host Force Feedback Game Controller block per game controller. Also ensure that the Host Force Feedback Game Controller block comes before the other Force Feedback blocks in the sorted (execution) order. | |
GenicamCannotClose | An error occurred while attempting to close the GenICam camera. | |
GenicamCannotFindCamera | The requested GenICam camera cannot be found. | |
GenicamCannotGetCameraNode | The requested GenICam camera nodemap cannot be acquired. | |
GenicamCannotGetFeatures | An error occurred while attempting to get features from the GenICam camera. | |
GenicamCannotGrabImage | An error occurred while attempting to grab an image using the GenICam camera. | |
GenicamCannotInitializeCamera | An error occurred while attempting to initialize the GenICam camera. | |
GenicamCannotReadNode | An error occurred while attempting to read nodes from the GenICam camera. | |
GenicamCannotSetAcquisitionNode | Cannot set GenICam camera acquisition mode. | |
GenicamCannotSetAnalogControl | Cannot set GenICam camera analog controls to desired value. | |
GenicamCannotSetImageSize | Cannot set GenICam camera image to the desired size. | |
GenicamCannotSetPixelFormat | Cannot set GenICam camera image to the desired pixel format. | |
GenicamCannotWriteNode | An error occurred while attempting to write nodes to the GenICam camera. | |
GenicamGrabImageTimeout | A timeout occurred while attempting to grab an image using the GenICam camera. | |
GpsReadFailed | A read of the GPS device failed. | |
GrabV4l2Image | Failed to grab image from v4l2 video input. | |
GumstixWatchdogClockPeriodTooHigh | The watchdog timer period (a.k.a., timeout interval) is too high. The gumstix watchdog timer may be programmed with any integer value between 1 and 255 seconds. | |
GumstixWatchdogClockPeriodTooLow | The watchdog timer period (a.k.a., timeout interval) is too low. The gumstix watchdog timer may be programmed with any integer value between 1 and 255 seconds. | |
HardwareClockInUse | The specified hardware clock is already in use for another operation and the board-specific HIL driver for this board does not permit sharing of the hardware clock. | |
HardwareFailure | The hardware appears to have failed. It is either not responding, or not responding as expected. Try powering down and back up. | |
HardwareFlowControlNotSupported | The selected serial port does not support hardware flow control. Set the flow option on the URI to 'none' or 'software' (if supported). | |
HilAcquireExclusiveAccessNotSupported | The hil_acquire_exclusive_access function and Exclusive access to device option on the HIL Initialize block are not supported by this particular card. | |
HilAtLeastOneChannelRequired | The HIL function requires at least one channel to be specified. | |
HilConflictingDigitalOutputs | Two or more digital outputs were specified with output values that conflict with one another. Refer to the device documentation for limitations. | |
HilDriverNotFound | Support for the given board type does not appear to be installed. Verify that you have selected the correct card in the HIL Initialize block or hil_open function. | |
HilGetDoublePropertyNotSupported | The hil_get_double_property function and HIL Get Property block are not supported by this particular card. | |
HilGetIntegerPropertyNotSupported | The hil_get_integer_property function and HIL Get Property block are not supported by this particular card. | |
HilGetStringPropertyNotSupported | The hil_get_string_property function and HIL Get Property block are not supported by this particular card. | |
HilInvalidDigitalDirections | The combination of directions specified for the digital channels are not compatible with the capabilities of this particular card. Some cards have digital channels organized into ports for which all channels in a port must have the same direction. Check the documentation for the card. | |
HilInvalidDigitalState | One of the digital states specified was not a valid state. Valid modes are 0 (low), 1 (high), 2 (tristate) or 3 (no change). | |
HilInvalidFpgaSignature | The specified signature does not match the signature of the bitfile. If the bitfile has been recompiled, regenerate the C API and rebuild the application. | |
HilInvalidResourceName | Either the supplied resource name is invalid as a RIO resource name, or the device was not found. Use MAX to find the proper resource name for the intended device. | |
HilMonitorCreateInterruptReaderNotSupported | The hil_monitor_create_interrupt_reader function and HIL Interrupt block are not supported by this particular card. | |
HilMonitorDeleteNotSupported | The hil_monitor_delete function is not supported by this particular card. If the hil_monitor_create_interrupt_reader function is supported then the hil_monitor_stop function MUST be supported. Contact the device manufacturer. | |
HilMonitorReadInterruptNotSupported | The hil_monitor_read_interrupt function is not supported by this particular card. | |
HilMonitorStartNotSupported | The hil_monitor_start function is not supported by this particular card. If the hil_monitor_create_interrupt_reader function is supported then the hil_monitor_stop function MUST be supported. Contact the device manufacturer. | |
HilMonitorStopNotSupported | The hil_monitor_stop function is not supported by this particular card. If the hil_monitor_create_interrupt_reader function is supported then the hil_monitor_stop function MUST be supported. Contact the device manufacturer. | |
HilNameNotAssigned | The specified virtual name for the HIL card has not been assigned to an actual device. | |
HilPollInterruptNotSupported | The hil_poll_interrupt function and HIL Poll Interrupt block are not supported by this particular card. | |
HilReadAnalogBufferNotSupported | The hil_read_analog_buffer function and HIL Read Analog Buffer block are not supported by this particular card. | |
HilReadAnalogCodesNotSupported | The hil_read_analog_codes function and HIL Read Analog Codes block are not supported by this particular card. | |
HilReadAnalogNotSupported | The hil_read_analog function in C or MATLAB and HIL Read Analog block in QUARC are not supported by this particular card. | |
HilReadAnalogWriteAnalogBufferNotSupported | The hil_read_analog_write_analog_buffer function and HIL Read Analog Write Analog Buffer block are not supported by this particular card. | |
HilReadAnalogWriteAnalogNotSupported | The hil_read_analog_write_analog function and HIL Read Analog Write Analog block are not supported by this particular card. | |
HilReadBufferNotSupported | The hil_read_buffer function and HIL Read Buffer block are not supported by this particular card. | |
HilReadDigitalBufferNotSupported | The hil_read_digital_buffer function and HIL Read Digital Buffer block are not supported by this particular card. | |
HilReadDigitalNotSupported | The hil_read_digital function in C or MATLAB and HIL Read Digital block in QUARC are not supported by this particular card. | |
HilReadDigitalWriteDigitalBufferNotSupported | The hil_read_digital_write_digital_buffer function and HIL Read Digital Write Digital Buffer block are not supported by this particular card. | |
HilReadDigitalWriteDigitalNotSupported | The hil_read_digital_write_digital function and HIL Read Digital Write Digital block are not supported by this particular card. | |
HilReadEncoderBufferNotSupported | The hil_read_encoder_buffer function and HIL Read Encoder Buffer block are not supported by this particular card. | |
HilReadEncoderNotSupported | The hil_read_encoder function in C or MATLAB and HIL Read Encoder block in QUARC are not supported by this particular card. | |
HilReadEncoderWritePwmBufferNotSupported | The hil_read_encoder_write_pwm_buffer function and HIL Read Encoder Write PWM Buffer block are not supported by this particular card. | |
HilReadEncoderWritePwmNotSupported | The hil_read_encoder_write_pwm function and HIL Read Encoder Write PWM block are not supported by this particular card. | |
HilReadNotSupported | The hil_read function in C or MATLAB and HIL Read block in QUARC are not supported by this particular card. | |
HilReadOtherBufferNotSupported | The hil_read_other_buffer function and HIL Read Other Buffer block are not supported by this particular card. | |
HilReadOtherNotSupported | The hil_read_other function in C or MATLAB and HIL Read Other block in QUARC are not supported by this particular card. | |
HilReadOtherWriteOtherBufferNotSupported | The hil_read_other_write_other_buffer function and HIL Read Other Write Other Buffer block are not supported by this particular card. | |
HilReadOtherWriteOtherNotSupported | The hil_read_other_write_other function and HIL Read Write Other block are not supported by this particular card. | |
HilReadWriteBufferNotSupported | The hil_read_write_buffer function and HIL Read Write Buffer block are not supported by this particular card. Try using a more specific function or block. | |
HilReadWriteNotSupported | The hil_read_write function and HIL Read Write block are not supported by this particular card. Try using a more specific function or block. | |
HilReleaseExclusiveAccessNotSupported | The hil_release_exclusive_access function and Exclusive access to device option on the HIL Initialize block are not supported by this particular card. | |
HilSetAnalogInputConfigurationNotSupported | The hil_set_analog_input_configuration function is not supported by this particular card. | |
HilSetAnalogInputRangesNotSupported | The hil_set_analog_input_ranges function is not supported by this particular card. It may be necessary to uncheck the two "Set analog input parameters..." options in the HIL Initialize block. | |
HilSetAnalogOutputRangesNotSupported | The hil_set_analog_output_ranges function is not supported by this particular card. It may be necessary to uncheck the two "Set analog output parameters..." options in the HIL Initialize block. | |
HilSetAnalogTerminationStateNotSupported | The hil_set_analog_termination_state function is not supported by this particular card. | |
HilSetCardSpecificOptionsNotSupported | The hil_set_card_specific_options function is not supported by this particular card. It may be necessary to uncheck the two "Set clock parameters..." options in the HIL Initialize block. | |
HilSetClockFrequencyNotSupported | The hil_set_clock_frequency function is not supported by this particular card. | |
HilSetClockModeNotSupported | The hil_set_clock_mode function is not supported by this particular card. | |
HilSetDigitalDirectionsNotSupported | The hil_set_digital_directions function is not supported by this particular card. Set the "Digital input channels" and "Digital output channels" parameters in the HIL Initialize block to empty matrices: []. | |
HilSetDigitalOutputConfigurationNotSupported | The hil_set_digital_output_configuration function is not supported by this particular card. | |
HilSetDigitalTerminationStateNotSupported | The hil_set_digital_termination_state function is not supported by this particular card. | |
HilSetDoublePropertyNotSupported | The hil_set_double_property function and HIL Set Property block are not supported by this particular card. | |
HilSetEncoderCountsNotSupported | The hil_set_encoder_counts function and HIL Set Encoder Counts block are not supported by this particular card. It may be necessary to uncheck the two "Set initial encoder counts..." options in the HIL Initialize block. | |
HilSetEncoderFilterFrequencyNotSupported | The hil_set_encoder_filter_frequency function is not supported by this particular card. It may be necessary to set the "Encoder filter frequency" parameter in the HIL Initialize block to an empty matrix: []. | |
HilSetEncoderQuadratureModeNotSupported | The hil_set_encoder_quadrature_mode function is not supported by this particular card. It may be necessary to set the "Encoder quadrature" parameter in the HIL Initialize block to an empty matrix: []. | |
HilSetIntegerPropertyNotSupported | The hil_set_integer_property function and HIL Set Property block are not supported by this particular card. | |
HilSetOtherTerminationStateNotSupported | The hil_set_other_termination_state function is not supported by this particular card. | |
HilSetPwmConfigurationNotSupported | The hil_set_pwm_configuration function is not supported by this particular card. | |
HilSetPwmDeadbandNotSupported | The hil_set_pwm_deadband function is not supported by this particular card. | |
HilSetPwmDutyCycleNotSupported | The hil_set_pwm_duty_cycle function is not supported by this particular card. It may be necessary to uncheck the two "Set PWM output parameters..." options in the HIL Initialize block. | |
HilSetPwmFrequencyNotSupported | The hil_set_pwm_frequency function is not supported by this particular card. It may be necessary to uncheck the two "Set PWM output parameters..." options in the HIL Initialize block. | |
HilSetPwmModeNotSupported | The hil_set_pwm_mode function is not supported by this particular card. It may be necessary to uncheck the two "Set PWM output parameters..." options in the HIL Initialize block. | |
HilSetPwmTerminationStateNotSupported | The hil_set_pwm_termination_state function is not supported by this particular card. | |
HilSetStringPropertyNotSupported | The hil_set_string_property function and HIL Set Property block are not supported by this particular card. | |
HilTaskCreateAnalogReaderAnalogWriterNotSupported | The hil_task_create_analog_reader_analog_writer function and HIL Read Analog Write Analog Timebase block are not supported by this particular card. | |
HilTaskCreateAnalogReaderNotSupported | The hil_task_create_analog_reader function and HIL Read Analog Timebase block are not supported by this particular card. | |
HilTaskCreateAnalogWriterNotSupported | The hil_task_create_analog_writer function and HIL Write Analog Timebase block are not supported by this particular card. | |
HilTaskCreateDigitalReaderDigitalWriterNotSupported | The hil_task_create_digital_reader_digital_writer function and HIL Read Digital Write Digital Timebase block are not supported by this particular card. | |
HilTaskCreateDigitalReaderNotSupported | The hil_task_create_digital_reader function and HIL Read Digital Timebase block are not supported by this particular card. | |
HilTaskCreateDigitalWriterNotSupported | The hil_task_create_digital_writer function that HIL Write Digital Timebase block are not supported by this particular card. | |
HilTaskCreateEncoderReaderNotSupported | The hil_task_create_encoder_reader function and HIL Read Encoder Timebase block are not supported by this particular card. | |
HilTaskCreateEncoderReaderPwmWriterNotSupported | The hil_task_create_encoder_reader_pwm_writer function and HIL Read Encoder Write PWM Timebase block are not supported by this particular card. | |
HilTaskCreateOtherReaderNotSupported | The hil_task_create_other_reader function and HIL Read Other Timebase block are not supported by this particular card. | |
HilTaskCreateOtherReaderOtherWriterNotSupported | The hil_task_create_other_reader_other_writer function and HIL Read Other Write Other Timebase block are not supported by this particular card. | |
HilTaskCreateOtherWriterNotSupported | The hil_task_create_other_writer function and HIL Write Other Timebase block are not supported by this particular card. | |
HilTaskCreatePwmWriterNotSupported | The hil_task_create_pwm_writer function and HIL Write PWM Timebase block are not supported by this particular card. | |
HilTaskCreateReaderNotSupported | The hil_task_create_reader function and HIL Read Timebase block are not supported by this particular card. Try one of the more specific functions or blocks. | |
HilTaskCreateReaderWriterNotSupported | The hil_task_create_reader_writer function and HIL Read Write Timebase block are not supported by this particular card. Try one of the more specific functions or blocks. | |
HilTaskCreateWriterNotSupported | The hil_task_create_writer function and HIL Write Timebase block are not supported by this particular card. Try one of the more specific functions or blocks. | |
HilTaskDeleteNotSupported | The hil_task_delete function is not supported by this particular card. If one of the hil_task_create... functions is supported then the hil_task_delete function MUST be supported! In this case, contact the driver manufacturer. | |
HilTaskFlushNotSupported | The hil_task_flush function is not supported by this particular card. If one of the hil_task_write... functions is supported then the hil_task_flush function MUST be supported! In this case, contact the driver manufacturer. | |
HilTaskGetBufferOverflowsNotSupported | The hil_task_get_buffer_overflows function is not supported by this particular card. | |
HilTaskReadAnalogNotSupported | The hil_task_read_analog function is not supported by this particular card. | |
HilTaskReadAnalogWriteAnalogNotSupported | The hil_task_read_analog_write_analog function is not supported by this particular card. | |
HilTaskReadDigitalNotSupported | The hil_task_read_digital function is not supported by this particular card. | |
HilTaskReadDigitalWriteDigitalNotSupported | The hil_task_read_digital_write_digital function is not supported by this particular card. | |
HilTaskReadEncoderNotSupported | The hil_task_read_encoder function is not supported by this particular card. | |
HilTaskReadEncoderWritePwmNotSupported | The hil_task_read_encoder_write_pwm function is not supported by this particular card. | |
HilTaskReadNotSupported | The hil_task_read function is not supported by this particular card. Try one of the more specific functions. | |
HilTaskReadOtherNotSupported | The hil_task_read_other function is not supported by this particular card. | |
HilTaskReadOtherWriteOtherNotSupported | The hil_task_read_other_write_other function is not supported by this particular card. | |
HilTaskReadWriteNotSupported | The hil_task_read_write function is not supported by this particular card. Try one of the more specific functions. | |
HilTaskSetBufferOverflowModeNotSupported | The hil_task_set_buffer_overflow_mode function is not supported by this particular card. | |
HilTaskStartNotSupported | The hil_task_start function is not supported by this particular card. If one of the hil_task_create... functions is supported then the hil_task_start function MUST be supported! In this case, contact the driver manufacturer. | |
HilTaskStopNotSupported | The hil_task_stop function is not supported by this particular card. If one of the hil_task_create... functions is supported then the hil_task_stop function MUST be supported! In this case, contact the driver manufacturer. | |
HilTaskWriteAnalogNotSupported | The hil_task_write_analog function is not supported by this particular card. | |
HilTaskWriteDigitalNotSupported | The hil_task_write_digital function is not supported by this particular card. | |
HilTaskWriteNotSupported | The hil_task_write function is not supported by this particular card. Try one of the more specific functions. | |
HilTaskWriteOtherNotSupported | The hil_task_write_other function is not supported by this particular card. | |
HilTaskWritePwmNotSupported | The hil_task_write_pwm function is not supported by this particular card. | |
HilUnableToReadBitfile | The FPGA bitfile could not be read. Make sure the FPGA bitfile is actually installed on the target. | |
HilWatchdogClear | The hil_watchdog_clear function is not supported by this particular card. | |
HilWatchdogIsExpired | The hil_watchdog_is_expired function is not supported by this particular card. | |
HilWatchdogReload | The hil_watchdog_reload function is not supported by this particular card. | |
HilWatchdogSetAnalogExpirationStateNotSupported | The hil_watchdog_set_analog_expiration_state function is not supported by this particular card. | |
HilWatchdogSetDigitalExpirationStateNotSupported | The hil_watchdog_set_digital_expiration_state function is not supported by this particular card. | |
HilWatchdogSetOtherExpirationStateNotSupported | The hil_watchdog_set_other_expiration_state function is not supported by this particular card. | |
HilWatchdogSetPwmExpirationStateNotSupported | The hil_watchdog_set_pwm_expiration_state function is not supported by this particular card. | |
HilWatchdogStart | The hil_watchdog_start function is not supported by this particular card. | |
HilWatchdogStop | The hil_watchdog_stop function is not supported by this particular card. | |
HilWriteAnalogBufferNotSupported | The hil_write_analog_buffer function and HIL Write Analog Buffer block are not supported by this particular card. | |
HilWriteAnalogCodesNotSupported | The hil_write_analog_codes function and HIL Write Analog Codes block are not supported by this particular card. | |
HilWriteAnalogNotSupported | The hil_write_analog function in C or MATLAB and HIL Write Analog block in QUARC are not supported by this particular card. You might need to change a board specific option to enable it. | |
HilWriteBufferNotSupported | The hil_write_buffer function and HIL Write Buffer block are not supported by this particular card. Try using one of the more specific functions or blocks. | |
HilWriteDigitalBufferNotSupported | The hil_write_digital_buffer function and HIL Write Digital Buffer block are not supported by this particular card. | |
HilWriteDigitalNotSupported | The hil_write_digital function in C or MATLAB and HIL Write Digital block in QUARC are not supported by this particular card. | |
HilWriteNotSupported | The hil_write function in C or MATLAB and HIL Write block in QUARC are not supported by this particular card. | |
HilWriteOtherBufferNotSupported | The hil_write_other_buffer function and HIL Write Other Buffer block are not supported by this particular card. | |
HilWriteOtherNotSupported | The hil_write_other function in C or MATLAB and HIL Write Other block in QUARC are not supported by this particular card. | |
HilWritePwmBufferNotSupported | The hil_write_pwm_buffer function and HIL Write PWM Buffer block are not supported by this particular card. | |
HilWritePwmNotSupported | The hil_write_pwm function in C or MATLAB and HIL Write PWM block in QUARC are not supported by this particular card. You might need to change a board specific option to enable it. | |
HilWriteTerminationStatesNotSupported | The hil_write_termination_states function is not supported by this particular card. | |
HiqBuildNumberMismatch | The HiQ firmware build number does not match the HiQ driver build number. Make sure your HiQ driver version is compatible with the HiQ hardware. | |
HiqReceiveBlocked | The HiQ thread failed to receive any data from the HiQ board. | |
HiqUnknownReportType | The specified HiQ report type is unknown. Ensure that the selected HiQ report or mode is valid. | |
HostBusy | The host is too busy to accept a connection at this point in time. Try again later. | |
HostInPipeUri | The pipe URI contains a hostname. Specifying a hostname is not supported on this target, because pipes may not be used to communicate between computers on the selected target. | |
HostNotFound | The specified host could not be found. | |
HostShutdown | The host was shut down during the operation. | |
HuffmanMissingCode | A Huffman code table entry was missing. | |
HuffmanTableOverflow | The Huffman code size table overflowed. | |
Hymotion11000CouldNotOpenDevice | The HyMotion-11000 could not be opened. Make sure the Rexroth HyMotion-11000 Motion System is connected. | |
IdctSizeNotSupported | The specified IDCT output block size is not supported. | |
IllegalControlCharacter | An illegal control character was encountered in the stream. | |
IllegalMultibyteCharacter | An illegal multi-byte character was encountered in the stream. | |
IllegalNonCharacter | An illegal non-character was encountered in the stream. | |
IllegalSurrogateCharacter | An illegal surrogate character was encountered in the stream. | |
IllegalUtf16Character | An illegal UTF-16 character was encountered in the stream. | |
IllegalUtf16LeadChar | The UTF-16 code unit is not a valid lead byte. It is a code unit that is only valid as a surrogate code unit. | |
IllegalUtf32Character | An illegal UTF-32 character was encountered in the stream. | |
IllegalUtf8Character | An illegal UTF-8 character was encountered in the stream. | |
IllegalUtf8LeadChar | The UTF-8 code unit is not a valid lead byte. It is a code unit that is only valid in the middle of a UTF-8 character. | |
ImageCannotConvert | An error occurred attempting to convert the source image. | |
ImageDataTypeNotSupported | The data type selected is not currently supported by the chosen image format. | |
ImageStreamNotFound | The specified image stream could not be found. The stream type may not be supported by the camera or the stream index is too large. | |
ImageTooBig | The image was too big. | |
ImageTooWide | The image is too wide for this implementation. | |
ImuHardwareError | The IMU is not responding properly. Please check the hardware. If necessary, the IMU may be disabled in the card-specific options, in which case the IMU outputs will be zero. | |
IncompatibleFirmwareImage | The version of the firmware image is not compatible with the driver. No changes were made. | |
IncompatibleHardware | The hardware appears to be incompatible with the board type selected. | |
IncompatibleHardwareVersion | The hardware version is incompatible with the firmware being flashed. No changes were made to the firmware. | |
IncompatiblePipe | An attempt was made to create a named pipe for a pipe that already exists and the properties of the pipe are incompatible. Be aware that under the Windows target, the pipe name "localhost" is already used by the system. | |
IncompatibleTargetType | The code being downloaded or run is not compatible with the type of target referenced by the target URI. For example, 32-bit code cannot be downloaded to a 64-bit target or vice versa. In Simulink, make sure the system target file selected in the model's active configuration is compatible with the target referred to by the target URI. | |
IncompatibleTexturingMode | The CUDA kernel launched using an incompatible texturing mode. | |
IncompleteRead | This error should never be returned. It is used internally by the Quanser Stream API. | |
IncompleteWrite | This error should never be returned. It is used internally by the Quanser Stream API. | |
InitV4l2Device | Failed to initialize v4l2 video input. | |
InternalBufferTooSmall | The board-specific HIL driver used an internal buffer that was too small for the operating system specific kernel-level driver for the board. The board-specific HIL driver is likely not compatible with the operating system specific kernel-level driver for the board. Make sure both are up-to-date and compatible versions. | |
Interrupted | A blocking operation was interrupted by a signal. | |
InterruptOperationArgumentIsNull | The interrupt operation argument to a board-specific HIL driver is NULL. This situation should never occur unless the user is calling the board-specific driver directly or memory has been corrupted. | |
InterruptVectorInUse | The interrupt vector required by the board is in use by another device and the board-specific HIL driver does not support sharing of the interrupt vector. | |
IntimeNotRunning | A real-time object could not be created. The INtime real-time kernel may not be running. Use the INtime Status icon in the system tray to start the INtime kernel. | |
InvalidAddressDigit | The address contains an invalid hexadecimal digit. | |
InvalidAlgorithmHint | The specified algorithm hint is not supported. | |
InvalidAlignmentType | The alignment type is invalid. | |
InvalidAllocationChunk | The maximum allocation chunk is invalid. | |
InvalidAltia | An invalid Altia handle was passed as an argument. Once an Altia connection has been closed using altia_close the Altia handle is invalid. | |
InvalidAltiaEventName | An invalid event name was passed to an altia function. | |
InvalidAltiaInput | An invalid t_altia_input handle was passed as an argument. | |
InvalidAltiaOutput | An invalid t_altia_output handle was passed as an argument. | |
InvalidAnalogInputChannel | One of the analog input channels that was specified is not a valid channel number. Channel numbers typically range from 0 to one less than the number of channels. | |
InvalidAnalogInputConfiguration | One of the configurations specified for an analog input channel is not valid for the selected hardware. | |
InvalidAnalogInputRange | One of the ranges specified for an analog input channel is not valid for the selected hardware. | |
InvalidAnalogOutputChannel | One of the analog output channels that was specified is not a valid channel number. Channel numbers typically range from 0 to one less than the number of channels. | |
InvalidAnalogOutputRange | One of the ranges specified for an analog output channel is not valid for the selected hardware. | |
InvalidArgument | One of the arguments is invalid. | |
InvalidArrayElementSeparator | Invalid array element separator when parsing. | |
InvalidAutopilotHandle | The given t_autopilot handle is not a valid autopilot. | |
InvalidBase | The given base is invalid and cannot be used to convert the integer to a string. | |
InvalidBeep | An invalid beep handle was passed as an argument. Once an beep handle has been closed using beep_close the beep handle is invalid. | |
InvalidBlockNumber | Invalid block number. | |
InvalidBlockSize | Invalid block size. | |
InvalidBlockType | Invalid block type. | |
InvalidBoardHandle | An invalid board handle was passed as an argument to the board-specific HIL driver. Once a card has been closed using hil_close the board handle is invalid. | |
InvalidBoardIdentifier | The board identifier is not valid. The zero-based index of the board is typically used as the board identifier, although NI boards may also be identified by their name in MAX. | |
InvalidBoardVersion | Version information retrieved from the HIL board does not match the driver. It may be necessary to update the QUARC software to get the latest drivers. | |
InvalidBufferHandle | An invalid buffer handle was passed to a board-specific HIL driver function. | |
InvalidBufferMode | The buffer mode is invalid. | |
InvalidBufferSize | The specified buffer size is not valid. It may be out of an acceptable range. | |
InvalidByteCountDigit | The byte count contains an invalid hexadecimal digit. | |
InvalidCalibration | The calibration data appears to be invalid. | |
InvalidCameraPropertyValue | The property value specified is not supported by the camera. Check that the value corresponds with the camera selected. | |
InvalidCardHandle | The given t_card handle is not a valid card. In some Simulink versions, this error can arise when a HIL Initialize block is not in the same subsystem as a HIL Timebase block, due to Simulink incorrectly determining the execution order. In this case, try putting the two HIL blocks in the same subsystem. | |
InvalidChannel | The given t_channel handle is not valid. | |
InvalidChannelOrderForBipolarPwm | The PWM output channels are not ordered correctly for the bipolar PWM output. Bipolar PWM outputs require that both the primary and secondary channel be written at the same time, and that the secondary channel be specified in the channel order immediately after the primary channel. | |
InvalidChecksum | The checksum is invalid. The data may have been corrupted. | |
InvalidChecksumDigit | The checksum contains an invalid hexadecimal digit. | |
InvalidCigiHost | Invalid object. A CIGI host object cannot be used after it has been closed. | |
InvalidCircularBuffer | The circular buffer is invalid. A circular buffer may not be used after it has been closed. | |
InvalidComponentId | The component ID is invalid. | |
InvalidConditionEffectType | An invalid condition effect type was passed to the game_controller_add_condition_force_effect function. | |
InvalidConnection | The connection is not valid. A connection cannot be used after it has been closed. | |
InvalidCropRequest | The crop request is invalid. | |
InvalidCudaContext | The CUDA context has not been initialized. This may indicate version mismatches. | |
InvalidDacIndex | Invalid DAC index. | |
InvalidDacValue | Invalid DAC value. | |
InvalidDataDigit | The data contains an invalid hexadecimal digit. | |
InvalidDataSizeReceived | Invalid data size received. | |
InvalidDataType | The specified data type is not supported. | |
InvalidDeflateMode | The mode option specified for a deflate URI is invalid. | |
InvalidDeviceHandle | The handle to the device is invalid. | |
InvalidDhtIndex | Invalid DHT index. | |
InvalidDigitalInputChannel | One of the digital input channels that was specified is not a valid channel number. Channel numbers typically range from 0 to one less than the number of channels. | |
InvalidDigitalOutputChannel | One of the digital output channels that was specified is not a valid channel number. Channel numbers typically range from 0 to one less than the number of channels. | |
InvalidDimensions | The dimensions exceed the maximum dimensions specified. | |
InvalidDoctypeName | The name of the document type is invalid. | |
InvalidDoctypeNotTerminated | The document type definition is not terminated properly. | |
InvalidDomNamedNodeMap | The DOM named node map is null or otherwise invalid. | |
InvalidDomNode | The DOM node is NULL or otherwise invalid. | |
InvalidDomNodeList | The DOM node list is null or otherwise invalid. | |
InvalidDpc | The DPC object is not valid. A DPC object cannot be used after it has been closed. | |
InvalidDqtIndex | Invalid DQT index. | |
InvalidDsrControl | Invalid dsr option. Supported values are "off", "on" or "handshake". | |
InvalidEncoderFilterFrequency | One of the encoder filter frequencies specified was not a valid frequency. The frequency is out of range or negative. | |
InvalidEncoderInputChannel | One of the encoder input channels that was specified is not a valid channel number. Channel numbers typically range from 0 to one less than the number of channels. | |
InvalidEncoderQuadratureMode | One of the encoder quadrature modes specified was not a valid mode. Valid modes are 0, 1, 2 or 4. | |
InvalidEndOfFileRecordLength | The end-of-file record has a non-zero byte count. | |
InvalidEscapeSequence | An escape sequence in a quoted string is invalid. | |
InvalidEthercatAddressOffset | Invalid Ado field (physical address offset) in an initialization or cyclic command for an EtherCAT device. | |
InvalidEthercatAddressPage | Invalid Adp field (physical address page) in an initialization or cyclic command for an EtherCAT device. | |
InvalidEthercatBeforeSlave | Invalid BeforeSlave field in an initialization command for an EtherCAT device. | |
InvalidEthercatCommand | Invalid Cmd field in an initialization or cyclic command for an EtherCAT device. | |
InvalidEthercatCount | Invalid Cnt field (working counter value) in an initialization command for an EtherCAT device. | |
InvalidEthercatCyclicCommand | The EtherCAT process image either could not be created or is not large enough for one of the cyclic command specified in the XML. | |
InvalidEthercatDataLength | Invalid DataLength field in an initialization or cyclic command for an EtherCAT device. | |
InvalidEthercatFrameLength | The telegrams within an EtherCAT packet do not fit within the EtherCAT frame. Packet is corrupted! | |
InvalidEthercatInitializationData | Invalid Data field in an initialization command for an EtherCAT device. | |
InvalidEthercatInputOffset | Invalid InputOffs field (offset at which a cyclic command reads from the process image) in the cyclic commands for an EtherCAT device. | |
InvalidEthercatLogicalAddress | Invalid Addr field (logical address) in an initialization or cyclic command for EtherCAT device. | |
InvalidEthercatMailboxSize | Invalid Count field in the mailbox states description for EtherCAT master. | |
InvalidEthercatMasterState | EtherCAT master cannot be set to the state requested. The state is not valid for the master. | |
InvalidEthercatOutputOffset | Invalid OutputOffs field (offset at which a cyclic command writes to the process image) in the cyclic commands for an EtherCAT device. | |
InvalidEthercatRequiresField | Invalid Requires field in an initialization command for an EtherCAT device. | |
InvalidEthercatRetries | Invalid Retries field in an initialization command for an EtherCAT device. | |
InvalidEthercatSlaveAddress | Invalid PhysAddr field (physical address) in the information section (Info) for an EtherCAT slave. | |
InvalidEthercatSource | Invalid Source Mac address field for the EtherCAT device. | |
InvalidEthercatStartAddress | Invalid StartAddr field in the mailbox states description for an EtherCAT master. | |
InvalidEthercatState | Invalid State field (slave state) in the cyclic commands for an EtherCAT device. | |
InvalidEthercatTelegramLength | An EtherCAT telegram received from a slave was a different size than the telegram originally sent. Telegram is corrupted! | |
InvalidEthercatTimeout | Invalid Validate/Timeout field in an initialization command for an EtherCAT device. | |
InvalidEthercatTransition | Invalid Transition field in an initialization command for an EtherCAT device. | |
InvalidEthercatValidationData | Invalid Validate/Data field in an initialization command for an EtherCAT device. | |
InvalidEthercatValidationMask | Invalid Validate/DataMask field in an initialization command for an EtherCAT device. | |
InvalidFileHandle | The file handle is not valid. An attempt was made to use a file that is not open. | |
InvalidFileMode | The mode option specified for a file URI is invalid. | |
InvalidFileShareMode | The share mode option specified for a file URI is invalid. | |
InvalidFileType | The file type is wrong. | |
InvalidFirstCharacterOfName | Invalid first character of tag name. | |
InvalidFlashFormat | Invalid flash file format. | |
InvalidFlowControl | Invalid flow control option. Supported values are "none", "hw", "sw". | |
InvalidForceFeedbackAxis | An invalid axis number was specified for a force feedback effect. Axes numbers must range from 0 to 5, corresponding to x, y, z, Rx, Ry and Rz axes respectively. | |
InvalidForceFeedbackEffect | The given force feedback effect is invalid and does not belong to the game controller specified. The effect may not be supported by the game controller. Also, once an effect has been removed it cannot be used. | |
InvalidFormatRestriction | An invalid restriction on a format specifier was specified. | |
InvalidGameController | The specified game controller is invalid. | |
InvalidGraphicsContext | The OpenGL or DirectX graphics context is invalid. | |
InvalidHost | The host passed as an argument is invalid. It is likely NULL, indicating the host may not be not connected or listening. | |
InvalidHostPacket | A Host block appears to be incompatible with the current version of QUARC because it has sent invalid data. It may be necessary to rebuild the model. | |
InvalidHuffmanTable | The Huffman table definition is invalid. | |
InvalidHymotion11000 | Invalid object. A HyMotion-11000 object cannot be used after it has been closed. | |
InvalidI2cState | The I2C channel has entered an unexpected state. | |
InvalidI2cTimingConfig | Could not configure the I2C timing registers to the specified clock frequency. Please try using a different I2C clock frequency. | |
InvalidImageDimension | Invalid dimension for image data | |
InvalidImageName | The specified image does not exist. | |
InvalidInputColorspace | The input colorspace is invalid. | |
InvalidInterface | The interface code received is not valid. The DPC object should be closed. | |
InvalidInterruptOperationHandle | An invalid interrupt operation handle was passed as an argument to the board-specific HIL driver. Once a monitor has been deleted using hil_monitor_delete the interrupt operation handle is invalid. | |
InvalidInterruptSource | One of the interrupt sources that was specified is not a valid interrupt source. Interrupt sources are typically divided into ranges according to functionality. Refer to the documentation for your card. | |
InvalidIplimage | Invalid IplImage structure. | |
InvalidIpv6Address | The IPv6 address is invalid or incomplete. On Linux systems, the zone identifier must be used by clients to identify the network interface (e.g. eth0) through which a link local address is connecting e.g. tcpip6://[fe80::abcd:beef:1234:5678%eth0]:18000 | |
InvalidJpegColorspace | The JPEG colorspace is invalid. | |
InvalidJson | The JSON is invalid. JSON values must be objects, arrays, numbers, strings, true, false or null. | |
InvalidKinect | Invalid Kinect sensor. | |
InvalidKukaRobot | Invalid object. A KUKA robot object cannot be used after it has been closed. | |
InvalidLibraryState | A library call was made when the library is not in the proper state. Call sequence is likely invalid. | |
InvalidLicense | The Quanser product does not have a valid license for the requested operation. For example, you may be trying to run more than one model at a time when you are only licensed for one, or your license may have expired. Run qc_get_loaded_models to see the models currently loaded and qc_stop_model to stop a model. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. Contact Quanser if you think your license may have expired or it does not suit your current needs. | |
InvalidLicenseFile | The license file is invalid. Choose a different license file. | |
InvalidLicenseForBuildfile | The Configure Licensing tool can only generate a build file snippet for a network client license. Specify the -c option but not the -m option (client not server/manager) when configuring the license. | |
InvalidLinearAddressLength | The extended linear address record has a byte count other than 2. | |
InvalidLog | The log object is not valid. A log object cannot be used after it has been closed. | |
InvalidMacroName | The macro does not match any of the standard macro names or the name of an environment variable. | |
InvalidMarkerLength | The marker length is invalid. | |
InvalidMcuSize | The sampling factors are too large for an interleaved scan. | |
InvalidMediaType | The media type is not supported, either because parameters such as the frame rate are invalid or there is no codec for that media type. | |
InvalidMethod | The method code received is not valid. The DPC object should be closed. | |
InvalidMico | Invalid object. A Kinova MICO robot object cannot be used after it has been closed. | |
InvalidMonitorHandle | An invalid monitor handle was passed as an argument to a HIL function. | |
InvalidMutex | The mutex is not valid. A mutex cannot be used after it has been destroyed. | |
InvalidNees | Invalid object. A NEES object cannot be used after it has been closed. | |
InvalidNewlineSeparatedString | The initialization string is invalid. A single string containing items separated by newlines (\n) is expected. | |
InvalidNmeaChecksum | Invalid NMEA checksum | |
InvalidNmeaMsg | Invalid NMEA message | |
InvalidNumberOfConditions | Invalid number of conditions for a condition force effect. There may be one condition for all axes or one condition for each axis. | |
InvalidNumberOfSamples | The number of samples requested in the read or write operation must be greater than zero. | |
InvalidNumberOfSamplesInBuffer | The number of samples in the task buffer must be greater than zero. | |
InvalidOperationHandle | An invalid operation handle was passed as an argument to the board-specific HIL driver. Once a task has been deleted using hil_task_delete the operation handle is invalid. | |
InvalidOtherInputChannel | One of the other input channels that was specified is not a valid channel number. Channel numbers are typically divided into ranges according to functionality. Refer to the documentation for your card. | |
InvalidOtherOutputChannel | One of the other output channels that was specified is not a valid channel number. Channel numbers are typically divided into ranges according to functionality. Refer to the documentation for your card. | |
InvalidPacket | The packet format is invalid. | |
InvalidParity | Invalid parity option. Supported values are "none", "even", "odd", "mark", "space". | |
InvalidPassword | Invalid password. | |
InvalidPeerAccess | The peer access was invalid. It may not be enabled or may have already been enabled. | |
InvalidPeerOption | Invalid "peer" option was specified. Valid values for the "peer" option are "one", "any", "broadcast" or "manual". | |
InvalidPeriodicEffectType | An invalid periodic effect type was passed to the game_controller_add_periodic_force_effect function. | |
InvalidPiTargetName | The name of the XML processing instruction target is invalid. | |
InvalidPlcAnswer | The PLC returned an invalid answer. | |
InvalidPoolId | The memory pool code is invalid. | |
InvalidPrecision | The specified data precision is not supported. | |
InvalidPreferencesRoot | The root node specified for preferences was invalid. | |
InvalidProcessAffinity | The process was assigned an affinity that does not correspond to an existing CPU. | |
InvalidProgression | The progressive image parameters are invalid. | |
InvalidProgressiveScript | The progressive image parameters at the scan script entry are invalid. | |
InvalidPwmAlignment | One of the PWM output alignments specified is not a valid configuration. Configurations must be 0 (leading-edge-aligned), 1 (trailing-edge-aligned) or 2 (center-aligned) | |
InvalidPwmConfiguration | One of the PWM output configurations specified is not a valid configuration. Configurations must be in the range from 0 to 2 inclusive (0=independent, 1=complementary, 2=bipolar) | |
InvalidPwmDeadband | One of the PWM deadbands specified is negative. Deadband values must be non-negative. | |
InvalidPwmOutputChannel | One of the PWM output channels that was specified is not a valid channel number. Channel numbers typically range from 0 to one less than the number of channels. | |
InvalidPwmPolarity | One of the PWM output polarities specified is not a valid configuration. Configurations must be 1 (active high) or 0 (active low) | |
InvalidRealsenseVersion | The version of the Intel RealSense API expected does not match the version that is installed. The versions must match exactly. | |
InvalidReconfiguration | Reconfiguration instance is not valid. It may have been closed already or never opened successfully. | |
InvalidRecordTypeDigit | The record type contains an invalid hexadecimal digit. | |
InvalidRoomba | The Roomba object is not valid. A Roomba object cannot be used after it has been closed. | |
InvalidRoombaDemo | Roomba demo number must be 1 to 11. | |
InvalidRoombaDigitalOutput | Roomba digital output must be 0 to 7. | |
InvalidRoombaDriverBits | Roomba low side driver number must be 0 to 7. | |
InvalidRoombaDutyCycle | Roomba duty cycle must be 0 to 128. | |
InvalidRoombaEventNo | Roomba event no must be 1 to 22. | |
InvalidRoombaLedBits | Roomba LED bits must be 0 to 10. | |
InvalidRoombaMode | Roomba mode number must be 1 to 3. | |
InvalidRoombaNoteNumber | The note number of Roomba song must be 31 to 127. | |
InvalidRoombaPacketNumber | The number of Roomba sensor packets requested must be 0 to 43 | |
InvalidRoombaScriptLength | Data length mismatches according to the script length defined in the first byte. | |
InvalidRoombaSensorId | The Roomba sensor id is not valid. It must be a value between 7 and 42 inclusive. | |
InvalidRoombaSongLength | Roomba song length must be 1 to 16. | |
InvalidRoombaSongNumber | Roomba song number must be 0 to 15. | |
InvalidRoombaStreamHeader | Roomba stream header must be 19. | |
InvalidRoombaStreamSize | Roomba stream size must be (number of packets + number of data bytes + 3) | |
InvalidRoombaStreamState | Roomba stream state must be 0 to 1. | |
InvalidRos | The ROS property object is not valid. A ROS property object cannot be used after it has been closed. | |
InvalidRosMasterResponse | The ROS master has responded with invalid response. | |
InvalidRosSlaveRequest | The ROS slave API request is invalid. | |
InvalidRosTopic | The ROS topic is not recognized. | |
InvalidRoundingMode | The specified rounding mode is not supported. | |
InvalidSampling | The sampling factors are invalid. | |
InvalidScan | No valid points were found in the scan. | |
InvalidScanScript | The scan script is invalid. | |
InvalidSegmentAddressLength | The extended segment address record has a byte count other than 2. | |
InvalidSemaphore | The semaphore is not valid. A semaphore cannot be used after it has been destroyed. | |
InvalidSeraccel | The SerAccel object is not valid. A SerAccel object cannot be used after it has been closed. | |
InvalidSetupOperation | An invalid operation was detected in the installation database. The installation database appears to be corrupt. | |
InvalidShmemScope | The shmem protocol is designed for communicating between a real-time model and a foreground application. To use it for communicating between two Windows applications, the "local=true" option is required on the shmem URI. For example, "shmem://mymem:1?local=true". | |
InvalidSocket | Socket is not valid. It may have been closed already or never created successfully. | |
InvalidStartLinearLength | The start linear address record has a byte count other than 4 or an address other than zero. | |
InvalidStartSegmentLength | The start segment address record has a byte count other than 4 or an address other than zero. | |
InvalidState | The state is invalid. It may have already been unregistered. | |
InvalidStopBits | Stop bits option has an invalid value. It must be "1", "1.5" or "2". | |
InvalidStream | The stream is not valid. A stream cannot be used after it has been closed. | |
InvalidStreamFormat | The character format specified for the stream is out of range. | |
InvalidStride | The image stride was either too small or is not a multiple of the pixel size. | |
InvalidStructSize | The structure size was invalid. The library may not be the same version as the caller. | |
InvalidTaskHandle | An invalid task handle was passed as an argument to a HIL function. | |
InvalidThread | The given thread handle is not valid. | |
InvalidThreadAffinity | The thread was assigned an affinity that does not correspond to an existing CPU or a CPU in the process affinity. | |
InvalidTimer | The timer passed as an argument is invalid. | |
InvalidTimerEvent | The timer event passed as an argument is invalid. | |
InvalidTimerNotification | The timer notification structure is invalid. | |
InvalidTimerPeriod | The specified timer period is invalid. | |
InvalidTimerResolution | The specified timer resolution is invalid. | |
InvalidTimerSemaphore | The timer semaphore passed as an argument is invalid. | |
InvalidTypeOfPreferencesValue | The preferences value is not a string. | |
InvalidUblox | The Ublox object is not valid. A Ublox object cannot be used after it has been closed. | |
InvalidUbloxChecksum | Invalid Ublox checksum | |
InvalidUbloxData | Invalid Ublox data | |
InvalidUbloxIdentifiers | Invalid Ublox identifiers | |
InvalidUbloxMsg | Invalid Ublox message | |
InvalidUri | The absolute URI is not valid. | |
InvalidUriOptionValue | The option for a URI is present but the value is invalid. | |
InvalidUriPortValue | The port for a URI is present but the value is invalid. | |
InvalidVariableDatatype | The wrong data type is being used to set the value of the given variable. | |
InvalidVariableName | The variable indicated could not be found in the scene. | |
InvalidVersionArgument | The version structure does not have the right length. | |
InvalidVirtualAccess | The virtual array access was invalid. | |
InvalidVisualizationHandle | An invalid visualization handle was passed to a Visualization VI or function. | |
InvalidWiimoteDeviceHandle | Unable to open a handle to the wiimote device. The wiimote is possibly already opened by another process. | |
InvalidXml | Malformed XML in the XML file. | |
InvalidXmlCdata | The contents of a CDATA section were invalid. An invalid character was detected. | |
InvalidXmlCdataTag | The XML <![CDATA[ ...]]> tag was invalid. | |
InvalidXmlCharReference | The value of the character reference is not a valid character for XML. | |
InvalidXmlComment | An invalid comment was specified in the XML file. | |
InvalidXmlDeclaration | The <?xml ...?> XML declaration is not formed correctly. | |
InvalidXmlDeclarationEnd | The <?xml ...?> XML declaration is not terminated correctly. | |
InvalidXmlDocumentType | Missing document type declaration <!DOCTYPE ...> in the XML file. | |
InvalidXmlElement | An XML element is invalid. An attribute name may be invalid or it is not terminated correctly. | |
InvalidXmlElementName | The name of the XML element is invalid. Names must begin with a letter, underscore or colon. | |
InvalidXmlEncoding | The encoding information in the <?xml ...> XML declaration is not specified properly. | |
InvalidXmlEntityReference | Invalid XML entity reference. Escape ampersands using & to put ampersands in values. | |
InvalidXmlExternalId | The external identifier in the document type declaration is invalid. | |
InvalidXmlProcessingInstruction | The XML processing instruction was invalid. | |
InvalidXmlStandalone | The standalone option in the <?xml ...> XML declaration is not specified properly. | |
InvalidXmlSystemLiteral | The system literal associated with the external identifier in the document type declaration is invalid. | |
InvalidXmlTag | An XML tag is invalid. | |
InvalidXmlVersion | The specified XML version is not supported by this XML parser. | |
IoError | An I/O error occurred. | |
ItemNotInList | An attempt was made to access a node in a list to which it did not belong, or the node does not belong to a list. | |
ItemNotInMap | An attempt was made to access a node in a map to which it did not belong, or the node does not belong to a map. | |
JacoAckNotReceived | Jaco did not send an acknowledge message when one was expected. | |
JacoInvalidJoint | The joint specified for the Jaco device is outside the valid range. | |
JacoJointAddressInvalid | The Jaco joint address is invalid. | |
JacoJointInitializationFailed | Unable to initialize one of the Jaco joints. Make sure that the Jaco cables are properly connected, the emergency stop is released, and the Jaco power is on. | |
JacoReadFailed | Failed to read CANbus for the Jaco. Check that the CAN cables are properly connected, the emergency stop is released, and the Jaco power is on. | |
JacoReadTimeout | A JACO read timeout expired. | |
JacoShutdown | Unable to complete the operation because the JACO is shutting down. | |
JobPending | A job is already pending. | |
JoiningPartitionDenied | It was not possible to join the partition. Security constraints set up for partitioning do not allow it. | |
Jr3pciCannotInit | Cannot initialize the JR3 PCI force torque sensor. | |
Jr3pciCannotSetFullScales | An error occurred attempting to set the full scales for the JR3 sensor. | |
KernelCannotRegisterBoard | The kernel-mode driver can't register the board. This is usually caused by applications that fail to unlink from the system dll, or if the kernel model driver is improperly installed or registered. | |
KinectAlreadyInitialized | The Kinect sensor is already initialized so the requested settings can no longer be configured. Set options before calling the kinect_initialize function. | |
KinectFeatureNotEnabled | The Kinect has been initialized without at least one of the requested features. Some of the features will not be available. | |
KinectNotFound | The corresponding Kinect Initialize could not be found. Make sure that a Kinect Initialize block is present in the model. | |
KinectNotInitialized | The Kinect sensor has not been initialized. | |
KinectNotSupported | The type of Kinect selected is not currently supported on this target. | |
KukaRobotCouldNotOpenDevice | The KUKA robot device could not be opened. Make sure a KUKA robot is connected. | |
LeapmotionNotFound | The Leap Motion device cannot be found on the system. | |
LibraryLoadError | The dynamic link library was found, but an error occurred while loading it. | |
LibraryNotClosed | Failed to close dynamic link library or shared object. | |
LibraryNotFound | Unable to locate the dynamic link library or shared object. | |
LicenseManagerNotInstalled | The Quanser license manager is not installed. | |
LicenseManagerNotRunning | The Quanser license manager is not running. | |
MacroNotTerminated | A macro was missing the closing parenthesis. | |
MagnetometerNotResponding | The magnetometer is not responding. The device may have been damaged. | |
MapFailed | Failed to perform a mapping or register operation. | |
MarkerNotSupported | The marker type is not supported. | |
MatrixNotInvertible | The matrix is not invertible. | |
MatrixTypeNotRecognized | The matrix type of the MAT-file was not recognized. File may be corrupt. | |
MicoError | Error from the Kinova MICO device. | |
MicoErrorCannotRead | Error from the Kinova MICO device: cannot perform the read operation. | |
MicoErrorCannotWrite | Error from the Kinova MICO device: cannot perform the write operation. | |
MicoFirmwareVersionNotRead | The Kinova MICO firmware version could not be read. Ensure the robot arm is powered up and properly connected to the external computer. | |
MicoFirmwareVersionNotSupported | The Kinova MICO joint and/or finger firmware version number is not supported. | |
MicoInvalidJoint | The joint specified for the Kinova MICO device is outside the valid range. | |
MicoMessageInvalid | The Kinova MICO serial link message is invalid. | |
MismatchedCharacter | A character in the input stream did not match the character sequence described in the format string when scanning the stream. | |
MismatchedClockFrequency | One of the clock frequencies specified does not match the frequency of another channel which shares the same clock resources. | |
MismatchedEncoderFilterFrequency | One of the encoder filter frequencies specified does not match the filter frequency of the other channels. This card only allows one filter frequency to be set for all encoder channels. | |
MismatchedPwmPeriodInBank | One of the PWM periods specified does not match the period of the other channels. This card only allows one PWM period to be set for all PWM channels in a bank. | |
MismatchedQuantizationTable | It is not possible to transcode due to multiple uses of the quantization table. | |
MismatchedSamplingRatio | The sampling ratio is mismatched. | |
MismatchedSchedulingPolicy | The scheduling policy for the thread must match the system scheduling policy on this target operating system. | |
MismatchedStreamFormat | The character format set for the stream does not match the format indicated by the byte order mark (BOM) in the stream itself. | |
MismatchedXmlElementTag | An XML end tag does not match the corresponding start tag. | |
MissingAnalogInputBuffer | Analog input channels have been specified but not enough buffer space has been provided for the read operation. | |
MissingAnalogInputConfiguration | No configurations were specified when setting the analog input configuration, even though the number of channels indicated was non-zero. | |
MissingAnalogInputs | No analog input channels were specified even though the number of analog inputs is nonzero. | |
MissingAnalogMaximums | No analog maximums were specified when setting the analog ranges, even though the number of channels indicated was non-zero. | |
MissingAnalogMinimums | No analog minimums were specified when setting the analog ranges, even though the number of channels indicated was non-zero. | |
MissingAnalogOutputBuffer | Analog output channels have been specified but not enough values have been provided for the write operation. | |
MissingAnalogOutputs | No analog output channels were specified even though the number of analog outputs is nonzero. | |
MissingCanpci | The CANPCI SDK does not appear to be installed or is not in the PATH. See the help for the CANPCI block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingClockInputs | No clocks were specified even though the number of clocks is nonzero. | |
MissingClockModes | Clocks have been specified but not enough clock modes have been provided. | |
MissingDigitalConfigurations | Digital output channels have been specified but not enough digital output configurations have been provided. | |
MissingDigitalInputBuffer | Digital input channels have been specified but not enough buffer space has been provided for the read operation. | |
MissingDigitalInputs | No digital input channels were specified even though the number of digital inputs is nonzero. | |
MissingDigitalOutputBuffer | Digital output channels have been specified but not enough values have has been provided for the write operation. | |
MissingDigitalOutputs | No digital outputs were specified even though the number of digital outputs is nonzero. | |
MissingEncoderCounts | Encoder input channels have been specified but not enough encoder counts have been provided. | |
MissingEncoderFilterFrequencies | Encoder input channels have been specified but not enough encoder filter frequencies have been provided. | |
MissingEncoderInputBuffer | Encoder input channels have been specified but not enough buffer space has been provided for the read operation. | |
MissingEncoderInputs | No encoder input channels were specified even though the number of encoder inputs is nonzero. | |
MissingEncoderQuadratureModes | Encoder input channels have been specified but not enough encoder quadrature modes have been provided. | |
MissingEndTagName | Missing end tag name e.g. </>. | |
MissingEthercatAddressOffset | Missing Ado node within an InitCmd in EtherCAT XML configuration file. The Ado node identifies the address offset and is a required field when a command other than LRD, LWR or LRW is used. | |
MissingEthercatAddressPage | Missing Adp node within an InitCmd in EtherCAT XML configuration file. The Adp node identifies the address page and is a required field when a command other than LRD, LWR or LRW is used. | |
MissingEthercatCommand | Missing Cmd node within an InitCmd in EtherCAT XML configuration file. The Cmd node identifies the EtherCAT command and is a required field. | |
MissingEthercatComment | Missing Comment node within an InitCmd in EtherCAT XML configuration file. The Comments node provides information about the command and is a required field. | |
MissingEthercatConfiguration | Missing Config node within the EtherCAT XML configuration file. The Config node identifies the EtherCAT configuration and is required. | |
MissingEthercatCyclicState | Missing State node within a cyclic Cmd node in EtherCAT XML configuration file. The State nodes identify the states in which the cyclic command should be sent and one is required. | |
MissingEthercatData | Missing Data or DataLength node within an InitCmd in EtherCAT XML configuration file. Either the Data node or the DataLength node is required because they provide the data for the command. | |
MissingEthercatLogicalAddress | Missing Addr node within an InitCmd in EtherCAT XML configuration file. The Addr node identifies the logical address and is a required field when a LRD, LWR or LRW command is used. | |
MissingEthercatMailboxCount | Missing Count node within the MailboxStates section of an EtherCAT XML configuration file. The Count node identifies the length of the mailbox and is required. | |
MissingEthercatMailboxStartAddress | Missing StartAddr node within the MailboxStates section of an EtherCAT XML configuration file. The StartAddr node identifies the starting address of the mailbox and is required. | |
MissingEthercatMaster | Missing Master node within the EtherCAT XML configuration file. The Master node identifies the EtherCAT master and is required. | |
MissingEthercatMasterCommand | Missing InitCmd node within the Master section of an EtherCAT XML configuration file. The InitCmd node identifies an EtherCAT initialization command for the master and is required. | |
MissingEthercatMasterCommands | Missing InitCmds section within the Master section of an EtherCAT XML configuration file. The InitCmds section includes all the EtherCAT initialization commands for the master and is required. | |
MissingEthercatMasterInfo | Missing Info node within the Master section of an EtherCAT XML configuration file. The Info node includes information about the master and is a required field. | |
MissingEthercatMasterSource | Missing Source node within the Master section of an EtherCAT XML configuration file. The Source node identifies the Mac address to be used by the master and is a required field. | |
MissingEthercatProcessImage | Missing ProcessImage node within the EtherCAT XML configuration file. The ProcessImage node describes the EtherCAT process image configuration and is required. | |
MissingEthercatProcessInputs | Missing Inputs node within the ProcessImage section of the EtherCAT XML configuration file. The Inputs node describes the EtherCAT input process image and is required. | |
MissingEthercatProcessInputsSize | Missing ByteSize node within the ProcessImage/Inputs section of the EtherCAT XML configuration file. The ByteSize node describes the size of the EtherCAT input process image and is required. | |
MissingEthercatProcessOutputs | Missing Outputs node within the ProcessImage section of the EtherCAT XML configuration file. The Outputs node describes the EtherCAT output process image and is required. | |
MissingEthercatProcessOutputsSize | Missing ByteSize node within the ProcessImage/Outputs section of the EtherCAT XML configuration file. The ByteSize node describes the size of the EtherCAT output process image and is required. | |
MissingEthercatRetries | Missing Retries node within an InitCmd in EtherCAT XML configuration file. The Retries node indicates how many times the EtherCAT stack attempts to resend the command and is a required field. | |
MissingEthercatSlave | Missing Slave node within the EtherCAT XML configuration file. The Slave node identifies an EtherCAT Slave and at least one is required. | |
MissingEthercatSlaveCommand | Missing InitCmd node within a Slave in EtherCAT XML configuration file. The InitCmd node identifies an EtherCAT initialization command for a slave and is required. | |
MissingEthercatSlaveCommands | Missing InitCmds section within a Slave in EtherCAT XML configuration file. The InitCmds section includes all the EtherCAT initialization commands for the slave and is required. | |
MissingEthercatSlaveInfo | Missing Info node within a Slave in EtherCAT XML configuration file. The Info node includes information about the slave and is a required field. | |
MissingEthercatSlaveName | Missing Name node within a Slave in EtherCAT XML configuration file. The Name node identifies the name of the slave and is required. | |
MissingEthercatTransition | Missing Transition node within an InitCmd in EtherCAT XML configuration file. The Transition nodes indicate the state transitions forward to the command should be executed and is a required field. | |
MissingEthercatValidateData | Missing Data node within the Validate section of an InitCmd in EtherCAT XML configuration file. The Data node provides the data used to validate the response from the slaves and is a required field in the Validate section. | |
MissingFalcon | The HDAL software does not appear to be installed or is not in the PATH. See the help for the Novint Falcon block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingFglove | The 5DT Data Glove SDK does not appear to be installed or is not in the PATH. See the help for the FDT Data Glove block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingFlyCapture | The FlyCapture SDK does not appear to be installed or is not in the PATH. See the help for the PGR Grab Image block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingForceDimension | The Force Dimension SDK does not appear to be installed or is not in the PATH. See the help for the Force Dimension Write block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingFormatSpecifier | A format specifier is missing in the option template. | |
MissingFunction | A required function is missing from a driver. | |
MissingInterruptOccurredBuffer | Interrupt sources have been specified but not enough buffer space has been provided for the poll operation. | |
MissingInterruptSources | No interrupt sources were specified even though the number of interrupt sources is nonzero. | |
MissingLeapmotion | The Leap SDK does not appear to be installed or is not in the PATH. See the help for the Leap Motion block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingLicenseFile | The license file is missing. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
MissingOpenvr | The OpenVR SDK software does not appear to be installed or is not in the PATH. See the help for the Tracker block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingOtherInputBuffer | Other input channels have been specified but not enough buffer space has been provided for the read operation. | |
MissingOtherInputs | No other input channels were specified even though the number of other inputs is nonzero. | |
MissingOtherOutputBuffer | Other output channels have been specified but not enough values have been provided for the write operation. | |
MissingOtherOutputs | No other output channels were specified even though the number of other outputs is nonzero. | |
MissingPcan | The PCAN-Basic API does not appear to be installed or is not in the PATH. See the help for the Peak CAN block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingProperties | No properties were specified even though the number of properties is nonzero. | |
MissingPropertiesBuffer | Properties have been specified but no values have been provided for the operation. | |
MissingPwmAlignments | PWM output channels have been specified but not enough PWM alignments have been provided. | |
MissingPwmConfigurations | PWM output channels have been specified but not enough PWM configurations have been provided. | |
MissingPwmDeadbands | PWM output channels have been specified but not enough PWM high-to-low or low-to-high deadband values have been provided. | |
MissingPwmDutyCycles | PWM output channels have been specified but not enough PWM duty cycles have been provided. | |
MissingPwmFrequencies | PWM output channels have been specified but not enough PWM frequencies have been provided. | |
MissingPwmModes | PWM output channels have been specified but not enough PWM modes have been provided. | |
MissingPwmOutputBuffer | PWM output channels have been specified but not enough values have been provided for the write operation. | |
MissingPwmOutputs | No PWM output channels were specified even though the number of PWM outputs is nonzero. | |
MissingPwmPolarities | PWM output channels have been specified but not enough PWM polarities have been provided. | |
MissingRealsense | The RealSense 2 library is not installed. | |
MissingScanData | The scan script does not transmit all data. | |
MissingSchunk | The Schunk PowerCube software does not appear to be installed or is not in the PATH. See the help for the Schunk Gripper block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingSpinnaker | The Spinnaker SDK does not appear to be installed or is not in the PATH. See the help for the GenICam capture block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingUriOptionName | No option name was found even though a value was specified. | |
MissingUriOptionValue | The option for a URI is present but there is no associated value, as expected. | |
MissingUriPath | The path component of the URI is missing. | |
MissingVicon | The Vicon DataStream SDK does not appear to be installed or is not in the PATH. See the help for the Vicon block for the installation requirements. Note that a reboot may be required after installing the SDK. | |
MissingXmlAttributeValue | An attribute appears in an XML element tag but there is no associated value. | |
MissingXmlVersion | The version information in the <?xml ...> XML declaration is missing. | |
MonitorArgumentIsNull | The monitor argument to a HIL function is NULL. | |
MultipleSpiChipSelects | More than one SPI chip select signal was chosen by setting both the frame and slave options of the URI. The current hardware does not support both at the same time. Choose one or the other. | |
MultipleXmlRoots | The XML file has more than one root element. | |
MultisampleOperationNotSupportedDuringDecimatedSampling | Multiple samples for the selected task operation are not supported with decimated sampling by this board. Either set the decimation or the number of samples to 1. | |
MustBeAdministrator | The process lacks the appropriate privileges to perform the operation. Administrator privileges are required. Log in as an Administrator or run as Administrator. | |
MutexAbandoned | The mutex was owned by another thread but that thread terminated while the lock was still held so the mutex has been abandoned. The caller now owns the mutex but should check for consistency of the shared resource. | |
MutexAlreadyExists | The named mutex already exists. | |
MutexNotFound | The named mutex could not be found. | |
NagleNotSupported | The Nagle algorithm is not supported for the given communication subsystem. | |
NameConflict | A different kind of object with the same name appears in the global namespace. | |
NameTooLong | The length of a path or pathname component exceeds the limit. | |
NeesCouldNotClose | Could not close the NEES block. | |
NeesCouldNotCommunicate | Could not communicate with the NEES daemon. | |
NeesCouldNotInitialize | The NEES block could not be initialized. | |
NeesInvalidDataFromDaemon | Received invalid data from the NEES daemon. | |
NetworkFailed | The network subsystem has failed. | |
NewerVersionInstalled | A newer version is installed. No changes have been made. | |
NiDutyCycleOutOfRange | The specified PWM duty cycle is out of range. For National Instruments cards, the duty cycle should fall within the range between a minimum value of 0.1 % (0.001) and a maximum value of 99.9 % (0.999). | |
NiFrequencyOutOfRange | The specified PWM frequency is out of range. For National Instruments cards, the frequency must satisfy the following inequality: (Maximum Counter Output Frequency/Max Number of Counts) <= frequency <= (Maximum Counter Output Frequency/4). | |
NoAccessToSharedMemory | The process does not have permission to create global shared memory. On Vista and later operating systems, creation of global shared memory requires SeCreateGlobalPrivilege. This privilege is only enabled by default for administrators, services and the local system account. Try adding the local=yes option to the URI e.g. "shmem://mymem:1?local=yes". | |
NoAcknowledgement | Device did not send an acknowledgement. Device may not be present or an error may have occurred. | |
NoAltiaLicense | You do not have a valid license for the Altia blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoArithmeticTable | An arithmetic table was not defined. | |
NoCancellationHandler | An attempt was made to pop a cancellation handler when no cancellation handler was pushed on the stack! | |
NoCodecFound | No suitable codec was found to encode or decode the content. | |
NoCommunicationsLicense | You do not have a valid license for the Quanser Communications blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoCorrespondingInternetAddress | There is no corresponding Internet address for the given MAC address. | |
NoCorrespondingNetworkCard | There is no corresponding network card for the given MAC address. | |
NoDataInReceiveBuffer | A communication protocol is being used that sends and receives data at the same time, such as SPI, and there is no data in the stream's receive buffer to receive. A send/flush operation should be done first. The send/flush will receive data at the same time as data is sent and fill the receive buffer so that data can be received. | |
NoDataToSend | There is no data to send. It is not possible to send zero-length arrays. If data will never be sent then configure the send options to not send data at all. Setting the enable input to false is not enough because the enable input is only intended to temporarily enable or disable transmission. If the stream is configured to send data then a valid data type must be connected even if the enable input is false. | |
NoDensoLicense | You do not have a valid license for the Denso blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoDesignatedPeer | An attempt was made to send data when no connection has been established with a particular peer. For connectionless protocols like UDP the server-side must receive data from a peer before sending any data in order to establish a "connection". | |
NoDestinationSet | The operation cannot be performed because no destination has been configured for the operation. | |
NoDevice | The device is not available. Check that the device is plugged in or has not been reset. | |
NoDeviceAddress | No device address was specified. See the options for the communications protocol. | |
NoDeviceSimulationLicense | You do not have a valid license for using third-party devices in normal simulation. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoDynamicReconfigurationLicense | You do not have a valid license for the Dynamic Reconfiguration blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoElvisiiiLicense | You do not have a valid license for the NI ELVIS III you are using. Make sure you install QUARC with a license file that has NI ELVIS III support, and then run NI MAX to install QUARC on the NI ELVIS III. | |
NoError | NoError | |
NoEthercatLicense | You do not have a valid license for the EtherCAT blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoFileSize | The end of the file could not be determined. | |
NoForceDimensionLicense | You do not have a valid license for the Force Dimension blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoGameControllersAttached | There are no game controllers currently attached to the system. | |
NoGpsLicense | You do not have a valid license for the GPS blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoHilProxy | The connection to the HIL simulation or HIL Proxy Server was refused. If using a simulated device, make sure the simulation is running. | |
NoHuffmanTable | A Huffman table was not defined. | |
NoInternalUseLicense | The "Active during normal simulation" feature is not available. Did you intend to run in real-time using the "Monitor & Tune" button? Due to safety and liability concerns, accessing physical hardare in normal simulation rather than real-time is not enabled. | |
NoIrobotRoombaLicense | You do not have a valid license for the IRobot Roomba blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoiseError | A noise error occurred | |
NoJr3ForceTorqueLicense | You do not have a valid license for the JR3 Force/Torque Sensor blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoKinectSensor | No Kinect sensor was detected with the given index or identifier. | |
NoKukaRobotsLicense | You do not have a valid license for the KUKA robots blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoMitsubishiPa10License | You do not have a valid license for the Mitsubishi PA-10 blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoMoreEthercatPackets | The EtherCAT master puts a limit on the number of packets which may be queued for transmission. This limit has been exceeded so no more packets are available. | |
NoNaturalpointOptitrackLicense | You do not have a valid license for the NaturalPoint OptiTrack blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NonBlockingNotSupported | Non-blocking mode is not supported for the given protocol. | |
NoNintendoWiimoteLicense | You do not have a valid license for the Nintendo Wiimote blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoNovintFalconLicense | You do not have a valid license for the Novint Falcon blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoPasswordToSetOrClear | No password to set or clear. | |
NoPermission | The process lacks the appropriate privileges to perform the operation. If you are downloading a model then the model may be loaded on the target. Stop the model and download the code again. If you are uploading a MAT file then the host and target are likely the same machine and the operation would overwrite the MAT file with itself. | |
NoPhantomDesktopLicense | You do not have a valid license for the Phantom Desktop blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoPhantomOmniLicense | You do not have a valid license for the Phantom Omni blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoPhantomPremium6DofLicense | You do not have a valid license for the Phantom Premium 6DOF blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoPhantomPremiumLicense | You do not have a valid license for the Phantom Premium blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoPointgreyCamerasLicense | You do not have a valid license for the Point Grey Research Cameras blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoPtiVisualeyezLicense | You do not have a valid license for the PTI VisualEyez blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoQbotLicense | You do not have a valid license for the Qbot vehicle. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoQuantizationTable | A quantization table was not defined. | |
NoReferenceScan | No reference scan has been set. A scan match cannot be performed. | |
NoRexrothHymotion11000License | You do not have a valid license for the Rexroth HyMotion-11000 blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoRioGenericLicense | You do not have a valid license for the myRIO or generic NI ELVIS III board. Make sure you install QUARC with a license file that has myRIO or generic NI ELVIS III board support, and then run NI MAX to install QUARC on the myRIO or NI ELVIS III. | |
NoRoboticsLicense | You do not have a valid license for the Robotics blockset you are using. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoRoomInReceiveBuffer | A communication protocol is being used that sends and receives data at the same time, such as SPI, and there is no room in the stream's receive buffer for the data that will be received during the send/flush operation. | |
NoRpcServerForBeep | The RPC server is unavailable so the beep cannot be sounded. This problem has been seen on laptops running Vista. | |
NoSchunkGripperLicense | You do not have a valid license for the Schunk Gripper blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoSensableOmniLicense | You do not have a valid license for the SensAble Omni blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoSimulinkDevelopmentLicense | You do not have a valid license for the QUARC Simulink Development Environment. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoSosMarker | The SOS marker is missing. The file structure is invalid. | |
NoSpaceOnFileSystem | There is no space left on the file system. | |
NoSpiChipSelect | No SPI chip select signal was chosen using the frame or slave options of the URI. The current hardware requires that a chip select be used. | |
NoSuchDevice | No such device or address | |
NoSuchSpiChannel | The SPI port specified in the URI is not available. | |
NotDirectory | A component of the path isn't a directory. | |
NotHilProxy | The server to which a connection was attempted is not a HIL proxy server or HIL simulation. | |
NoThreadCancellationState | The calling thread does not support setting the cancellation state of the thread. The thread was not created with qthread_create. | |
NotSockStream | The operation is not supported because the socket is not a SOCK_STREAM socket. | |
NotSupported | The specified option or operation is not supported. It may be supported on other platforms. Please check the documentation. | |
NotVideo3dProxy | The server to which a connection was attempted is not a Video3D proxy server or Video3D simulation. | |
NotVideoProxy | The server to which a connection was attempted is not a Video proxy server or Video simulation. | |
NoUavLicense | You do not have a valid license for the UAV components. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoUbloxMsg | No Ublox message | |
NoViconLicense | You do not have a valid license for the Vicon blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NoVisualizationLicense | You do not have a valid license for the Visualization blockset. To configure licensing use the Configure License utility found under Start Menu/All Programs/Quanser for your product. | |
NpTrackIrOpenFailed | The TrackIR head tracker failed to initialize. Make sure that TrackIR is running and the Quanser Device ID is registered. Make sure the PATH environment variable is set correctly. | |
NumberOfColumnsTooSmall | The number of columns of the matrix in the file is too small for the total columns implied by the parameters. | |
NumberOfRowsTooSmall | The number of rows of the matrix in the file is too small for the total rows implied by the parameters. | |
NumErrors | NumErrors | |
ObjectAlreadyInitialized | The object was already initialized and cannot be re-initialized. | |
ObjectNotFound | The object could not be found. | |
OnlyI2cMasterModeSupported | Only the I2C master mode is supported by the device being used for I2C communications. Different hardware is required for slave mode. | |
OnlySpiMasterModeSupported | Only the SPI master mode is supported by the device being used for SPI communications. Different hardware is required for slave mode. | |
OnlySpiMsbFirstSupported | The SPI device specified in the URI only supports sending and receiving the most-significant bit first. | |
OperationArgumentIsNull | The operation argument to a board-specific HIL driver is NULL. This situation should never occur unless the user is calling the board-specific driver directly or memory has been corrupted. | |
OperationInProgress | A blocking socket operation is currently in progress. | |
OperationPending | The operation is not complete. It is still pending. This error should never be returned by any function to the user. | |
OptitrackErrorStartingCameras | An error occurred starting the OptiTrack camera system. Make sure they are properly connected. | |
OptitrackErrorStoppingCameras | An error occurred stopping the OptiTrack camera system. | |
OptitrackFrameUpdateFailed | An attempt to process frames from Optitrack failed. See the QUARC console for additional information. | |
OptitrackInvalidCalibrationFile | Unable to load OptiTrack calibration file. Make sure the file path is correct or the calibration file is compatible with the Motive software version that you have installed. | |
OptitrackInvalidLicense | The license for the Optitrack tools being used is invalid or missing. Make sure you have configured your license. | |
OptitrackInvalidProfileFile | Unable to load Motive user profile file. Make sure the file path is correct. | |
OptitrackInvalidRigidBodyFile | Unable to load OptiTrack rigid body definition file. Make sure the file path is correct. | |
OptitrackLibraryOpenFailed | The Motive library failed to open. Make sure you have the Motive software installed and the appropriate environment variables (refer to the device help page) set correctly. | |
OptitrackPointCloudInitError | Unable to initialize the OptiTrack Point Cloud API. Make sure the proper software is installed and the path variable is set. | |
OptitrackRigidBodyIdInvalid | The rigid body ID is invalid or not found in the rigid body definition file. Valid IDs are integers ranging from 1 to 1024. | |
OptitrackRigidBodyInitError | Unable to initialize the OptiTrack Rigid Body API. Make sure the proper software is installed and the path variable is set. | |
OptitrackTooManyRigidBodies | The number of specified OptiTrack rigid bodies exceeds the number of objects in the rigid body definition file. | |
OptitrackUnsupportedApiFunction | The required Motive API is not available. Make sure you have the correct version of the Motive software installed. E.g. older Motive software does not support loading of user profile (.xml or .motive) file and must use trackable (.tra) file for rigid bodies definitions. | |
OptitrackUnsupportedRigidBodyDefFile | The specified rigid body definition is not supported. Currently only .xml, .motive, and .tra files are supported. | |
OsError | Error was returned from the underlying OS-specific layer. | |
OtherExpirationStateNotZero | This board only supports resetting the other outputs to zero when the watchdog expires. | |
OtherInputChannelsNotSupported | Other input channels are not supported by this board. | |
OtherOutputChannelsNotSupported | Other output channels are not supported by this board. | |
OtherOutputIsNan | An attempt was made to write an other output value that is Not-a-Number (NaN). | |
OutOfBandDataNotSupported | The socket does not support receiving out-of-band data in the normal stream. | |
OutOfMemory | Not enough memory to perform the operation. | |
OutOfRange | A value is outside the valid range. | |
OutOfRequiredSystemResources | There are not enough system resources to perform the requested operation. Try rebooting, requesting fewer samples, or adding more memory to your machine. | |
OutOfResources | Not enough system resources are available to perform the operation. | |
OverrunError | An overrun error occurred | |
OversamplingDetected | Oversampling has been detected. The sampling rate is too fast and cannot be maintained. | |
PageFault | A page fault occurred accessing one of the arguments. | |
ParityError | A parity error occurred | |
ParityNotSupported | The selected serial port does not support parity checking. Set the parity option on the URI to 'none'. | |
ParityValueNotSupported | The value specified for the parity is not supported by the given serial port. Use a different parity setting if possible or select 'none' for no parity checking. | |
PartitioningSchedulerNotRunning | The partitioning scheduler is not running. Be sure to set up your system to run the partitioning scheduler before attempting to use it. | |
PartitionNotFound | The specified partition could not be found. Make sure you have created the partition and have enabled the appropriate scheduler. | |
PathInPipeUri | The form of the pipe URI must be pipe:name or pipe://server/name. The name cannot contain forward or backward slashes. | |
PathInUri | The given protocol does not support paths in the URI. Separate options from the hostname and port using a '?' rather than a '/', much like an HTTP query. | |
PcanCannotInitialize | The Peak CAN device failed to initialize. Make sure the device is connected properly and the drivers and API have been installed. | |
PcanInvalidChannel | The channel number specified for the Peak CAN device is not valid. Make sure the correct device type is selected and the channel number is valid. | |
PcanSetMessageFilterFailed | The Peak CAN device failed to set the message filter. Make sure the message IDs requested are valid. | |
PcanWriteFailed | The Peak CAN device failed to write a message. Make sure you are connected to a CAN network with proper CAN bus termination resistance and that your baud rate is correct. | |
PduSizeTooSmall | The protocol data unit (PDU) is too small to handle the data required. | |
PduTooSmall | The total data exceeds the PDU size. | |
PeerClosedConnection | The connection was closed by the peer. The stream should be closed. | |
PeerIgnoringShutdown | The peer is not responding to the connection being shut down. The receive operation has timed out. | |
PeripheralNotFound | A peripheral device could not be found. It is possible the device is unplugged or otherwise inoperable. | |
PgrCannotClose | An error occurred while attempting to close the PGR camera. | |
PgrCannotGrabImage | An error occurred while attempting to grab an image using the PGR camera. | |
PgrCannotInitializeCamera | An error occurred while attempting to initialize the PGR camera. | |
PgrGrabImageTimeout | A timeout occurred while attempting to grab an image using the PGR camera. | |
PgrInvalidCustomImageSize | Starting the camera failed because the custom image size is invalid. | |
PgrInvalidImageDims | The dimensions of the image are not valid. The image must have 3 dimensions. | |
PhantomCannotClose | Phantom block cannot close the device. | |
PhantomCannotInitialize | Phantom block cannot initialize the device. | |
PhantomLibraryOpenFailed | The SensAble PHANToM library failed to open. Make sure you have the OpenHaptics and PHANToM Device Driver software installed and the system PATH is set correctly. | |
PhantomOmniCannotOpenBoard | The specified PHANTOM Omni board could not be opened. Check that the device is powered and properly connected and that the board number is correct. | |
PhantomReadFailed | Phantom block cannot read the outputs of the device. | |
PhantomSchedulerError | Phantom block cannot start the Phantom API scheduler. | |
PhantomSchedulerRateError | Phantom API scheduler rate error. | |
PhantomWriteFailed | Phantom block cannot write to inputs of the device. | |
PlcAlreadyRun | The PLC is already running. | |
PlcAlreadyStopped | The PLC has already been stopped. | |
PortInUse | Unable to listen on the specified port. The port is already in use. | |
PortUnreachable | The port is unreachable. For UDP datagrams, a previous send operation resulted in an ICMP Port Unreachable message, indicating that there is likely no server listening on the UDP port. | |
PreferencesNodeNotFound | The specified preference node could not be found. | |
PreferencesNodeTooLong | The path for the preferences node is too long. | |
PreferencesValueContainsEnvironmentVariables | The preferences value contains environment variable references, which cannot be expanded. | |
PrematureEndOfFile | The end of the file was encountered prematurely. The file is corrupt. | |
PrintNumWrittenIsNull | The "number written" argument to a stream_print function is NULL. It must point to an appropriately-sized integer. | |
ProcessCannotBeStopped | The specified model process could not be stopped. | |
ProcessNotFound | The specified model process could not be found. | |
ProductNotInLicenseFile | The product code specified could not be found in the license file. | |
PropertyIsReadOnly | The property is read-only. It cannot be set. | |
PropertyNotRecognized | One or more of the specified properties were not recognized by the board-specific driver. | |
PropertyNotSupported | The specified property is not supported. | |
ProtocolBufferTooSmall | The buffer for the underlying communication protocol is too small to send or receive the data requested. Try using the sndsize, rcvsize, bufsize or memsize options of the URI to increase the requisite buffer size. | |
ProtocolDriverNotFound | Support for the given protocol type does not appear to be installed. Verify that you have entered the correct URI for the Stream blocks or stream_connect/stream_listen functions. | |
PstreamNotVariableSize | The persistent stream has not been configured for variable-size signals in the direction attempted. | |
PstreamVariableSize | The persistent stream has been configured for variable-size signals in the direction attempted. | |
PtiVzanalyzerFailedToInitialize | The VZAnalyzer device failed to initialize. Make sure the VZAnalyzer software is installed. | |
PtiVzsoftFailedToInitialize | The VZSoft device failed to initialize. Make sure the system is setup properly and the VZSoft software is installed. | |
PwmAlignmentNotSupported | One of the PWM output channels specified does not support the given PWM alignment. | |
PwmConfigurationNotSupported | One of the PWM output channels specified does not support the given PWM output configuration. For example, channel 7 of the QPID cannot be used in the complementary configuration as the primary channel because it is the last PWM channel. Alternatively, the given configuration may not be supported by the card at all. | |
PwmDeadbandIsNan | An attempt was made to set the PWM deadband to a value that is Not-a-Number (NaN). | |
PwmDeadbandNotSupported | One of the PWM output channels specified does not support the given PWM deadband. | |
PwmDutyCycleIsNan | An attempt was made to set the PWM duty cycle to a value that is Not-a-Number (NaN). | |
PwmExpirationsNotConfigured | Some of the PWM output expiration states have not been configured. This board requires that if any of the expiration states have been configured then all the states must be configured, and the "Set PWM outputs when a watchdog timer expires" must be enabled. | |
PwmExpirationStateNotZero | This board only supports resetting the PWM outputs to zero when the watchdog expires. | |
PwmFrequencyIsNan | An attempt was made to set the PWM frequency to a value that is Not-a-Number (NaN). | |
PwmModeNotSupported | The specified PWM mode is not supported by this board. | |
PwmModesNotCompatible | At least one PWM channel is in a mode that is incompatible with the other PWM channels. The current card has restrictions on the PWM modes. For example, the card may share the PWM period among all the channels so using duty cycle or time mode along with frequency or period mode is not permitted. See the card's documentation for details. | |
PwmModesNotOneShot | At least one PWM channel is in one-shot mode, while others are not. The current card requires that all PWM channels be configured in one-shot mode, if this mode is used, not just some of the channels. | |
PwmOutputChannelsNotSupported | PWM output channels are not supported by this board. | |
PwmOutputIsNan | An attempt was made to write a PWM output value that is Not-a-Number (NaN). | |
PwmOutputLocked | The requested PWM output is locked. If you need access to this channel, use the generic version of this driver. | |
PwmPolarityNotSupported | One of the PWM output channels specified does not support the given PWM polarity. | |
Q3ControlpaqFwCannotOpenBoard | The specified Q3 ControlPaQ-FW board could not be opened. Check that the board is powered and properly connected and that the board number is correct. | |
Q8SeriesExpirationsNotConfigured | Some of the analog or digital output expiration states have not been configured. The Q8-series of boards requires that all analog and digital output channels be configured to be reset on watchdog expiration, not just some of the channels. | |
QarmCommFailureEndEffector | Communication to the End Effector board has been lost or corrupted. Please turn off the arm device and check the cable connection. | |
QarmCommFailureGripper | Communication to the Gripper motor has been lost or corrupted. Please turn off the arm device and check the motor's cable connection. | |
QarmCommFailureJ0 | Communication to the Yaw motor has been lost or corrupted. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmCommFailureJ1Master | Communication to the Master Shoulder motor has been lost or corrupted. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmCommFailureJ1Slave | Communication to the Slave Shoulder motor has been lost or corrupted. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmCommFailureJ2 | Communication to the Elbow motor has been lost or corrupted. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmCommFailureJ3 | Communication to the Wrist motor has been lost or corrupted. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmElectricalShockGripper | Detected an electrical shock on the Gripper motor's circuit or insufficient power to operate the motor. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmElectricalShockJ0 | Detected an electrical shock on the Yaw motor's circuit or insufficient power to operate the motor. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmElectricalShockJ1Master | Detected an electrical shock on the Master Shoulder motor's circuit or insufficient power to operate the motor. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmElectricalShockJ1Slave | Detected an electrical shock on the Slave Shoulder motor's circuit or insufficient power to operate the motor. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmElectricalShockJ2 | Detected an electrical shock on the Elbow motor's circuit or insufficient power to operate the motor. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmElectricalShockJ3 | Detected an electrical shock on the Wrist motor's circuit or insufficient power to operate the motor. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmInputVoltageGripper | Input voltage of the Gripper motor exceeded the configured operating voltage. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmInputVoltageJ0 | Input voltage of the Yaw motor exceeded the configured operating voltage. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmInputVoltageJ1Master | Input voltage of the Master Shoulder motor exceeded the configured operating voltage. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmInputVoltageJ1Slave | Input voltage of the Slave Shoulder motor exceeded the configured operating voltage. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmInputVoltageJ2 | Input voltage of the Elbow motor exceeded the configured operating voltage. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmInputVoltageJ3 | Input voltage of the Wrist motor exceeded the configured operating voltage. Please power cycle the arm and contact your local Quanser support team if the issue continues. | |
QarmMotorEncoderGripper | Detected a malfunction of the Gripper motor's encoder. Please contact your local Quanser support team. | |
QarmMotorEncoderJ0 | Detected a malfunction of the Yaw motor's encoder. Please contact your local Quanser support team. | |
QarmMotorEncoderJ1Master | Detected a malfunction of the Master Shoulder motor's encoder. Please contact your local Quanser support team. | |
QarmMotorEncoderJ1Slave | Detected a malfunction of the Slave Shoulder motor's encoder. Please contact your local Quanser support team. | |
QarmMotorEncoderJ2 | Detected a malfunction of the Elbow motor's encoder. Please contact your local Quanser support team. | |
QarmMotorEncoderJ3 | Detected a malfunction of the Wrist motor's encoder. Please contact your local Quanser support team. | |
QarmOverheatingGripper | Internal temperature of the Gripper motor has exceeded the configured operating temperature. Please turn off the arm and allow the motor to cool for at least 20 minutes. | |
QarmOverheatingJ0 | Internal temperature of the Yaw motor has exceeded the configured operating temperature. Please turn off the arm and allow the motor to cool for at least 20 minutes. | |
QarmOverheatingJ1Master | Internal temperature of the Master Shoulder motor has exceeded the configured operating temperature. Please turn off the arm and allow the motor to cool for at least 20 minutes. | |
QarmOverheatingJ1Slave | Internal temperature of the Slave Shoulder motor has exceeded the configured operating temperature. Please turn off the arm and allow the motor to cool for at least 20 minutes. | |
QarmOverheatingJ2 | Internal temperature of the Elbow motor has exceeded the configured operating temperature. Please turn off the arm and allow the motor to cool for at least 20 minutes. | |
QarmOverheatingJ3 | Internal temperature of the Wrist motor has exceeded the configured operating temperature. Please turn off the arm and allow the motor to cool for at least 20 minutes. | |
QarmOverloadGripper | Detected a persistent load that exceeded the maximum output rating of the Gripper motor. Please turn off the arm and apply a lighter load to the motor. | |
QarmOverloadJ0 | Detected a persistent load that exceeded the maximum output rating of the Yaw motor. Please turn off the arm and apply a lighter load to the motor. | |
QarmOverloadJ1Master | Detected a persistent load that exceeded the maximum output rating of the Master Shoulder motor. Please turn off the arm and apply a lighter load to the motor. | |
QarmOverloadJ1Slave | Detected a persistent load that exceeded the maximum output rating of the Slave Shoulder motor. Please turn off the arm and apply a lighter load to the motor. | |
QarmOverloadJ2 | Detected a persistent load that exceeded the maximum output rating of the Elbow motor. Please turn off the arm and apply a lighter load to the motor. | |
QarmOverloadJ3 | Detected a persistent load that exceeded the maximum output rating of the Wrist motor. Please turn off the arm and apply a lighter load to the motor. | |
QbusNoModulesFound | No QBus modules could be detected. | |
QbusUnrecognizedModule | An unrecognized QBus module was found. | |
QerrCannotSetVariable | Variable values cannot be set until the visualization task has been started. Use the Visualization Start Task VI to start the task. | |
RangingSensorError | The ranging sensor could not detect the range due to an error. | |
RcpChassisNotFound | The driver could not determine the chassis attached to the real-time controller. | |
RcpChassisNotSupported | The NI chassis currently in use is not supported by this particular driver. Check the documentation to ensure a compatible chassis is in use. | |
RcpIncorrectModule | One or more of the modules in the NI chassis do not match the hardware configuration selected in the HIL Initialize. Be sure the correct modules are being used. Please correct the hardware configuration or select the proper configuration in the HIL Initialize block. | |
RcpInvalidSigmoidSampleTime | The sample time is not valid for the Sigmoid VI. | |
RcpInvalidSmoothGenAmplitude | The Smooth Signal Generator does not support the amplitude entered. | |
RcpInvalidSmoothGenFrequency | The Smooth Signal Generator does not support the frequency entered. | |
RcpInvalidSmoothGenInputSize | The input array sizes should be equal and non-zero for the Smooth Signal Generator. | |
RcpMissingAnalogInputModule | The module in the NI chassis required for the selected channels of analog input is missing. | |
RcpMissingAnalogOutputModule | The module in the NI chassis required for the selected channels of analog output is missing. Make sure these channels are not being written by the HIL Initialize block by unchecking the Initial and Final output fields of the Analog Outputs tab. | |
RcpMissingDigitalInputModule | The module in the NI chassis required for the selected channels of digital input is missing. | |
RcpMissingDigitalOutputModule | The module in the NI chassis required for the selected channels of digital output is missing. Make sure these channels are not being written by the HIL Initialize block by unchecking the Initial and Final output fields of the Digital I/O tab. | |
RcpMissingEncoderInputModule | The module in the NI chassis required for the selected channels of encoder input is missing. | |
RcpMissingModule | One or more of the modules in the NI chassis that is required by the hardware configuration selected in the HIL Initialize is missing. Please correct the hardware configuration or select the proper configuration in the HIL Initialize block. | |
RcpMissingOtherInputModule | The module in the NI chassis required for the selected channels of other input is missing. | |
RcpMissingOtherOutputModule | The module in the NI chassis required for the selected channels of other output is missing. Make sure these channels are not being written by the HIL Initialize block by unchecking the Initial and Final output fields of the Other Outputs tab. | |
RcpMissingPwmOutputModule | The module in the NI chassis required for the selected channels of PWM output is missing. Make sure these channels are not being written by the HIL Initialize block by unchecking the Initial and Final output fields of the PWM Outputs tab. | |
RcpModuleIoError | One or more of the modules in the NI chassis is causing an error which prevents I/O from being performed. | |
ReadingFromWriteOnlyStream | An attempt was made to read from a write-only stream. | |
ReadingFromWriteOnlyTask | An attempt was made to read from a write-only task. | |
ReadTooLong | The amount of data requested in a read operation is too long. For example, you cannot read more bytes from a circular buffer than are contained in the buffer. | |
RemovingLastUri | An attempt has been made to remove the last URI upon which the target is serving. To avoid leaving no means to connect to the target, the last URI may not be removed. The target must serve on at least one URI. | |
RemovingUriInUse | It is not possible to remove the URI associated with the current connection to the target. | |
ResolutionNotSupported | The selected image resolution is not supported. | |
ResourceInUse | The desired resource is already in use for another operation. | |
ResourceNotInitialized | A required resource was not initialized. | |
RobostixInvalidProgramVersion | The program on the robostix has an invalid version information (i.e., is either too old or too new). | |
RosError | The ROS system is inaccessible. | |
RosInitError | There was a problem initializing ROS. | |
RosMasterCallerError | The ROS master indicates that the ROS master API was called with caller error. In general, this means that the master/slave did not attempt to execute the action. | |
RosMasterCallerFailure | The ROS master indicates that the ROS master API failed to complete completely. In general, this means that the master/slave attempted the action and failed, and there may have been side-effects as a result. | |
RosNotActive | The ROS node is not valid. It may not have been made active during normal simulation in the ROS Initialize block and thus may be uninitialized. | |
RosShutdown | The ROS system is shutdown. | |
SamplesLost | Samples were lost or corrupted because the device cannot keep up. The sampling frequency is too fast or too many samples have been requested. Try fewer samples or a slower sampling frequency. | |
SaveImage | Failed to save IplImage using. | |
ScaleFactorNotSupported | The given scale factor is not currently supported. | |
ScalingLosesAspectRatio | The scaling of the width and height is not the same. The aspect ratio will be changed, which is not currently supported. | |
ScanValueIsNull | An argument passed to a stream_scan function to store a value scanned is NULL. Arguments must contain the address of appropriately typed quantities. | |
SchunkCannotClose | An error occurred while attempting to close the SCHUNK gripper device. | |
SchunkCannotHalt | Cannot halt the SCHUNK gripper device. | |
SchunkCannotHome | Cannot home the SCHUNK gripper device. | |
SchunkCannotInit | An error occurred initializing the SCHUNK gripper device. | |
SchunkCannotMoveCur | An error occurred attempting to issue a current command to the SCHUNK gripper device. | |
SchunkCannotMovePos | An error occurred attempting to issue a move command to the SCHUNK gripper device. | |
SchunkCannotMoveVel | An error occurred attempting to issue a velocity command to the SCHUNK gripper device. | |
SchunkExtModeNotConnected | The 'mode' input signal must be connected when the Control mode external parameter is set. | |
SchunkInvalidControlMode | The specified control mode for the Schunk gripper is invalid. | |
SemaphoreAlreadyExists | The named semaphore already exists. | |
SemaphoreCountExceeded | A semaphore's maximum count has been reached. The semaphore cannot be signaled. | |
SemaphoreNotFound | The named semaphore could not be found. | |
SensorayEepromError | The Sensoray board failed to access its EEPROM during initialization. Try unregistering the board and re-registering it. If the error persists, then the problem is likely a hardware fault. | |
SensorayIllegalParam | An illegal parameter was passed to the Sensoray driver. | |
SensorayTooManyBoards | The Sensoray driver supports a maximum of 16 boards. | |
SensorayUnspecifiedError | The Sensoray board has experienced an unspecified fault. | |
SensorTypeNotSupported | The specified sensor type is not currently supported. | |
SeraccelCouldNotOpenDevice | The SerAccel could not be opened. Make sure the SerAccel is connected and set to binary mode. | |
SeraccelCouldNotReadDevice | The SerAccel could not be read. | |
SeraccelCouldNotStartDevice | The SerAccel could not be started. | |
SerialNumberNotFound | A board with the given serial number could not be found, either because none of the boards have that serial number or the board is already open. | |
SharingViolation | The process cannot access the file or object because it is being used by another process. | |
SocketNotReusable | The socket address could not be made reusable. | |
SocketsNotInitialized | The socket library has not been initialized. | |
SofDuplicate | There are too many SOF markers. The file structure is invalid. | |
SofNotSupported | The SOF marker type is not supported. | |
SoftwareAlreadyInstalled | Another version of the software is already installed. Please uninstall the other version first. | |
SoftwareFlowControlNotSupported | The selected serial port does not support software flow control. Set the flow option on the URI to 'none' or 'hardware' (if supported). | |
SoiDuplicate | There are too many SOI markers. The file structure is invalid. | |
SosBeforeSof | An SOS marker occurred before an SOF marker. The file structure is invalid. | |
SpacePrecedesXmlDeclaration | Whitespace may not precede the <?xml ...> declaration in the XML file. | |
SparseMatricesNotSupported | Sparse matrices are not currently supported. | |
SpiInsufficientBytesToSendAndReceive | The given buffer is too small to do a single send or receive for this protocol. The protocol uses a word length larger than the number of bytes supplied. | |
SpiReceive | A receive error occured using the Serial Peripheral Interface (SPI) protocol. | |
SpiTransmit | A transmit error occured using the Serial Peripheral Interface (SPI) protocol. | |
SpiWrongBytesToSendAndReceive | The number of bytes being sent or received is not an integer multiple of the natural word size (1 bytes for 1-8 bits, 2 bytes for 9-16 bits and 4 bytes for 17-32 bit word lengths). | |
StackOverflow | An internal stack overflowed. | |
StackUnderflow | An internal stack underflowed. | |
StallOccurred | A stall condition was detected. Please ensure that your device is free to move and is functioning properly. | |
StateIncompatible | The state information is not compatible. Reconfiguration states must have the same data type and size. | |
StateIsNull | The state argument is NULL. It should be a valid pointer. | |
StopBitsValueNotSupported | The value specified for the stop bits is not supported by the given serial port. Use a different number of stop bits if possible. A value of 1 is recommended. | |
StreamBufferTooSmall | The stream buffer is too small to send or receive units of the given size. | |
StreamFormatNotDeduced | The character format of the stream can only be deduced from the first bytes in the stream. | |
StreamNotConnected | The non-blocking stream is in the process of connecting but is not yet connected. The stream_poll function or Stream Poll block must be invoked with the connect flag to complete the connection. | |
StringIsNull | The string buffer passed as an argument is NULL. | |
StringNotTerminated | The string is not null-terminated within the given size. | |
StringTooSmall | The string buffer is too small to hold the result. | |
SumOfPwmDeadbandsExceedsPeriod | The sum of the leading and trailing deadbands exceeds the PWM period. The deadbands cannot be so large that they exceed the PWM period. | |
TagInXmlAttributeValues | Tags are not allowed within attribute values. Use < to put a '<' in an attribute value. | |
TaskArgumentIsNull | The task argument to a HIL function is NULL. | |
TcpKeepalivesNotSupported | TCP/IP keep alive packets on individual socket connections does not appear to be supported. | |
TextMatricesNotSupported | Text matrices are not currently supported. | |
ThemeIncompatibleWithDecolorization | The selected colorization theme is incompatible with decolorization. Please choose a different theme. | |
ThreadAffinityUnavailable | Setting the thread CPU affinity is not currently available on this platform. | |
TimebaseAlreadyRegistered | A Timebase block has already been registered. Only one Timebase block may be present in the model. | |
TimebaseNotRegistered | A Timebase block has not been registered. | |
TimedOut | The operation timed out. | |
TooLittleData | Not enough data was supplied. | |
TooManyAnalogInputChannels | Too many analog input channels were specified. | |
TooManyAnalogOutputChannels | Too many analog output channels were specified. | |
TooManyClocks | Too many clocks were specified. | |
TooManyCudaBlocks | Too many CUDA blocks were used with a cooperative kernel. | |
TooManyDigitalInputChannels | Too many digital input channels were specified. | |
TooManyDigitalOutputChannels | Too many digital output channels were specified. | |
TooManyEncoderInputChannels | Too many encoder input channels were specified. | |
TooManyForceFeedbackEffects | It is not possible to add another force feedback effect because the maximum number of force feedback effects has already been reached. Change the maximum number of force feedback effects in the Host Force Feedback Game Controller block. | |
TooManyGameControllerAxes | No more than six axes may be specified for a game controller force effect. | |
TooManyInterruptSources | Too many interrupt sources were specified. | |
TooManyLinks | Too many symbolic links or prefixes. | |
TooManyOtherInputChannels | Too many other input channels were specified. | |
TooManyOtherOutputChannels | Too many other output channels were specified. | |
TooManyPoints | There are too many points specified for the algorithm to process. Resource or computation limits would be exceeded. | |
TooManyProcesses | Too many processes are accessing an RTDLL. | |
TooManyProperties | Too many properties were specified. | |
TooManyPwmOutputChannels | Too many PWM output channels were specified. | |
TooManyQuantizationComponents | There were too many color components to quantize. | |
TooManySamplesForBuffer | The number of samples requested in the read or write operation is more than the number of samples being buffered by the task. Increase the buffer size for the task or read or write fewer samples. | |
TooManyTelemetry | There are too many telemetry bits set in DSHOT commands. When multiple ESC channels share a single telemetry line, only one channel may perform a telemetry request at one time. | |
TooManyVariables | There are too may items (>20) in multivariable read/write. | |
TruncatedUtf16Char | The UTF-16 character may be valid but the given length is too small to contain it. | |
TruncatedUtf32Char | The UTF-32 character may be valid but the given length is too small to contain it. | |
TruncatedUtf8Char | The UTF-8 character may be valid but the given length is too small to contain it. | |
UnableToCloseDriver | It was not possible to close the operating system specific kernel-level driver. The driver handle may be invalid. For example, the device may have already been closed or memory may have been corrupted. | |
UnableToGetCudaFunction | Unable to get CUDA function from kernel. The mangled function name is likely incorrect. | |
UnableToLoadCudaKernel | Unable to load CUDA kernel. The installed CUDA version may be incompatible with the CUDA code. | |
UnableToLockDevice | It was not possible to get exclusive access to the device. The operation has been aborted. | |
UnableToOpenDialog | The underlying operating system could not open the dialog. | |
UnableToOpenDriver | An operating system specific kernel-level driver for the card was found but could not be loaded. There may be a device conflict, hardware problem, or the driver may not be correctly installed. | |
UnableToProgramFirmware | Unable to program firmware. | |
UnableToStartViewer | The Quanser 3D Viewer could not be started. | |
UnexpectedNullCharacter | Unexpected null character in the input stream. | |
UnexpectedQuestionMark | Unexpected question mark in the input stream. | |
UnrecognizedBoardType | The specified board type is not recognized. Please install the board-specific HIL driver for this board type. | |
UnrecognizedError | An operating system function returned an unrecognized error. | |
UnrecognizedRecordType | The record type is unrecognized. | |
UnrecoverableError | An unrecoverable error occurred. The application will need to be re-run. | |
UnsupportedAudioFormat | The audio format is not supported. This may be due to a missing audio codec on some targets. | |
UnsupportedBaudRate | The given serial baud rate is not supported. | |
UnsupportedGpsDataField | Unsupported Ublox GPS data field | |
UnsupportedI2cOperation | The I2C protocol for the selected target only supports combined write-read messages. Other combinations of read and write operations are not supported in exclusive mode. | |
UnsupportedImageConversion | Conversion between the two image formats selected is not currently supported. | |
UnsupportedRosProtocol | The requested ROS protocol is not supported. Currently this node only supports TCPROS and UDPROS protocols. | |
UnsupportedVideoFormat | The video format is not supported. This may be due to the frame rate, frame size or native video formats of the device or source. | |
UnsupportedXmlMarkup | Markup that is currently unsupported was found in the XML file. | |
UnterminatedXmlAttributeValue | An XML attribute value string is not terminated. | |
UnterminatedXmlComment | A comment in the XML file was not terminated. | |
UnterminatedXmlElement | An XML element was not terminated properly. | |
UploadFailed | The upload sequence failed. | |
UriHostnameTooLong | The hostname specified in the URI is too long. | |
UriMissingHost | The hostname is missing from the URI. Although a hostname is not required for all URIs, the fact that you are getting this message indicates that it is required in this circumstance. | |
UriNotFound | The specified URI could not be found. | |
UriOptionNotRecognized | An option specified in the URI was not recognized as a valid option. | |
UriOptionTooLong | The option name for a URI is too long. Option names must not be longer than URI_MAX_OPTION_LENGTH. | |
UriSchemeTooLong | The scheme specified in the URI is too long. | |
UsbCannotClaimInterface | Cannot claim the device's USB interface. Try power cycle the device or use another USB port. | |
UsbCannotFindDevice | Cannot find the USB device. Make sure the device is connected and powered (if it's a powered device). | |
UsbCannotGetConfigDescriptor | Cannot get the device's USB configuration descriptor. Try power cycle the device or use another USB port. | |
UsbCannotGetEndpoint | Cannot get device's USB endpoint. Try power cycle the device or use another USB port. | |
UsbCannotInitialize | USB library cannot be initialized. Try power cycle the device or use another USB port. | |
UsbCannotOpenDevice | Cannot open the device. Try power cycle the device or use another USB port. | |
UsbIncompatibleConfigDescriptor | The config descriptor is not compatible. Try power cycle the device or use another USB port. | |
V4l2CouldNotClose | Failed to close the video driver. | |
V4l2DeviceMissing | The specified video device could not be found. | |
V4l2FormatNotValid | The image format is not valid for the device. | |
V4l2NotCapDevice | The device does not support video capture. | |
V4l2NotStreamingDevice | The device does not support video streaming. | |
V4l2QueryFailed | Unable to query the video driver for its status. | |
V4l2VidiocQbufFailed | Failed to enqueue a buffer with the video driver's incoming queue. | |
V4l2VidiocReqbufsFailed | Failed to initiate memory-mapped or user-pointer I/O for the video device. | |
V4l2VidiocStreamFailed | Failed to start or stop video capture or streaming. | |
ValQbotOpenFailed | Failed to open the Qbot VAL driver. | |
VariableAlreadySelected | The variable has already been selected in the scene. Variables cannot be selected more than once. | |
VariableNotFound | The requested variable could not be found. | |
VariableNotSelected | The given variable has not been selected for animation. Use the Visualization Select Variable VI to select the variable for animation prior to starting the visualization task. | |
VariableStepSolversNotSupported | Variable-step solvers are not supported by this block. | |
VersionArgumentIsNull | The version object passed as a parameter is NULL. | |
ViconCannotConnect | Cannot connect to the Vicon DataStream server. Check that the host name is correct and that the Tracker software is running. | |
ViconEnableMarkerDataFailed | The Vicon system failed to enable the marker data stream. Make sure your system is connected and the Tracker software is running. | |
ViconEnableSegmentDataFailed | The Vicon system failed to enable the segment data stream. Make sure your system is connected and the Tracker software is running. | |
ViconEnableUnlabeledMarkerDataFailed | The Vicon system failed to enable the unlabeled marker data stream. Make sure your system is connected and the Tracker software is running. | |
ViconFailedToSetStreamMode | The Vicon system failed to set the specified stream mode. Ensure the stream mode is valid and the Tracker software is running. | |
ViewerMayNotHaveExited | The Quanser 3D Viewer may not have exited. An unexpected error may have occurred. | |
VirtualArrayBug | The virtual array controller is confused. | |
VisActorMeshOutsideOfMeshPoolBounds | Attempted to attach a mesh that is outside of the array bounds of loaded meshes. | |
VisActorMeshPoolNotInitialized | Internal error. Failed attempted to attach a mesh to an actor because the mesh pool is not initialized. | |
VisActorTextureOutsideOfTexturePoolBounds | Attempted to attach a texture that is outside of the array bounds of loaded textures. | |
VisActorTexturePoolNotInitialized | Internal error. Failed attempted to attach a mesh to an actor because the texture pool is not initialized. | |
VisCannotCreateExtendedOpenglContext | Could not create a rendering context for the requested OpenGL version (%1.1f). A different OpenGL version or updating your video drivers may resolve the issue. | |
VisCannotCreateFrameTimer | An error occured creating the frame-rate timer. | |
VisCannotCreateOpenglContext | Cannot create OpenGL context. | |
VisCannotCreateVisualizationWindow | An error occured creating the visualization window. | |
VisCannotFindSpecifiedAttributeInX3dMesh | Attribute %s could not be found in %s. | |
VisCannotFindSpecifiedShapeInX3dMesh | Shape %d could not be found in %s. | |
VisCannotFindSuitablePixelFormat | Cannot find suitable OpenGL pixel format. | |
VisCannotFindValidX3dMesh | Cannot find a valid X3D mesh in %s. | |
VisCannotGetWindowDc | Cannot create device context. Windows error %d. | |
VisCannotMakeExtendedOpenglContext | Could not make the specified OpenGL context the current context for the requested OpenGL version (%1.1f). A different OpenGL version or updating your video drivers may resolve the issue. | |
VisCannotMakeOpenglContext | Cannot make the specified OpenGL context the current context. | |
VisCannotRegisterWindow | An error occured while attempting to register the windows class. Windows error code %d. | |
VisCannotSetPixelFormat | Cannot set OpenGL pixel format. | |
VisCommActorParameterNotValid | The communications stream refers to an invalid actor parameter. | |
VisCommActorReferenceNotValid | The communications stream refers to more actors than exist in the scene file. | |
VisCommConfigurationPayloadNotOfExpectedSize | Configuration payload is an unexpected size. | |
VisCommDataStreamPayloadNotOfExpectedSize | Data stream payload is an unexpected size. | |
VisCommReceiveBufferSizeInvalid | The receive buffer size is invalid | |
VisCommReceiveBufferTooSmall | The receive buffer is too small for the volume of data needed each frame. Increase the receive buffer size then retry communications. | |
VisCommSendBufferSizeInvalid | The send buffer size is invalid | |
VisFailedToSwitchToFullScreen | Could not switch to requested fullscreen mode. | |
VisInvalidMeshFileFormat | Invalid mesh file. | |
VisInvalidSceneFileFormat | Invalid XML scene file. | |
VisionCameraNotFound | The camera could not be found or is not valid for image capture. | |
VisionInvalidImageSize | Invalid image dimension. | |
VisionInvalidInput | Invalid input for OpenCV functions | |
VisionInvalidNoOfChannels | Invalid number of color planes of the input image | |
VisionInvalidParameter | Invalid parameter for OpenCV functions | |
VisMeshAttributeNotEqualToOtherVertices | The attribute %s in mesh %s has %d elements which does not match the %d elements found in other attributes or the vertices count in the scene file. If the mesh is marked as a flexible mesh, try rescanning the mesh file to recount the vertices or uncheck the flexible mesh property. | |
VisMeshInvalidFaceCount | The face parameter specified for the mesh %s in the scene file must be an integer. | |
VisMeshInvalidIndicesIndex | An index references a vertex that is outside of the expected range. | |
VisMeshInvalidNumberOfAttributeElements | The number of attribute elements was not the expected stride. | |
VisMeshInvalidNumberOfIndices | The indices are expected to be a group of 4 numbers for each face. | |
VisMeshInvalidNumberOfNormals | The normals are expected to be a group of 3 numbers for each vertex. | |
VisMeshInvalidNumberOfTextureCoordinates | The texture coordinates are expected to be a group of 2 numbers for each vertex. | |
VisMeshInvalidNumberOfVertices | The vertices are expected to be in groups of 3 numbers. | |
VisMeshInvalidShapeReference | The shape parameter specified for the mesh %s in the scene file must be greater or equal to zero. | |
VisMeshInvalidStride | The stride parameter specified for the mesh %s, attribute %s in the scene file must be greater than zero. | |
VisOlderQuarcVersion | The connection was successful, but the model was compiled with an older version of QUARC that is incompatible. Rebuild the model to make it compatible with the current version. | |
VisOldSceneFileVersion | The scene file appears to be valid, but the version (%2.2f) is not compatible with the installed version of QUARC. Version %2.2f was expected. Please regenerate the scene file from your diagram. | |
VisOpenglRequiredExtensionNotFound | A necessary extension was not found for the requested OpenGL version (%1.1f). Updating your video drivers may solve the issue. | |
VisSceneActorChildAndSiblingProcessingError | An internal error has occured processing the actor relationships. Please report this error to Quanser. | |
VisSceneActorColorInvalid | Actor %s's color invalid. | |
VisSceneActorEmissiveInvalid | Actor %s's emissivity value invalid. | |
VisSceneActorFogInvalid | Actor %s's fog override must be true or false. | |
VisSceneActorIdDuplicate | A duplicate actor ID %s was found. All actor ID's must be unique. | |
VisSceneActorIdNotFound | Actor ID not found. | |
VisSceneActorInheritanceInvalid | Actor %s's inheritance must be true or false. | |
VisSceneActorMissingShaderId | Actor %s is missing a Shader reference. | |
VisSceneActorOrientationInvalid | Actor %s's orientation invalid. | |
VisSceneActorPositionInvalid | Actor %s's position invalid. | |
VisSceneActorReferencesUnknownMeshId | Actor %s references an unknown mesh ID %s. | |
VisSceneActorReferencesUnknownObjectId | Actor %s references an unknown object ID %s. | |
VisSceneActorReferencesUnknownShaderId | Actor %s references an unknown shader ID %s. | |
VisSceneActorReferencesUnknownShaderVariableId | Actor %s references an unknown shader variable ID %s in shader %s. | |
VisSceneActorReferencesUnknownTextureId | Actor %s references an unknown texture ID %s. | |
VisSceneActorScaleInvalid | Actor %s's scale invalid. | |
VisSceneActorShininessInvalid | Actor shininess invalid. | |
VisSceneActorSpecularInvalid | Actor %s's specularity invalid. | |
VisSceneActorTypeUnknown | Actor type %s not recognized. | |
VisSceneAmbientColorInvalid | Invalid ambient color specified in the scene file. | |
VisSceneBackgroundColorInvalid | Invalid background color in the scene file. | |
VisSceneFarClippingInvalid | Near clipping plane must greater than 0. | |
VisSceneFogColorInvalid | Invalid fog color. | |
VisSceneFogDensityInvalid | The fog density must defined and greater or equal to 0. | |
VisSceneFogEndInvalid | The fog end must greater than fog start. | |
VisSceneFogModeInvalid | The fog mode must be either linear, exp, or exp2. | |
VisSceneFogStartInvalid | The fog start must greater or equal to 0. | |
VisSceneFogStartOrEndUndefined | If linear fog is used, the start and end distances must be defined. | |
VisSceneFramerateInvalid | Invalid frame rate specified in scene file. | |
VisSceneGestureCameraControlKeyInvalid | Unrecognized gesture control. | |
VisSceneHeightInvalid | Invalid screen height specified in scene file. | |
VisSceneKeyboardCameraControlKeyInvalid | Unrecognized camera control key. | |
VisSceneMeshAttributeIdDuplicate | A duplicate mesh attribute ID %s was found was found in mesh %s. All mesh attribute ID's must be unique. | |
VisSceneMeshIdDuplicate | A duplicate mesh ID %s was found. All mesh ID's must be unique. | |
VisSceneMouseCameraControlKeyInvalid | Unrecognized mouse button. | |
VisSceneNearClippingInvalid | Near clipping plane must greater than or equal to 0. | |
VisSceneNearFarCombinationInvalid | Far clipping plane must be greater than the near clipping plane. | |
VisSceneObjectIdDuplicate | A duplicate object ID %s was found. All object ID's must be unique. | |
VisSceneObjectReferencesUnknownMeshId | Object %s references an unknown mesh ID %s. | |
VisSceneObjectReferencesUnknownTextureId | Object %s references an unknown texture ID %s. | |
VisSceneOpenglVersionInvalid | The requested OpenGL version number must greater or equal to 1.0. | |
VisSceneShaderAttributeIdDuplicate | A duplicate shader attribute ID %s was found in shader %s. Shader attribute ID's must be unique within each shader. | |
VisSceneShaderIdDuplicate | A duplicate shader ID %s was found. All shader ID's must be unique. | |
VisSceneShaderVariableIdDuplicate | A duplicate shader variable ID %s was found in shader %s. Shader variable ID's must be unique within each shader. | |
VisSceneTextureIdDuplicate | A duplicate texture ID %s was found. All mesh ID's must be unique. | |
VisSceneViewAngleInvalid | Camera viewing angle must greater than 0. | |
VisSceneWidthInvalid | Invalid screen width specified in scene file. | |
VisShaderFragmentCompileFailed | Failed to compile the fragment shader file %s. | |
VisShaderFragmentNotSet | The fragment shader has not been specified for %s. | |
VisShaderNotCompiled | Internal error. The graphics engine has attempted to use a shader that has not yet been successfully compiled. | |
VisShaderVertexCompileFailed | Failed to compile the vertex shader file %s. | |
VisShaderVertexNotSet | The vertex shader has not been specified for %s. | |
VisTextureFileFormatInvalid | The texture file is recognized, but the file is not in an expected format | |
VisTextureFileInvalidColorDepth | The texture file appears to be valid, but the color depth specified in this file is not supported. | |
VisTextureFileInvalidCompression | The texture file appears to be valid, but the compression scheme used is not supported. | |
VisTextureNotPowerOf2 | To improve rendering efficiency, only textures with dimensions that are a power of 2 are supported (eg 512, 1024, 2048, etc). Rectangular bitmaps are acceptable though (eg 512 x 1024). | |
VisTooManyLightsInScene | Too many lights in scene. A maximum of %d lights are supported by OpenGL. | |
VisualizationAlreadyStarted | The visualization task has already been started. | |
VisUnableToSwapGraphicsBuffers | Unable to swap graphics buffers. | |
VisUnrecognizedSceneFileVersion | The scene file appears to be valid, but the version (%2.2f) is from a newer version of QUARC. Please upgrade this viewer to the most recent version. If this viewer is being used independently of QUARC, an installer for just the viewer is available on the QUARC DVD. | |
VisUnsupportedTextureFormat | The selected texture file %s is not a supported file type. | |
VisWrongMagicNumber | The connection was successful, but the received data was not in the expected format. | |
VrpnInvalidDeviceReadChannelSetting | The read operation setting for VRPN devices is incorrect. Each device must have its read operation configured, and the channel/sensor to read must be less than the number of channel/sensor for that device. | |
VrpnInvalidDeviceReadOperation | The requested read operation on VRPN devices is invalid. Make sure the number of requested channels/sensors match with how the devices are configured. | |
WiimoteCannotCalibrate | Failed to read calibration information from the wiimote. Make sure the wiimote is on and connected to the receiving device. | |
WiimoteCannotOpen | Failed to open a connection to the wiimote. | |
WiimoteExtControllerCheckFailed | Failed to read report for Wiimote extension controllers. Make sure your Wiimote is properly connected. | |
WiimoteNotFound | Unable to find the wiimote with the specified wiimote number. Make sure the wiimote number is valid and that the wiimote is powered on and connected. | |
WiimoteReadFailed | A wiimote read request failed. | |
WiimoteWriteReportFailed | An attempt to write the wiimote report failed. | |
WiimotionPlusActivateFailed | The WiiMotion Plus extension failed to activate. Make sure the WiiMotion Plus extension is properly connected to the Wiimote. | |
WiimotionPlusNotDetected | The WiiMotion Plus extension was not detected. Make sure it is properly connected to the Wiimote. | |
WordLengthValueNotSupported | The value specified for the word length is not supported by the given serial port. Use a different word length if possible. A value of 8 is recommended. | |
WouldBlock | A non-blocking operation would have blocked. | |
WriteTooLong | The amount of data provided in a write operation is too long. For example, you cannot write more bytes to a circular buffer than can be contained in the buffer. | |
WritingToReadOnlyStream | An attempt was made to write to a read-only stream. | |
WritingToReadOnlyTask | An attempt was made to write to a read-only task. | |
WrongCallSequence | Function precondition was violated. Functions were called in the wrong order. | |
WrongClockMode | The specified clock is multipurpose and is in the wrong mode for this operation. | |
WrongModeForTriggering | The session is in the wrong mode for triggering. | |
WrongNumberOfBytesReceived | The wrong number of bytes was received from a device or peer. This mismatch may indicate a driver or protocol incompatibility. | |
WrongNumberOfInitialValues | The wrong number of initial values were passed to visualization_open for the variables given. | |
WrongNumBytesPeeked | The wrong number of bytes have been received from a persistent stream. Verify that the number of bytes configured when the stream was created matches the number of bytes received. | |
WrongNumBytesPoked | The wrong number of bytes have been sent to a persistent stream. Verify that the number of bytes configured when the stream was created matches the number of bytes sent. | |
XmlDeclarationNotFirst | An <?xml ...> declaration appears but it is not the first tag in the XML stream. | |
XmlDoctypeAlreadyParsed | The <!DOCTYPE ...> declaration has already appeared in the XML stream. | |
XmsReadFailed | A read from the XMS failed. | |
XmsWriteFailed | A write to the XMS failed. |
Remarks
All Quanser routines use Quanser error codes internally. Hence, any exceptions that are generated by the Quanser .NET Class Library will have an associated Quanser error code. This enumeration provides a symbolic representation of all possible Quanser error codes.