Page 1 of 1

Read array of structure

Posted: 20 Oct 2014, 09:37
by ralf01
Hello,

I want to implement an Array of a structure and read the data in the node manager. Is it possible and does anyone have an example for this, if possible?
The structure I want to implement is listed below.

struct machinedata {
int value1;
float value2;
float value3;
};

machinedata machinedataArray [200];

Thanks for any Information,
Ralf

Re: Read array of structure

Posted: 20 Oct 2014, 20:19
by Support Team
Hi,

We assume that your question is related to the C++ SDK. An example can be found here:
http://documentation.unified-automation ... moServer_5

Please post SDK related questions in the right SDK product section.

Best Regards,
Unified Automation Support Team