Is there a way to enable data exchange between LabVIEW and Data Layer? (MLPI-Replacement for ctrlX)
LabVIEW Data Exchange
Best reply by CodeShepherd
Instead of a proprietary protocol the standard way of communicating to the data layer is REST. So you can use a standard http based request (including a valid web token) to read/write the values and execute functions.
5 replies