Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

SCXI 1124 error code 200077

I am using SCXI 1000DC and module scxi 1124 to analog output acquired signal.the signal is like initial it is zero for first 2 or 3 seconds and then going to 30mv for 10seconds and again to zero. I am using DAQmx to programme it.When before running the application ,the wizard of daq assistant flags error code 200077.while it is working well if I select the channel other than scxi 1124 like SCB 68 CONNECTOR BLOCK.please help me in this regard So i can eleminate error 200077.

Thanks

Haider Abbas
Islamabad
+923005273565
0 Kudos
Message 1 of 2
(3,218 Views)
Hi,

Error 200077 means that the operation you are trying to perform or the values you selected are not supported on the device you are using. You might be designating options for the data acquisition that are not available on your device, such as in triggering or clock configurations. Likewise, you might be trying to configure invalid ports or self-calibration parameters.

Also, whenever you get the error -200077, LabVIEW will indicate why the error is occuring. More often than not, it is because the value that you have requested is out of range. In order to correct this error, note what the accepted value range is and change your configuration accordingly. If you need to read in values that do not fall within the range, you can scale the values by using custom scales that can be created either in MAX or in LabVIEW.

I hope this helps.

George
Message 2 of 2
(3,209 Views)