Skip to content

2D Data #77

Answered by Araneidae
youcann asked this question in Q&A
Jan 13, 2022 · 4 comments
Discussion options

You must be logged in to vote

Have converted this to a Q&A discussion.

The answer is perhaps frustratingly simple: EPICS, at least without the more advanced features of PVA (EPICS 7), does not support 2D arrays. What you have to do is flatten your 2D array into 1D for transport and reshape it back to 2D at the receiving end.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Araneidae
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #76 on January 13, 2022 09:27.