In the automation.scheduler example from the SDK I tried to add the NRT datalayer client to read an item in the callable execute function. When I create the client I get the error: "* find out which device file has to be used, ERROR: no file /sys/class/uio/uio0/name found" and my client is also giving back that it is not connected. I already tried everything i could think of in changing the CMakeLists.txt files since I suspect this is some library dependency error. I already added the datalayer plug in the snapcraft.yaml file. I added the datalayer target link libraries and the target include directories in the private/lib/CMakeLists file and added the link directories in the base CMakeLists file. I also tried to install the library .so files for the datalayer in various places but it had no effect.
... View more