Hello,
the SDK can not only be used to program snaps which run on the core itself, but also to develop applications which communicate with the ctrlX Data Layer from outside of the device.
In the ctrlX Data Layer all the apps which run on the ctrlX CORE (for example the PLC) provide there data, for other applications to consume whether from the same device or not. In case you want to access the data from outside of the device, you would do a TCP connection to the Data Layer (see: the section Data transport NRT in the ctrlX CORE manual).
If you download the full release version of the SDK, which includes all the binaries, you will also get binaries to run the Data Layer from windows.
datalayer.dll for windows in the SDK
To sum it up and answer your question: A .Net application which runs in windows and accesses PLC data in the Data Layer of a ctrlX CORE through the network (TCP) is totally possible.
Best regards,
Nick
... View more