11-12-2010 05:57 PM
on a while loop to produce a ttl signal, the following error came up
how do i fix this. previously i had a single numeric value as input but it says i need to fill in all data inputs before it can run. anyone know how to fix this? thanks
11-12-2010 06:01 PM
here is current setup attached
11-12-2010 07:49 PM
What DAQ device are you using?
If you are using digital outputs, why would you be writing a numeric value into the data? Why aren't you writing a boolean array to the data?
Why do you have the string "3.3" being converted to a U8 array hanging out in space?