I want to create a container of variables (still under development) that is viewable from all sequences without:
- Having to place it in StationGlobals since it is a project specific list.
- Copy and pasting the container for parameters for all sequences since the container is still being modified and want to avoid 1000 *.seq file changes when 1 variable is added or removed.
Another option would be to have a custom *.ini file similar to globalstations.ini but for a specific project. I don't know how to do this.
I'm only using TestStand and LabVIEW.
For example if this was in C, we pass a pointer to the massive structure in memory.
Thanks