Hi everyone! Is there any possibility to take an array created in PLCnext Engineer to use it in Eclipse? How can I do to use that kind of data in between the two platforms? ~Francisco
Hi Francisco, There is an example on Github showng how to transfer data in array variables between a PLCnext Engineer project and a C++ project, via the Global Data Space: https://github.com/PLCnext/CppExamples/blob/master/Examples/CppDataTypeTest Please let us know if you have any questions about this example. ~ Martin.