08-28-2024 04:18 AM
Hi everyone, I am currently trying to read two sensors (strain gauge and displacement sensor) on two channels. However, I want to do some scaling only to the strain gauge (V -> N) and not to the displacement sensor. Does anyone know how to tackle this problem? My approach can be seen below, but this scales both channels...
Thank you for any help!
Solved! Go to Solution.
08-28-2024 04:34 AM - edited 08-28-2024 04:35 AM
Hi User207,
@LabviewUser207 wrote:
Does anyone know how to tackle this problem?
Create one virtual channel with scaling applied to your DAQmx task. Then add another channel (without scaling) to the same task!
You just need two DAQmxCreateChannel calls…
08-28-2024 05:45 AM
Great, it works!
Thank you GerdW.
Appreciate your answer!
08-28-2024 08:46 AM
To show your appreciation, go back to Gerd's answer and click the "Accept as Solution" button (it was your question, so you get to decide if one or more Replies solve your problem). This helps the next person who has a similar question "find the Solution" faster, and gives Gerd a "warm feeling" for sharing his wisdom and LabVIEW experience.
Bob Schor