04-28-2016 02:18 AM - edited 04-28-2016 02:34 AM
Hi NI communiy,
i've got a problem,
i've got a boolean output and a LED.. but they wont connect!
04-28-2016 02:54 AM
Hi asrih
As the help suggestes u have connected two different datatypes. the source is 1d array of boolean, whereas the indicator is just 1 boolean indicator. You can only connect the output to a array of boolean indicators. Just right click and create indicator at the GATE to create a array of boolean indicators or you use 'AND ARRAY ELEMENTS' function to use it for single element.
Note: just go through the basics of labview and search online before posting u questions.
regards
V.senthil kumar
04-28-2016 05:33 AM
Perhaps you should explain what it is you are trying to accomplish with this program. We could give you better advice then. But based purely on what I can see, I assume you are generating multple data points in the simulate signal. So what exactly do you want ORed and then dispalyed? Just the last data point? All of the data points?