Topic RSSRetreiving TPsOPCServer error and exception
October 27, 2014
10:10, EET
10:10, EET
Fransua33
Member
Members
Forum Posts: 39
Member Since:
October 27, 2014
October 27, 2014
OfflineHi,
I’m using the Sentrol OPC SDK to work with OPC DA. I need to devellop a DLL and export some functions. So the program don’t have a form to include all the objects needed. My problem is that I don’t see how to reteive the errors of the objects. For example if I instantiate a TPsOPCServer like this:
TPsOPCServer *PsOPCServer1;
int __stdcall OPCConnect(char* hostName, char* serverName) {
PsOPCServer1 = new TPsOPCServer(null);
PsOPCServer1->Host = hostName;
PsOPCServer1->ServerName = serverName;
PsOPCServer1->Connect();
return 0;
}
When I connect, how can I retreive possible errors or exception during the connection?
Thanks for your help.
Forum Timezone: Europe/Helsinki
Most Users Ever Online: 1919
Currently Online:
Guest(s) 61
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 100
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 773
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1558
Posts: 6567
Newest Members:
aracelyhaley4, raphaelschonell, Ashmag, kathyreimann56, brittanylemos, dorthycundiff76, PromotionToold, CHHinrichs, rodricklienhop, jose_WanderleiModerators: Jouni Aro: 1039, Pyry: 1, Petri: 1, Bjarne Boström: 1054, Jimmy Ni: 26, Matti Siponen: 359, Lusetti: 0
Administrators: admin: 1
© Simple:Press —

Log In
Register