Hello Dear NI-users,
I am developing a labview interface for controlling a brushless dc motor. The motor drive needs a
--"enable" signal for the initialization: a digital high/low output and
--"command signal" for the position: a analog output
Both signals should be generated in real time in labview, via the "1-Single on demand" option with the DAQ-Assistant, running in a while-loop.
The problem is, that labview treats the signals to/from the "DAQ-Assistant" as arrays, therefore I need to generate an array with just one element, see picture.
Is there a more elegant solution to this?