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
- 
				ArielRauch
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Logging flow progress
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?
			
			
									
						
										
						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
There is a "Log job info" element that will do just that.
	
Freddy
			
			
									
						
										
						Freddy
- 
				ArielRauch
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Logging flow progress
If I understand this option correctly (and I am not sure about this) I can only use one variable per message.
	
Am I right?
			
			
									
						
										
						Am I right?
Logging flow progress
Ariel,
	
I don't know the exact functionality but maybe something more than the default:
Impressed Switch Logger
	
Best regards,
Thomas
			
			
									
						
										
						I don't know the exact functionality but maybe something more than the default:
Impressed Switch Logger
Best regards,
Thomas
Logging flow progress
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
			
			
									
						
										
						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
- 
				ArielRauch
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Logging flow progress
got it, Freddy - thanks