Rank: Newbie
Joined: 5/26/2015(UTC) Posts: 4
Thanks: 1 times
|
I have to port a opc-da server to opc ua using embedded SDK. In opc-da server arrays with 2 dimensions are used. I did not find a way to define such arrays with embedded SDK.
As far as I can see the OPC-UA standard says that a variable should have a ValueRank and ArrayDimensions as member.
In embedded SDK Variable seems to allow an array with only 1 dimension typedef struct { UA_Base_t base_config; UA_Value_type_t value_type; uint32_t max_array_length; uint16_t user_read_permissions; uint16_t user_write_permissions; } UA_BaseDataVariable_t;
Question: Is there a way to have arrays with 2 dimensions ?
Thank you !
|
|
|
|
Rank: Newbie
Joined: 12/1/2014(UTC) Posts: 7
Was thanked: 2 time(s) in 2 post(s)
|
Hello Franz,
This is a feature that is not currently exposed in our API but we could add it. The API is designed for ease of use primarily so much of the complexity of UA is hidden from the application developer.
Is this feature an important requirement for you?
Regards,
Liam.
|
|
|
|
Rank: Newbie
Joined: 5/26/2015(UTC) Posts: 4
Thanks: 1 times
|
Hello Liam,
I think there will be a workaround for me to avoid 2-dimnsional arrays but it is annyoing and I did not expect to lack a feature that I had with our 15-year-old opc-da sdk.
Kind regards
Franz
|
|
|
|
Rank: Advanced Member
Joined: 6/10/2015(UTC) Posts: 34 Location: Bengaluru
Was thanked: 1 time(s) in 1 post(s)
|
Hi Franz,
As Liam is on occasion, he will be able to answer to your concern with slight delay. I hope that is fine.
Regards, Basavaraju B V
|
|
|
|
Rank: Advanced Member
Joined: 6/10/2015(UTC) Posts: 34 Location: Bengaluru
Was thanked: 1 time(s) in 1 post(s)
|
Hi Franz, I checked with Liam about your concern and he replied saying, 2 dimensional array feature will be added in the next release which is set to release in July. I hope that is fine. Please let us know if you have any other concerns. Regards, Basavaraju B V Edited by user Wednesday, June 17, 2015 9:41:06 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Newbie
Joined: 5/26/2015(UTC) Posts: 4
Thanks: 1 times
|
Hi,
this is fine.
Thank you very much !
Kind regards
|
|
|
|
Rank: Advanced Member
Joined: 6/10/2015(UTC) Posts: 34 Location: Bengaluru
Was thanked: 1 time(s) in 1 post(s)
|
Hi Franz,
You are welcome. Please let us know if you have any other concerns.
Thank you. Regards, Basavaraju B V
|
|
|
|
Rank: Newbie
Joined: 5/26/2015(UTC) Posts: 4
Thanks: 1 times
|
Hi Basavraju,
in your post 4 month ago you announced a new release for July with 2 dimensional array feature.
Did this happen or did I miss it ??
Regards
Franz
|
|
|
|
Rank: Advanced Member
Joined: 6/10/2015(UTC) Posts: 34 Location: Bengaluru
Was thanked: 1 time(s) in 1 post(s)
|
Hi Franz, Sorry for the delayed response. It will be supported in the next release which is not been released yet. As soon as we have the information on the release date we will inform the same. I hope that is fine. Thank you. Regards, Basavaraju B V Edited by user Tuesday, October 13, 2015 4:10:59 AM(UTC)
| Reason: Not specified
|
 1 user thanked Basavaraju B V for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.