04-07-2017 10:16 AM
how do i convert daq analogue output to an number
04-07-2017 10:57 AM - edited 04-07-2017 10:57 AM
Hi kaynyne,
a "daq analogue output" usually is a voltage or current - you output some values through DAQ hardware from software side into the real world…
If you talk about reading in some values using a DAQ input channel you usually already get numbers.
So WHAT is your real problem?
04-07-2017 11:25 AM
it a dtmf
04-07-2017 12:43 PM
pls help
04-07-2017 08:40 PM
Not enough info.
What are you trying to do? Why are you changing a double precision floating point number to a boolean array, then back to an integer.
04-08-2017 01:39 AM
What's the purpose of the case structure? The cases only differ by the values of some diagram constants, so all the shared code belongs outside the case structure. No need to duplicate identical code.The code makes absolutely no sense.
What kind of data comes out of the daq and what should it do to select a case of the case structure.
What is the program supposed to do?
04-08-2017 02:25 AM - edited 04-08-2017 02:26 AM