Hi,
I have a problem with codesys control Win, after a certain time control Win stopped.
01/26/18 15:42:06: -------------------------------------------------------------------------- 01/26/18 15:42:06: CODESYS Control Win V3 Service started 01/26/18 15:42:06: Config file: 01/26/18 15:42:06: C:\ProgramData\CODESYS\CODESYSControlWinV3\D5050FE1\targetvisuextern.Standard.cfg 01/26/18 15:42:08: CODESYS Control Win V3 Service stopped 02/18/18 11:18:56: CODESYS Control Service: Warning: No License found, terminating in approx. 5 minutes. 02/18/18 11:24:25: CODESYS Control Win V3 Service stopped 02/19/18 05:34:36: --------------------------------------------------------------------------
The Power Efficiency Diagnostic is disable. Licenses OK.
Codesys Control Win V3.5.12.0 Windows 7 pro X64
Thank you
Hi, enable the logger:
c:\ProgramData\CODESYS\CODESYSControlWinV3x64\801BFF8C\CODESYSControl.cfg by removing these ';'
[CmpLog] ;Logger.0.Name=PlcLog ;Logger.0.Filter=0xFFFFFFFF ;Logger.0.Enable=1 ;Logger.0.MaxEntries=100000 ;Logger.0.MaxFileSize=500000 ;Logger.0.MaxFiles=3 ;Logger.0.Backend.0.ClassId=0x0000010B ;sends logger messages to SysOut ;Logger.0.Backend.1.ClassId=0x00000104 ;writes logger messages in a file ;Logger.0.Backend.2.ClassId=0x00000135 ;sends logger messages as UDP syslog ;Logger.0.Type=0x314 ;Set the timestamp to RTC ;Logger.1.Name=CommLog ;Logger.1.Enable=1
then check the PlcLog.csv after the stop/crash ...
BR Edwin
Log in to post a comment.
Hi,
I have a problem with codesys control Win, after a certain time control Win stopped.
01/26/18 15:42:06: --------------------------------------------------------------------------
01/26/18 15:42:06: CODESYS Control Win V3 Service started
01/26/18 15:42:06: Config file:
01/26/18 15:42:06: C:\ProgramData\CODESYS\CODESYSControlWinV3\D5050FE1\targetvisuextern.Standard.cfg
01/26/18 15:42:08: CODESYS Control Win V3 Service stopped
02/18/18 11:18:56: CODESYS Control Service: Warning: No License found, terminating in approx. 5 minutes.
02/18/18 11:24:25: CODESYS Control Win V3 Service stopped
02/19/18 05:34:36: --------------------------------------------------------------------------
The Power Efficiency Diagnostic is disable.
Licenses OK.
Codesys Control Win V3.5.12.0
Windows 7 pro X64
Thank you
Hi,
enable the logger:
c:\ProgramData\CODESYS\CODESYSControlWinV3x64\801BFF8C\CODESYSControl.cfg
by removing these ';'
[CmpLog]
;Logger.0.Name=PlcLog
;Logger.0.Filter=0xFFFFFFFF
;Logger.0.Enable=1
;Logger.0.MaxEntries=100000
;Logger.0.MaxFileSize=500000
;Logger.0.MaxFiles=3
;Logger.0.Backend.0.ClassId=0x0000010B ;sends logger messages to SysOut
;Logger.0.Backend.1.ClassId=0x00000104 ;writes logger messages in a file
;Logger.0.Backend.2.ClassId=0x00000135 ;sends logger messages as UDP syslog
;Logger.0.Type=0x314 ;Set the timestamp to RTC
;Logger.1.Name=CommLog
;Logger.1.Enable=1
then check the PlcLog.csv after the stop/crash ...
BR
Edwin