Solution
This error might be caused because the VI server is not configured correctly. To configure the VI Server follow both set of steps below:
Instructions for a Real-Time (RT Target) running LabVIEW 8.x or greater:
- Create a new project by clicking on Project»New.
- Right-click on the project's name and select New»Targets and Devices.
- Find your RT target and added it to the project.
- Right-click on your RT target, which is now showing up in your project, and select Properties.
- From the category list select VI Server and check the TCP/IP box.
- These setting will take effect when deployed to the controller (right-click on the controller in the project, select Deploy).
Instructions for LabVIEW:You must configure the VI Server options under
Tools»Options on the remote machine on which you are trying to launch the VI.
- From the category list select VI Server: Protocol and select TCP/IP protocol.
- From the category list select VI Server: Machine Access and make sure the local machine trying to launch the VI is included in the access list. You can include specific machines or you can allow all users access by using an asterisk (*).
- From the category list select VI Server: Exported VIs and verify the VIs to be launched are listed as exported VIs. You can include specific VIs or you can export all VIs by using an asterisk (*).
To launch a remote VI through VI Server, LabVIEW (or LabVIEW Run-Time Engine) must already be running on the remote target. You can launch LabVIEW on a remote machine across a network.