NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create executable for .seq file

Solved!
Go to solution

Hello,

 

I am writing the test sequence for third party vendor. I wanted to know if there is any way to create executable file of .seq

Our basic intension is to hide the test details in the sequence file, and just provide exe if it can be created.

 

If it is not possible to create exe, is there any way I can make my sequence password protected so that no one else can edit/modify the steps?

 

Thanks and Regards,

Niraj.

0 Kudos
Message 1 of 7
(4,361 Views)
Solution
Accepted by topic author Niraj2810

Hi,

 

Firstly, you can password protect your sequence. TestStand help: Password Protection—When enabled, the sequence file is protected and you can change the lock state of the file. The sequence editor and user interfaces prevent viewing and editing of locked sequence files. Use the Lock/Unlock button with the password controls to lock, unlock, and password protect the file.

 

if you want to distribute your code it is possible but you'll need teststand or a custom user interface to run your code.Since you only have a sequence file I guess this is a small project and teststand might not be the best solution to share your code with customers

Rodéric L
Certified LabVIEW Architect
Message 2 of 7
(4,360 Views)

Hello,

 

I am using "Password Protect" option to prevent my sequence file from viewing. I went through the following steps -

  • Go to Tools > Update sequence files
  • Browse the sequence file
  • Right click on the sequence name, and change the protection to "Prevent Viewing" and set the password.
  • Apply changes and the sequence file gets updated.

 

But, when I am opening the sequence file again, I was expecting it to prompt me for the password, but instead it is opening as it is and I am able to see all the steps in the sequence file. The sequence is viewable.

 

Strangely, when I shared the same sequence with my colleague and asked him to open the file in his TestStand, it is prompting for the password, and steps are not viewable to him. We also cross-checked by putting the password which I had set earlier, the sequence is opening with that password.

 

Just wondering if this has anything to do with my TestStand settings? Please help me understand why the password protection feature is not working on my Teststand.

 

Thanks and Regards,

Niraj.

 

 

0 Kudos
Message 3 of 7
(4,277 Views)

Does it still occurs after rebooting the computer? Maybe TestStand somehow knows you set the password so you aren't promped for the password. (just guessing)

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 4 of 7
(4,265 Views)

I tried. Didn't work with rebooting. 

 

Thanks and Regards,

Niraj.

0 Kudos
Message 5 of 7
(4,259 Views)

Goto Station Options->Preferences tab and clear the password cache. You likely chose to cache the password at some point.

 

Hope this helps,

-Doug

Message 6 of 7
(4,254 Views)

Thanks Doug...It works now.

0 Kudos
Message 7 of 7
(4,244 Views)