Hello
I am subscribing to a multidimension (2D) Array OPC DA-Item of a remote OPC DA Server (CNC Machine)
The rows of the item show the active Error messages on the CNC machine line by line (each row is a seperate Error message)
The columns of the item show the components of the Error message. For example column-1=Error class; column-2=Error source; column-3=Error-Text.....
When I subscribe to such an item with code below I get all the Error lines and and all the components of each error line, but it is shown as one merged string.
How can I access to the rows (Error Lİnes) columns (Error Components) of such a 2D array item?
I am subscribing to a multidimension (2D) Array OPC DA-Item of a remote OPC DA Server (CNC Machine)
The rows of the item show the active Error messages on the CNC machine line by line (each row is a seperate Error message)
The columns of the item show the components of the Error message. For example column-1=Error class; column-2=Error source; column-3=Error-Text.....
When I subscribe to such an item with code below I get all the Error lines and and all the components of each error line, but it is shown as one merged string.
How can I access to the rows (Error Lİnes) columns (Error Components) of such a 2D array item?