02-02-2018 10:56 AM
I am trying to access the data in the IRegNumeric from property node in VI shot below. the property node can display Comment and Type for every register index 0-999. The RegFloat (real) and RegLong(integer) registers when displayed in the property node, I get data type error. The reason for that is, I have to identify the type of the data before I read it. I can read one at a time either the RegFloat or RegLong only if I select the right register data type (Real or Integers) . I tried to resolve it by passing to case structure, but still get data type error.
If anyone has idea how to resolve this issue, I will be gratefully appreciated. Thank you.
Solved! Go to Solution.
02-02-2018 11:37 AM - edited 02-02-2018 11:39 AM
deleted
02-02-2018 01:25 PM
It was much simpler than I thought, I was trying to pas reference from property node to case structure, simply open property node for each item. may be there is another way.