8:31, EEST
April 27, 2015
Hello support team,
i am evaluating the Java OPC UA SDK. For our case we need to extract data (value attribute) from different variableNodes . Only solution i can think of is following:
DataValue data=client.readValue
if(data.getValue() instanceof Range){
Range range_=(Range)data.getValue();
Double high=range_.getHigh();
Double low=range_.getLow();
/*action with high + low*/
}
if(data.getValue() instanceof EUInformation){
EUInformation euinfo_=(EUInformation)data.getValue();
Integer Unitid=euinfo.getUnitid();
/*get other data from euinfo*/
/*action with extracted data from euinfo*/
}
if(…){
….
}
….
Is there some better way to get data from variant? I am also aware of safe cast via variant.asClass(). But it would also lead to much if-statements.
Could you kindly provide examples if there way around if()s.
Thanks in advance.
Most Users Ever Online: 1919
Currently Online:
24 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 88
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 738
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1524
Posts: 6451
Newest Members:
jonathonmcintyre, fannielima, kristiewinkle8, rust, christamcdowall, redaahern07571, nigelbdhmp, travistimmons, AnnelCib, dalenegettingerModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1026, Jimmy Ni: 26, Matti Siponen: 346, Lusetti: 0
Administrators: admin: 1