Jump to content

Error -200072 in Labview


Recommended Posts

I am a student and I would like to take continuous temperature measurements using thermocouples,I am using the Cont Acq Thermocouple Samples-HW Timed.vi. I am using also an SCXI-1000 chassis, an SXCI 1102-B module, an SCXI-1303 terminal block and the PCI-6034E board.

I want to calibrate my thermocouples so i use the National Instruments Measurement & Automation Explorer. I have finish with the calibration of my thermocouples and I have save my task, so I turn to the vi in Labview in order to take measurements. Before I begin the measurements I open the DAQmx Create Channel.vi in the Block diagram and in the task in tab I give him the task that I have previously save from Measurement and Automation Explorer, in order to use the calibration that I have already done. The problem is that when I run the subvi it's appearing an error -200072.

Is there anybody who can help me?

Notice that I 'm using Labview only for 1 month so I 'm not very familiar with this program!

I have also attach a printscreen of the error message.

I would be grateful if you help me!

post-18371-0-98387900-1306340067_thumb.j

Link to comment

Thanx crelf, here is my vi. This is a very simple program for acquisition of thermocouple signal. I have the same problem, I can't use the calibration that I have done in the measurement and automation explorer.

Thanx for your help

In your example VI, you start the task by using a DAQmx physical channel (which just identifies an analog input line on the device) and you configure it from the VI. I can run this VI just fine on virtual hardware by selecting an available physical channel. But I think the problem is that if you are configuring the channel in MAX, then you must have configured it as a global channel and you should be using that global channel to start the task. If you use a physical channel, then you don't get any of the configuration info from MAX and that's why you have to use the Create Channels VI and select TC. The global channel will carry the configuration and scaling information with it. See the attached VI - if you have a global temperature channel defined in MAX, then select it and this VI should run.

Mark

Acq Thermocouple Sample.vi

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.