I want to create a program for 3 different pallettizing operations.
Should I use Multi Tasking for this or I can use a single task?
Each pallettizing has its own independent operation.
Please kindly guide me.
I want to create a program for 3 different pallettizing operations.
Should I use Multi Tasking for this or I can use a single task?
Each pallettizing has its own independent operation.
Please kindly guide me.
Hi Lin.
Can’t see why you want to use multitask for this. It must bee simple to make a small menu page with 3 option off witch pallaetizing operation you want too use.
Best Regards KLaus
Yes, three procedures called from a main should be sufficient.
Called from I/O embedded in prog or TP menus.