Warnings while server startup

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
4 posts • Page 1 of 1
funkey
Posts:85
Joined: Mon Dec 27, 2010 1:11 pm

Warnings while server startup

Post by funkey »

Hello,
I have some warning logs when servers are starting:

Code: Select all

WCCILevent   (0), 2015.08.12 02:27:56.938, PARAM,WARNING,    54, Unexpected state, EvManager, connectSourceDp, duplicate element ignored: System1:_S7_300.SetInvalidBit
WCCILevent   (0), 2015.08.12 02:27:56.940, PARAM,WARNING,    54, Unexpected state, EvManager, connectSourceDp, duplicate element ignored: System1:_S7_300.DoGeneralQuery
WCCILevent   (0), 2015.08.12 02:27:56.941, PARAM,WARNING,    54, Unexpected state, EvManager, connectSourceDp, duplicate element ignored: System1:_S7_300.UseTSPP
I think this is because I use a 'config.redu' file which copies the datapoints of the Siemens PLCs. The file looks like this:

Code: Select all

[event]
passiveRecoveryTimeOut = 9999

copyDp = "_S7_300.DoGeneralQuery" "_S7_300_2"
copyDp = "_S7_300.SetInvalidBit" "_S7_300_2"
copyDp = "_S7_300.UseTSPP" "_S7_300_2"
copyDp = "_S7_300.DoBrowseSymbols" "_S7_300_2"
copyDp = "_S7_300.ProjectName" "_S7_300_2"
copyDp = "_S7_300.Active" "_S7_300_2"
copyDp = "_S7_300.DevNr" "_S7_300_2"
copyDp = "_S7_300.ReduConn.DevNr" "_S7_300_2"
copyDp = "_S7_300.ReduConn.Active" "_S7_300_2"
copyDp = "_S7_300.ReduCP.DevNr" "_S7_300_2"
copyDp = "_S7_300.ReduCP.Active" "_S7_300_2"
copyDp = "_S7_300.ReduCP.ReduConn.DevNr" "_S7_300_2"
copyDp = "_S7_300.ReduCP.ReduConn.Active" "_S7_300_2"
copyDp = "_S7_300.ReduControl.CP.SpsTag" "_S7_300_2"
copyDp = "_S7_300.ReduControl.CP.CmdMode" "_S7_300_2"
copyDp = "_S7_300.ReduControl.CP.Switch" "_S7_300_2"
copyDp = "_S7_300.ReduControl.Conn.SpsTag" "_S7_300_2"
copyDp = "_S7_300.ReduControl.Conn.CmdMode" "_S7_300_2"
copyDp = "_S7_300.ReduControl.Conn.Switch" "_S7_300_2"
Can I delete the copyDp entries in the config.redu file and the duplicate datapoints (_S7_300_2) ??

Thanks for any information!

Best regards
Christoph

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Warnings while server startup

Post by leoknipp »

Hello,

an explanation for the log-message can be found in the ETM Portal --> FAQ --> Log-Messages
https://portal.etm.at/index.php?view=it ... &Itemid=54

Best Regards
Leopold Knipp
Senior Support Specialist

funkey
Posts:85
Joined: Mon Dec 27, 2010 1:11 pm

Re: Warnings while server startup

Post by funkey »

Thanks a lot for your answer! Didn't know that there was a help page for every log message.

Am I right that this means, that this code in the installed version of 'config.redu'

Code: Select all

# ==============================================================================
# S7 driver settings
[event]
fwdDpType = "_S7_Conn."

copyDpType = "_S7_Conn.DoGeneralQuery"
copyDpType = "_S7_Conn.SetInvalidBit"
copyDpType = "_S7_Conn.UseTSPP"
copyDpType = "_S7_Conn.DoBrowseSymbols"
copyDpType = "_S7_Conn.ProjectName"
copyDpType = "_S7_Conn.Active"
copyDpType = "_S7_Conn.DevNr"
copyDpType = "_S7_Conn.ReduConn.DevNr"
copyDpType = "_S7_Conn.ReduConn.Active"
copyDpType = "_S7_Conn.ReduCP.DevNr"
copyDpType = "_S7_Conn.ReduCP.Active"
copyDpType = "_S7_Conn.ReduCP.ReduConn.DevNr"
copyDpType = "_S7_Conn.ReduCP.ReduConn.Active"
copyDpType = "_S7_Conn.ReduControl.CP.SpsTag"
copyDpType = "_S7_Conn.ReduControl.CP.CmdMode"
copyDpType = "_S7_Conn.ReduControl.CP.Switch"
copyDpType = "_S7_Conn.ReduControl.Conn.SpsTag"
copyDpType = "_S7_Conn.ReduControl.Conn.CmdMode"
copyDpType = "_S7_Conn.ReduControl.Conn.Switch"
copyDpType = "_S7_Conn.AlarmActive"
copyDpType = "_S7_Conn.S7Stations"
does the same than the copyDP entries for every PLC in the project version of the 'config.redu'?
So I do not need to call copyDp for every PLC and can delete this entries?

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Warnings while server startup

Post by leoknipp »

Hello,

if a copyDpType entry is defined it is valid for all datapoints of the given dp-type.
Additional entries for every datapoint of this dp-type are not necessary.

Best Regards
Leopold Knipp
Senior Support Specialist

4 posts • Page 1 of 1