I have control on a page that is a 1D array of clusters and I can read the data from the element I have just clicked on. The data I get back is:
'Type' -> "A"
'Alarm Time' -> 01/01/1904 00:00:00
'Alarm State' -> OK
'System' -> "DO"
'Description' -> "DO"
'Bkgnd Colour' -> 12369084
'ID' -> 4
'Value' -> 0.000E+0
'LO Alarm' -> -1.000E+0
'HI Alarm' -> 1.000E+0
'Unack'd' -> FALSE
What I can't do is read the value of a particular item such as 'ID'? I've tried various functions with no success, please can anyone help? I've attached the VI I am working on: