12:04, EET
December 12, 2018
Hello
I could connect and get the subscrition values using the clinet but I am unbale to write a boolean “true” to a node in the server. I have attached the sample code for your reference. What am I missing and doing wrong ? Thanks
public class ABB_plc_signal implements MonitoredDataItemListener {
private static UaClient client;
boolean er= true;
@Override
public void onDataChange(MonitoredDataItem item, DataValue prevValue3, DataValue value2) {
if (value2.getValue().booleanValue() == true) {
try {
System.out.println(“Request to pause robot received “+item.toString());
client.writeValue(NodeId.parseNodeId(“ns=4;s=|var|AC500 PM56xx-2ETH.Application.GVL_PLC.OPCUAEntryGrantedSTN10”),er);
} catch ( IllegalArgumentException | ServiceException | StatusException e) {
e.printStackTrace();
}
if (prevValue3.getValue().booleanValue() == true && value2.getValue().booleanValue() == false) {
} }
}
}
Most Users Ever Online: 1919
Currently Online:
47 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: 746
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1529
Posts: 6471
Newest Members:
qsireinaldo, scvchad954, misty3446453365, KelsonzFu, Kelsonz, lienbelisario, erick34s63346, Kaitlyntvsl, lonaerskine7, KTP21ideftModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1032, Jimmy Ni: 26, Matti Siponen: 349, Lusetti: 0
Administrators: admin: 1