Page 1 of 1
Logging flow progress
Posted: Mon Sep 29, 2014 12:53 pm
by ArielRauch
Hi,
I would like to know if there is any shortcut (not writing a script and put it almost everywhere) for creating logging messages for every jobstate that has a value?
That means, that every time a job passes a "station" where a jobstate is defined it is automatically logged.
Thanks
Ariel
Logging flow progress
Posted: Wed Oct 01, 2014 1:56 pm
by ArielRauch
Only to make the question a bit clearer:
I want to document the way a job makes during the flows for later statistical analysis. Of course I would like to see those "stations" also in the switch log.
Anyone?
Logging flow progress
Posted: Wed Oct 01, 2014 1:58 pm
by freddyp
There is a "Log job info" element that will do just that.
Freddy
Logging flow progress
Posted: Wed Oct 01, 2014 2:12 pm
by ArielRauch
If I understand this option correctly (and I am not sure about this) I can only use one variable per message.
Am I right?
Logging flow progress
Posted: Thu Oct 02, 2014 11:35 am
by compendio
Ariel,
I don't know the exact functionality but maybe something more than the default:
Impressed Switch Logger
Best regards,
Thomas
Logging flow progress
Posted: Thu Oct 02, 2014 11:39 am
by freddyp
ArielRauch wrote: If I understand this option correctly (and I am not sure about this) I can only use one variable per message.
Am I right?
You can only log one message at the time, but you can use several variables in that message and you put a special separator in between, so you can easily decompose the message afterwards.
Freddy
Logging flow progress
Posted: Thu Oct 02, 2014 12:10 pm
by ArielRauch
got it, Freddy - thanks