Jump to content

ajerno

Members
  • Posts

    3
  • Joined

  • Last visited

ajerno's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. @JeffreyThank you for the help. That configuration does work. So it seems that at least with this device, you can't just use one task for the temperature and voltage readings.
  2. Thank you for the response @Jeffrey I have tried a similar structure and it gave me an error. To make sure of this, I replicated your block diagram, and I got the following error: "Error 10006 occurred at ULx Create IOTask.vi Possible reason(s): Measurements: Task cannot contain a channel with the specified channel type, because the task already contains channels with a different channel type. Create one task for each channel type." It gets this error before it even reaches the Read.VI so it seems like it does not like these two channels together under one task.
  3. I am trying to create a single task with 2 channels: 1 for voltage analog input and 1 for temperature analog input. Using InstaCal (While LabVIEW was off), I configured my USB-Temp-AI for a differential input on the Voltage port 0, and I also set a Type J thermocouple for Temperature port 0. In LabVIEW, I used the ULx Create Channel VI and set the polymorphic select to composite AI Voltage for the first channel and connect it to a second one with the polymorphic select set to composite AI temperature. However, this does not seem to work, and I just get an empty array, but no errors. I tried playing with the Timing VI, but if I add the Timing VI, any option that I choose results in an error. If I choose a clock source I get an error saying to use NoClock. But if I use NoClock, I get an error saying it is not supported by this task. I have tried using only an Analog Input or just using a Composite Analog input since this seems to be something the ULx Help guide seems to reference, but it won't accept the Temperature Channel Name (Dev0/Ti0). Any help would be appreciated. Attached is lvulx.chm, which is the ULx Help guide I referenced. lvulx.chm UlxTesting.vi
×
×
  • Create New...