Hexadecimal Code | Error and Status Code | Description |
0xBFFA4001 | NISWITCH_ERROR_SESSION_ALREADY_OPEN |
Another process has already opened a session to this switch module. |
0xBFFA4002 | NISWITCH_ERROR_INVALID_RESOURCE_DESCRIPTOR |
Invalid resource name. |
0xBFFA4003 | NISWITCH_ERROR_SCANNING_NOT_SUPPORTED |
You have set an attribute or called a function that is only used for
scanning, and this switch module does not support scanning (or this module
does not support scanning in the current topology). |
0xBFFA4004 | NISWITCH_ERROR_MUST_SPECIFY_MODULE |
You have indicated that a non-cabled
module should get its trigger from the rear connector, and the niSwitch software
could not automatically detect which cabled module to route the trigger from. Be
more specific (ie, specify Rear Connector of Module X). |
0xBFFA4005 | NISWITCH_ERROR_MODULE_FIFO_LENGTH_EXCEEDED |
The scan list commands exceeds the size of memory on the switch module. |
0xBFFA4006 | NISWITCH_ERROR_HW_COMMUNICATE_TMO |
Error communicating with hardware.
Internal timeout occurred waiting for hardware response. |
0xBFFA4007 | NISWITCH_ERROR_TTL_BUS_REQUIRED |
Expecting trigger or scan advanced bus to be one of the TTL lines (ttl0-ttl7). |
0xBFFA4008 | NISWITCH_ERROR_MODULE_IS_BBM_ONLY |
This module requires scan mode to be Break Before Make. |
0xBFFA4009 | NISWITCH_ERROR_1127_TTL1_CONFLICT |
TTL 1 conflict detected. SCXI 1127 modules
constantly use the TTL 1 line. Use a different line,
or power down the chassis and remove all 1127 modules
from it. |
0xBFFA400B | NISWITCH_ERROR_INVALID_DRIVER_SETUP_STRING |
The driver setup string is invalid. |
0xBFFA400C | NISWITCH_ERROR_TOPOLOGY_NOT_SUPPORTED |
No legacy device supports the specified topology. Use a different topology, or
configure the device under DAQmx and use the DAQmx resource descriptor. |
0xBFFA400D | NISWITCH_ERROR_INVALID_TOPOLOGY |
The specified topology string is invalid. |
0xBFFA400E | NISWITCH_ERROR_HARDWARE_UNEXPECTEDLY_RESET |
The device was unexpectedly power cycled. Close and re-open the session. |
0xBFFA400F | NISWITCH_ERROR_HANDSHAKING_INITIATION_CONFLICT |
The values for Handshaking Initiation and Trigger Input are incompatible. An
Immediate Trigger Input is not compatible with Measurement Device Initiated (or DMM
Initiated) Handshaking Initiation. |
0xBFFA4010 | NISWITCH_ERROR_LEGACY_DESCRIPTOR_DAQMX_RSC_TYPE |
A legacy resource descriptor was specified, but the driver setup string specifies a
DAQmx resource type. |
0xBFFA4011 | NISWITCH_ERROR_DAQMX_DESCRIPTOR_LEGACY_RSC_TYPE |
A DAQmx resource descriptor was specified, but the driver setup string specifies a
Legacy resource type. |
0xBFFA4012 | NISWITCH_ERROR_AMBIGUOUS_MODEL_CODE |
Model code specified in the driver setup string is ambiguous. Multiple switches match
the specified model code. |
0xBFFA4013 | NISWITCH_ERROR_TRIGGER_INPUT_NOT_SUPPORTED |
The trigger input specified is not supported by the device. |
0xBFFA4014 | NISWITCH_ERROR_INVALID_TERMINALBLOCK_FOR_TOPOLOGY |
The configured terminal block is invalid for current topology. |
0xBFFA4015 | NISWITCH_ERROR_CANT_INVERT_WHEN_SOURCE_EQUALS_DEST |
Signal cannot be inverted when the signal source equals the destination. |
0xBFFA4016 | NISWITCH_ERROR_CONFLICTING_TRIGGER_ROUTE_EXISTS |
Requested trigger route cannot be made because a conflicting trigger route already exists. |
0xBFFA4017 | NISWITCH_ERROR_INVALID_VALUE_FOR_DEVICE |
This device does not support the specified value for this attribute or operation. |
0xBFFA4018 | NISWITCH_ERROR_TRIGGER_POLARITY_CONFLICT | Trigger input polarity and scan advanced output polarity must be the same on this particular switch device. |
Hexadecimal Code | Error and Status Code | Description |
0xBFFA1001 | IVISWTCH_ERROR_TRIGGER_NOT_SOFTWARE | The trigger source is not software trigger. |
0x3FFA2001 | IVISWTCH_WARN_PATH_REMAINS | Some connections remain after disconnecting. |
0x3FFA2002 | IVISWTCH_WARN_IMPLICIT_CONNECTION_EXISTS | The channels are implicitly connected. |
0xBFFA2001 | IVISWTCH_ERROR_INVALID_SWITCH_PATH | Invalid path string. |
0xBFFA2002 | IVISWTCH_ERROR_INVALID_SCAN_LIST | Invalid Scan List string. |
0xBFFA2003 | IVISWTCH_ERROR_RSRC_IN_USE | One of the channels is a configuration channel that is in use or is a common multiplexer channel that is in use. |
0xBFFA2004 | IVISWTCH_ERROR_EMPTY_SCAN_LIST | The scan list string is empty. |
0xBFFA2005 | IVISWTCH_ERROR_EMPTY_SWITCH_PATH | The path string is empty. |
0xBFFA2006 | IVISWTCH_ERROR_SCAN_IN_PROGRESS | The switch module is currently in scanning mode, and the operation cannot be performed at this time. |
0xBFFA2007 | IVISWTCH_ERROR_NO_SCAN_IN_PROGRESS | The switch module is not currently in scanning mode, and the operation cannot be performed at this time. |
0xBFFA2008 | IVISWTCH_ERROR_NO_SUCH_PATH | No explicit path exists between the two channels. |
0xBFFA2009 | IVISWTCH_ERROR_IS_CONFIGURATION_CHANNEL | You cannot make an explicit connection to a configuration channel. |
0xBFFA200A | IVISWTCH_ERROR_NOT_A_CONFIGURATION_CHANNEL | One of the non-terminal channels in the path is not a configuration channel. |
0xBFFA200B | IVISWTCH_ERROR_ATTEMPT_TO_CONNECT_SOURCES | You cannot make a connection between two different sources. |
0xBFFA200C | IVISWTCH_ERROR_EXPLICIT_CONNECTION_EXISTS | An explicit connection between the channels already exists. |
0xBFFA200D | IVISWTCH_ERROR_LEG_MISSING_FIRST_CHANNEL | A leg in the path does not begin with a channel name. |
0xBFFA200E | IVISWTCH_ERROR_LEG_MISSING_SECOND_CHANNEL | A leg in the path is missing the second channel. |
0xBFFA200F | IVISWTCH_ERROR_CHANNEL_DUPLICATED_IN_LEG | The first and second channels in the leg are the same. |
0xBFFA2010 | IVISWTCH_ERROR_CHANNEL_DUPLICATED_IN_PATH | A channel name is duplicated in the path string. |
0xBFFA2011 | IVISWTCH_ERROR_PATH_NOT_FOUND | No path was found between the two channels. |
0xBFFA2012 | IVISWTCH_ERROR_DISCONTINUOUS_PATH | The first channel of a leg in the path is not the same as the second channel in the previous leg. |
0xBFFA2013 | IVISWTCH_ERROR_CANNOT_CONNECT_DIRECTLY | The path contains a leg with two channels that cannot be directly connected. |
0xBFFA2014 | IVISWTCH_ERROR_CHANNELS_ALREADY_CONNECTED | A leg in the path contains two channels that are already directly connected. |
0xBFFA2015 | IVISWTCH_ERROR_CANNOT_CONNECT_TO_ITSELF | A channel cannot be connected to itself. |
0xBFFA2016 | IVISWTCH_ERROR_MAX_TIME_EXCEEDED |
Maximum time exceeded before the operation completed. |