03-08-2006 04:18 AM
03-10-2006 05:49 AM
03-10-2006 06:34 AM
Looks like a pain to have to use LabView/Cvi to change the report file attribute to 'read only'. I guess it is that Test Stand 2.0 is just not up to the job; do newer versions of Test Stand have this facility?
03-10-2006 09:35 AM
Doesn't seem like much of a pain to me (at least in LabVIEW). After the report is generated, you just need a single step that calls the Access Rights function. Pass the report file path to the function and you're done. I just did this as an experiment and it only took me about 5 minutes. I don't remember exactly what the function is in CVI but I'm pretty sure that this is a single function call as well. For that matter, you can probably set a file to read only from the DOS command line with the Call Executable step or a single call into the Windows API.
Making a report file read-only isn't a standard feature in TestStand 3.1 and I don't know about 3.5.
03-10-2006 10:28 AM
06-29-2010 03:44 AM
I have Teststand 4, does this have the ability to set the report file attributes to be 'read only'?