02-09-2022 02:18 AM
Hi,
We are saving our TestStand Sequences on a server where everyone can download it to his/her own station.
How can I attach the User Manager Settings to the Sequence? Or how can I distinguish between engineer or operator at runtime?
regards
Tiemo
Solved! Go to Solution.
02-14-2022
09:40 AM
- last edited on
11-01-2024
05:45 PM
by
Content Cleaner
Hi Tiemo_Mo,
TestStand stores User information outside of the Sequence Files in TestStand Application Data>\Cfg\Users.ini (well it did in TS2019, I doubt it has changed since).
NOTE: I have never used a similar user configuration across multiple test stations but allowing your users access to Users.ini in the same way as you have for your sequences may be enough. It might be worth you reading up on User deployments.
You can require/force your "Engineers" and "Operators" to login to TestStand and you can use the logged in user to make your decision.
Hope this helps
Steve
02-14-2022 09:50 AM
Hi Steve,
yes this might work out. I guess this is the way I will implement it.
thanks and best regards
Tiemo