Avatar

Please consider registering
guest

sp_LogInOut Log In sp_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 RSS sp_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
Moderator
Members

Moderators
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: 518

Currently Online:
25 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

rocket science: 77

ibrahim: 75

Sabari: 62

kapsl: 57

gjevremovic: 49

Xavier: 43

fred: 41

Member Stats:

Guest Posters: 0

Members: 684

Moderators: 16

Admins: 1

Forum Stats:

Groups: 3

Forums: 15

Topics: 1467

Posts: 6259

Newest Members:

fidelduke938316, Jan-Pfizer, DavidROunc, fen.pang@woodside.com, aytule, rashadbrownrigg, christi10l, ahamad1, Flores Frederick, ellenmoss

Moderators: Jouni Aro: 1009, Otso Palonen: 32, Tuomas Hiltunen: 5, Pyry: 1, Petri: 0, Bjarne Boström: 983, Heikki Tahvanainen: 402, Jukka Asikainen: 1, moldzh08: 0, Jimmy Ni: 26, Teppo Uimonen: 21, Markus Johansson: 42, Niklas Nurminen: 0, Matti Siponen: 321, Lusetti: 0, Ari-Pekka Soikkeli: 5

Administrators: admin: 1