Skip to content

Workcenter Entrance Exit

Alexandre Blanchet edited this page Jan 9, 2015 · 2 revisions
Mask Functional Config DEMO
pointing <entry disable="(persoout,!=,null)" material="ScannerDC" background="1" priority="10"> <persoout> <instruction></instruction> </persoout> <ack/> <store model="groups" supercontext="_groups" type="erase" /> </entry> <out disable="(persoout,=,null)" material="ScannerDC" background="1" priority="5"> <persoin> <instruction></instruction> </persoin> <clean supercontext="_groups"/> <ack/> </out> Here
decoupe <entry disable="(persoout,!=,null)" > <persoout supercontext="persoout"> <instruction>Sélectionnez la personne concernée</instruction> </persoout> <store model="groups" supercontext="_groups" type="erase"/> <ack/> </entry> <out disable="(persoout,=,null)"> <ack/> <clean supercontext="_groups"/> <clean supercontext="persoout"/> </out>
production <workcenter_entrance> <workout> <instruction>Select the employee</instruction> </workout> <job> <instruction>Select the workcenter</instruction> </job> <ack/> </workcenter_entrance> <workcenter_exit> <workin> <instruction>Select the job</instruction> </workin> <job> <instruction>Select the workcenter</instruction> </job> <ack/> </workcenter_exit>