Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
Hello, I have a customer that would like to link the messages between the watchdog and PCM as follow : When the watchdog detects an event , it starts an action routine. The customer would like this action routine to send "a message" to PCM who is supposed to see it as an event and let the poeple use all the different fuctions of PCM concerning this same event. How to make PCM detect an event ? does it read all the messages that arrive on the OPA0 and then tries to find them in his database ? (in this case the action routine of the watchdog could be a simple $ copy message node::opa0:). I'll be very greatfull for any answer, Thanks in advance, David.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
816.1 | OPG::PHILIP | And through the square window... | Thu Jun 15 1995 11:07 | 14 | |
David, >>How to make PCM detect an event ? does it read all the messages that arrive on >>the OPA0 and then tries to find them in his database ? (in this case the action >>routine of the watchdog could be a simple $ copy message node::opa0:). If you read Part III of the User guide you will learn everything you need to know in order to do what you want. You may also want to investigate the OSCint software which will do all the integration for you. Cheers, Phil | |||||
816.2 | ZEDAR::simon | Simon Jackson 830 x3879 | Thu Jun 15 1995 11:09 | 5 | |
You may also like to look at the example actions for PSW I seem to remember they scrounged an example piece of code from us which sent PSW events to PCM using the CMUserSendEvent API call. Cheers Simon... |