Search found 5 matches

Search

by winccoa_2020
Fri Sep 11, 2020 3:54 am
Forum: Features / Solutions
Topic: how to know the process status of WinCC OA console on slave node
Replies: 7
Views: 10699

Re: how to know the process status of WinCC OA console on slave node

@leoknipp and gschijndel

Thanks for your help.
After adding the tags with fwdDp in config file. The value on slave node can be updated in WinCC OA DB now.
by winccoa_2020
Thu Sep 10, 2020 9:58 am
Forum: Features / Solutions
Topic: how to know the process status of WinCC OA console on slave node
Replies: 7
Views: 10699

Re: how to know the process status of WinCC OA console on slave node

Thanks for your comments. For my project, both master/salve node run the same config file. I didn't see config.redu at all. We set data and event with value "<master_node>$<slave_node>" in the config file and then the redundancy works. So how I can configure the system to allow writing val...
by winccoa_2020
Thu Sep 10, 2020 3:29 am
Forum: Features / Solutions
Topic: how to know the process status of WinCC OA console on slave node
Replies: 7
Views: 10699

Re: how to know the process status of WinCC OA console on slave node

Hi, Dbindernagel

Thanks for your info.
Do you mean that it's not possible to get pmon info from other nodes?
by winccoa_2020
Tue Sep 08, 2020 9:41 am
Forum: Features / Solutions
Topic: how to know the process status of WinCC OA console on slave node
Replies: 7
Views: 10699

Re: how to know the process status of WinCC OA console on slave node

I saw there is a pmon_query function in pmon.ctl script. I use below code: pmon_query("username#password#MGRLIST:STATI", "<hostname>", 4999, res, true, true); If the <hostname> is local host, I can get the all status of processes in local WinCC OA console. But if I use the anothe...
by winccoa_2020
Tue Sep 08, 2020 4:45 am
Forum: Features / Solutions
Topic: how to know the process status of WinCC OA console on slave node
Replies: 7
Views: 10699

how to know the process status of WinCC OA console on slave node

Hello I have one master node and slave node, both of them will launch a process named WCCOATest (the process WCCOATest will get WinCC OA DB data through the C# API and send them to external programs) The process WCCOATest works as primary/secondary role on master/slave node. We have to monitor the a...