04-20-2011 03:16 PM - edited 04-20-2011 03:18 PM
What I am working on is a calibration VI so that a user may come up with scales for different channels in their DAQ tasks which they create in MAX. When I start my VI, I create a copy of the existing task from MAX because that task includes the channels to calibrate. But, in creating this copy, my virtual task includes the scaling. I want to remove this so I get raw voltages. How can I do this?
Essentially I want to programmatically set <No Scale> the same way you can in MAX.
My not-so-valid attempt. I was hoping "no scale" was a custom scale.
04-20-2011 03:33 PM
04-20-2011 03:38 PM
I actually have tried that and it seemed like it didn't work. But I will try again. I tried just to make a scale that went by increments of 1. I was somewhat rushed so I may have had something set up wrong, but from what I remember the data was still being scaled.
04-20-2011 03:54 PM
I think what I'll do is get the physical channels from the task and create virtual channels based off of those which will have no scaling.