LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -200431 occurred at DAQmx Create Channel (AI-Acceleration-Accelerometer).vi

Solved!
Go to solution

Hi,

 

I tried to use DAQmx Create Channel for Accelerometer yet  it respond with error (below). When i use NI max to measure accelerometer (AI-Acceleration-Accelerometer) , there is no error and i can see that acceloremeter works .

 

NI PXI 1042 and i use NI -4462 card to measure vibration vith acceloremeter.
ai_config.png

 

Error -200431 occurred at DAQmx Create Virtual Channel 

 

Possible reason(s):

Selected physical channel does not support the measurement type required by the virtual channel you are creating.

Create a channel of a measurement type that is supported by the physical channel, or select a physical channel that supports the measurement type.

Property: AI.MeasType
Requested Value:
You Can Select: Voltage, Sound Pressure:Microphone, Accelerometer, Position:Eddy Current Proximity Probe, Force:IEPE Sensor, Velocity:IEPE Sensor

Task Name: _unnamedTask<104>

 

 

 

0 Kudos
Message 1 of 4
(4,371 Views)

Hi serdaryilmaz,

 

Which DAQmx Create are you getting the error at?  Also, have you tried using one of the LabVIEW built-in examples?  In LabVIEW, go to Help>>Find Examples>>Browse>>Hardware Input and Output>>DAQmx>>Analog Input>>Voltage - Continuous Input.vi.  Does that work correctly with your 4462, and can you read a signal?

Julian R.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(4,321 Views)

Hi Julian,

 

When i use acceleration mode, i get error from DAQmx Clear Task.vi( DAQmx Clear Task is the last component of my program. If the last component is DAQmx Stop Task, i'll get error from that. And if i use error indicator, program will work yet it always show that there is error !!!)

 

i use "Voltage - Continuous Input.vi" example that you suggested, it works with 4462 card. 

 

Is acceleration mode not compatible with ICP type accelerometer. Should i use only voltage input option for sensor??

 

 

 

 

 

 

 

 

0 Kudos
Message 3 of 4
(4,300 Views)
Solution
Accepted by topic author serdaryilmaz

Hi serdaryilmaz,

 

I'm not quite sure why the accelerometer mode is not working, but it's working fine in normal voltage mode - perhaps it has to do with the accelerometer you have?  Either way, if it is working with voltage mode, then I'm glad we found a way to get it to work.  Is this an acceptable work around for you?

Julian R.
Applications Engineer
National Instruments
Message 4 of 4
(4,282 Views)