Closed klauer closed 2 years ago
https://github.com/pcdshub/lcls-twincat-general/blob/9f268ccfe29bbb430dea85df80ba7dbe6416da00/LCLSGeneral/LCLSGeneral/POUs/Logger/FB_LogHandler.TcPOU#L112
If the first "get IP address" check fails, logging will be disabled entirely because fbGetAdapterIP never updates arrAdapters again.
fbGetAdapterIP
arrAdapters
Fixed on plc-kfe-gatt by manually toggling bExecute.
plc-kfe-gatt
bExecute
https://github.com/pcdshub/lcls-twincat-general/blob/9f268ccfe29bbb430dea85df80ba7dbe6416da00/LCLSGeneral/LCLSGeneral/POUs/Logger/FB_LogHandler.TcPOU#L112
If the first "get IP address" check fails, logging will be disabled entirely because
fbGetAdapterIP
never updatesarrAdapters
again.Fixed on
plc-kfe-gatt
by manually togglingbExecute
.