ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
Hi,
I have made this program to choose the digital trigger automatically. But now I don´t know how to conncet it in my program.
The purpose of this program is that instead be choosing the trigger you need, the program detects whether there is a letter "A" and if there is, automatically branded.
已解决! 转到解答。
Hi 99,
@labview99 wrote:
I have made this program to choose the digital trigger automatically. But now I don´t know how to conncet it in my program.
The purpose of this program is that instead be choosing the trigger you need, the program detects whether there is a letter "A" and if there is, automatically branded.
This VI can be simplified like this:
(Still error checking is missing, like "input string does not contain any char A".)
This VI has a string input and a boolean 1D array output: these are the possible connections. Why don't you know "how to connect in your program"?
What do you mean by "automatically branded"?
Hi GerdW,
You are right like this the VI is more simple.
Now, I would like to detect the position of the array where is detected the letter "A" and according to that, send a frame in a string.
Thank you
Hi,
I have one array od booleans and I have detected which position is True. But now I want to send a frame depending this position that I have detected. I mean if the position 3 is TRUE, I want to send one string which says " position number 3 "
I have made this program