Is there a way to detect when this event happens from a gateway script?
INFO | jvm 1 | 2013/02/07 10:49:00 | INFO [ProductionModelRunner ] [10:49:00,441]: [OEEDemo] Production Model Runner starting.
Is there a way to detect when this event happens from a gateway script?
INFO | jvm 1 | 2013/02/07 10:49:00 | INFO [ProductionModelRunner ] [10:49:00,441]: [OEEDemo] Production Model Runner starting.
Hi,
You cannot detect the event but you can check if the Production Model is running by using the following script:
From the client:
system.production.utils.isProductionModelRunning()
From the gateway:
system.production.isProductionModelRunning()
Regards,
Pete Low