07-08-2021 05:41 PM
Running LV2017 and Installed the OPC UA toolkit. Trying to set up a straightforward server and client to act as a simulator for the UUT I am developing tests for. Simulator runs fine, but the 'Multiple Write.vi' is broken. Of course the VI is password protected so can't determine why. I see also that most/all of the vi's in the example project are broken in a similar manner.
PS...i know you all prefer source code, but boss-man forbids. Much appreciate any help.
07-09-2021 08:25 AM
Its a polymorphic VI,
so grab all of this instances of it and find out which one of them is broken - or if all are broken.
(You should be able to work out where it is on disk).
Test in previous and later versions of LabVIEW, to see why it's broken if its locked (and try contacting NI as I suspect they supplied it and locked it?)
07-15-2021 06:52 PM
Turned out to be a corrupted installation package. De-installed and re-installed and viola! It works!