08-21-2025 02:06 AM
Hi Team,
To protect my sequence files on teststand by password,to do so i found the below option on teststand from sequence file properties on edit drop down option. i would like to know is there any other better way to protect sequence file from editing that NI teststand suggesting.
Regards,
Sagar
08-21-2025 09:50 AM - edited 08-21-2025 09:50 AM
Your related post for LV side - VI password protection - NI Community
What is your intention to implement this protection?
08-21-2025 10:34 AM
Quick thoughts:
08-21-2025 11:58 PM
@Scott_Richardson wrote:
[...]
- What I have seen customers need and implement are processes/components to validate that a deployed system has not changed, specifically that the sequence files and module calls were not modified, i.e. tooling to track and validate that file checksums are in tact.
given that a deplyoment consist not of a single file but gazillions, especially when you are also taking into account the framework... this is a real challenge
08-22-2025 12:32 PM - edited 08-22-2025 12:33 PM
Oli -
I agree, all depends on how controlled/locked-down you need the deployed system to be.
If developers can relegate files to a set of directories that need to be controlled, I could see deploying the controlled folders using WIM (Windows Imaging Format):
Not saying that it is easy, but it is something that most do not know about as a base OS technology. The base OS still has to have the software properly installed first. NI was using this for its semiconductor related deployments to quickly swap full test configurations under 10 minutes.