03-01-2013 10:19 PM
I had a for loop with basic serial write and read VI. I need to put nine commands one by one to the serial that' why I used for loop for inserting the commands. So I had put a build array anad inserted commands one by one.. So If I want the index 4 command to be adjustable with the condition how can I put such a thing. Can You please help me.
03-01-2013 10:27 PM - edited 03-01-2013 10:28 PM
What does it mean ---'want the index 4 command to be adjustable with the condition'.
What you want when condition is TRUE ?
03-02-2013 12:58 AM
yes I want 4th command to be adjustable. Means the fourth command to be 125 when that case is true . It should be 175 when other case is true. This is my intention I'am sending it as a VI
03-02-2013 01:30 AM
You can manipulate like this
03-03-2013 08:24 AM
@perumpadapu wrote:
yes I want 4th command to be adjustable. Means the fourth command to be 125 when that case is true . It should be 175 when other case is true. This is my intention I'am sending it as a VI
STOP DOING EQUAL COMPARISONS ON DBLS!!!!
______________________________________________________________________________________________________________________
@Ranjeet_Singh wrote:
You can manipulate like this
______________________________________________________________________________________________________________________
It does no such thing.