02-14-2006 07:22 AM
02-14-2006 07:32 AM - edited 02-14-2006 07:32 AM
Hi,
Can you explain, as its not clear what your problem is?
What do you mean update you VI's?
What's this (TD) checksum calculation?
Regards
Ray Farmer
Message Edited by Ray Farmer on 02-14-2006 01:33 PM
02-14-2006 07:37 AM
02-14-2006 09:50 AM
Updating the checksum value directly is not recommended. It could cause run-time errors.
To update the prototype, you can create a tool that calls the TestStand API method LabVIEWModule.LoadPrototype on each of your LabVIEW steps. LoadPrototype will read the prototype of the VI and will update the checksum value for you.
Regards,
Jose Hernandez
02-15-2006 12:55 AM
02-15-2006 04:11 PM
03-09-2006 08:15 AM
08-30-2006 06:05 PM
02-08-2017 08:03 AM
Sorry for the archeology, but I have a problem with the VI from post above (the one for updating the prototypes in TestStand).
I'm using it to update the prototypes in my sequence after changes in the LV project - it works flawleslly, as long as I'm referencin the VIs to the lvproj, when I change the reference to an lvlibp I am unable to load the prototypes (the VI that is doing the loading is outside the lvlibp).
Thank you in advance
02-11-2017 02:32 AM
But why do you need some custom VI for updating of prototypes? You can use native TestStand tool. Just go via menu Tools -> Update VI Calls; and select there option in the tab File to Update -> Type of Calls to Update -> Process Standard VI Calls -> Force Prototype Reload.
But I don't know, whether this functionallity is present in older TS versions (I use TS 2014 sp1)...