NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

send 1 value to 2 variable

Solved!
Go to solution

Hi Guru,

 

How to send a value into 2 different variables as i attach in the attachment.

 

0 Kudos
Message 1 of 4
(3,527 Views)
Solution
Accepted by topic author racdradzi

Hi,

 

Add Locals.Result1 to your VI.

And enter in pane StepSettings->Expressions->Post Expression: Locals.Result2 = Locals.Result1.

 

Regards

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 2 of 4
(3,522 Views)

hi J_dodek,

 

other than use the PostEkspression method, is there any other way?

 

0 Kudos
Message 3 of 4
(3,514 Views)

Hi,

You can write to these variables in your LabVIEW code. Pass a refernce from your sequence file to your LabVIEW code and then use the TestStand pallete in LabVIEW to write to both variables.

 

Shane.

0 Kudos
Message 4 of 4
(3,463 Views)