LabVIEW Data Exchange

Is there a way to enable data exchange between LabVIEW and Data Layer? (MLPI-Replacement for ctrlX)

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.

View original
5 replies