LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to input two commands to the same serial write which is inside for loop.

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.

 

0 Kudos
Message 1 of 5
(2,710 Views)

What does it mean ---'want the index 4 command to be adjustable with the condition'.

 

What you want when condition is TRUE ?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 5
(2,707 Views)

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

0 Kudos
Message 3 of 5
(2,697 Views)

You can manipulate like this 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 4 of 5
(2,694 Views)

@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.

0 Kudos
Message 5 of 5
(2,665 Views)