During the development of the API manager in WinCC OA 3.14 for the redundant system, we need to write the state of the api manager into the individual datapoints. In other words, we need to configure the config.redu such that even the api manager which runs on the passive system could write his state into the datapoint.For example the left system writes into the datapoint "dp", while the right system even if he is passive will write into the datapoint "dp_2". How can we modify/configure the config.redu so this would be possible. We have already tried several modifications on config.redu however none of them worked. This is the latest version of config.redu that was even possible to compile :
[test]
# [left system] : _TestRedu [right system] : _TestRedu_2
($host1) ReduOur = "_TestRedu"
($host2) ReduOur = "_TestRedu_2"
[event]
fwdDpType = "_TestReduMain"
config.redu
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: config.redu
Have you restarted the project after adding config entries fr the Event Manager?
The config file is only read during startup. If changes are made for a specific manager it needs to be restarted to use the new settings.
Best Regards
Leopold Knipp
Senior Support Specialist
The config file is only read during startup. If changes are made for a specific manager it needs to be restarted to use the new settings.
Best Regards
Leopold Knipp
Senior Support Specialist
- martin.jelemensky
- Posts:16
- Joined: Wed Aug 09, 2017 1:20 pm
Re: config.redu
Yes we have restarted the project after every modification in the config.redu
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: config.redu
Add a point after '_TestReduMain' and try it again.
- martin.jelemensky
- Posts:16
- Joined: Wed Aug 09, 2017 1:20 pm
Re: config.redu
Thank you, the "point" worked perfectly.