I am using cRIO-9023 and have created shared variables under cRIO and drag drop them into the TPC-2212 VI by enabling the Aliasing(Network published Variables) and using PSP-URL where I have given the IP of the sytem through which my cRIO is connected.
The VI is running perfectly under cRIO, but when I build the VI and deploy at TPC-2212 the following error occures.
The following target application or shared library is locked: c:\builds\TPC_shared var\NI TPC-2212 Device\My Application\c\ni\Application.exe. A locked file can be a read-only file or have incorrect permissions. LabVIEW cannot build applications that are running or build shared libraries that are called by other applications.
The screenshot is attached here for assistance.
Kindly if some know about it let me know.
I want to change the real time values while the VI is running from the cRIO and want to observe the values changing through Ethernet connection over the TPC where the Vi is already deployed and running.
Thanks