Avatar
Please consider registering
guest
sp_LogInOut Log Insp_Registration Register
Register | Lost password?
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Feed Topic RSSsp_TopicIcon
Unable to write to server node using SDK clientn
December 12, 2018
12:04, EET
Avatar
swajan
New Member
Members
Forum Posts: 1
Member Since:
December 12, 2018
sp_UserOfflineSmall Offline

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) {
} }
}
}

December 12, 2018
13:34, EET
Avatar
Teppo Uimonen
Member
Members
Forum Posts: 21
Member Since:
November 28, 2018
sp_UserOfflineSmall Offline

Hello!

If you get an exception with the above code, could you paste the stacktrace here and we can have a better look? 🙂

Possible reason could be an invalid NodeId. Make sure there’s a Node on the server that matches the NamespaceIndex (4) and the Identifier parts of the NodeId.

Forum Timezone: Europe/Helsinki
Most Users Ever Online: 1919
Currently Online:
Guest(s) 30
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 90
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 735
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1545
Posts: 6521
Newest Members:
Jorsiz, wilfredoforeman, ptdenriqueta, basilpullman, Richardmip, mood edibles, LouieWreve, daniellabdx, janessan21, sammiebeak359
Moderators: Jouni Aro: 1029, Pyry: 1, Petri: 1, Bjarne Boström: 1047, Jimmy Ni: 26, Matti Siponen: 353, Lusetti: 0
Administrators: admin: 1