01-09-2020 03:01 AM
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.
Solved! Go to Solution.
01-09-2020 03:22 AM
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"?
01-09-2020 03:28 AM
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
01-09-2020 04:04 AM
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 "
01-09-2020 04:21 AM
I have made this program
01-09-2020 04:48 AM
01-09-2020 04:59 AM
01-09-2020 05:05 AM
01-09-2020 05:23 AM
Now it goes perfect!! Thank you so much for your help!!!
Best regards