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
Subscription: Error handling
July 13, 2023
13:38, EEST
Avatar
Francesco Zambon
Member
Members
Forum Posts: 81
Member Since:
December 20, 2021
sp_UserOfflineSmall Offline

Good morning,

I have a question regarding subscription management:

when I have a server-side error, I intercept the requests to read and write the variables and raise an exception

public class OPCUAIoListener implements IoManagerListener {

@Override
public boolean onReadValue(ServiceContext serviceContext, NodeId nodeId, UaValueNode uaValueNode,
NumericRange numericRange, TimestampsToReturn timestampsToReturn, DateTime dateTime, DataValue dataValue)
throws StatusException {
if (error) {
throw new StatusException(StatusCodes.Bad_DataUnavailable);

return false;
}
@Override
public boolean onWriteValue(ServiceContext serviceContext, NodeId nodeId, UaValueNode uaValueNode,
NumericRange numericRange, DataValue dataValue) throws StatusException {
if (error) {
throw new StatusException(StatusCodes.Bad_NotSupported);
}
return false;
}

}

Would it be possible to do the same for subscriptions? I would like to notify an error for all active subscriptions

Thanks.

Best regards.

Francesco

July 13, 2023
14:48, EEST
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1010
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

You will need to update the variables that are affected by the error with ‘new DataValue(new StatusCode(StatusCodes.Bad_DataUnavailable))’.

If you have plenty of variables and prefer to just update the MonitoredItems directly, you need to keep track of them (via NodeManagerListener.onAfterCreateMonitoredItem/onDeleteMonitoredItem) and call notifyDataChange for each of them directly.

Also, when the error is gone, you should update the variables or MonitoredItems with valid values again.

July 14, 2023
9:52, EEST
Avatar
Francesco Zambon
Member
Members
Forum Posts: 81
Member Since:
December 20, 2021
sp_UserOfflineSmall Offline

Thanks!

Forum Timezone: Europe/Helsinki

Most Users Ever Online: 518

Currently Online:
10 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

rocket science: 77

Ibrahim: 76

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: 6261

Newest Members:

LouieWreve, Kickbiche, karrimacvitie5, graciela2073, sagarchau, elviralangwell4, Donnavek, Eddiefauth, DonaldPooma, fidelduke938316

Moderators: Jouni Aro: 1010, 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