NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any easy way to share constants between sequence files without using StationGlobals?

I have many values that are constant for my entire project.  For example the value table for the LIN signal for transmission.  For this particular project Prk will always be 0, Reverse will always be 1, and so on.

 

Can I make it so that every test sequence file has access to these definitions without using StationGlobals and without using accessor sequences?

 

An example would be very much appreciated.

Message 1 of 3
(3,072 Views)

Hi,

 

You can use a queue to share data between SequenceFiles

Take a look on the attached example

 

Regards

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Download All
Message 2 of 3
(3,065 Views)