Okay so let say I have a DAQmx scale defined in MAX, that converts from volts to PSI. Is there an easy way, to give an arbitrary value for the voltage, and have it tell me what PSI that is? Or vise versa, to give an arbitrary value for PSI and have it tell me the voltage?
Notice how I didn't say what type of scale this is? That's because it can be defined by the user and it could be any supported by DAQmx. I could write custom code to support each type of scale and then do the conversion. But is there an easier way? Is there a low level VI I'm unaware of that can apply a DAQmx scale to a value?