Solution
When using LabVIEW you can create multiple instances of VI server. You can create a VI Server instance per each LabVIEW project you create. You can create multiple executables and run a VI Server instance on each one.
There is a VI Server instance for LabVIEW Development environment. This particular instance is the one that you require to enable in order to make DETT operate with remote applications.
- In order to enable it you can open LabVIEW click on Tools>>Options>>VI Server and look for the TCP/IP Checkbox and check it.
- Then you should scroll down and on the Machine Access Section make sure to add the IPs you are going to allow access to for example 127.0.0.1 for localhost.