How do I change the item processing time(in pallet) based on labels?
if the material is loaded in the pallet with the label of processing time how do i change the processing time of that pallet based on label on the item?is it possible?
How do I change the item processing time(in pallet) based on labels?
if the material is loaded in the pallet with the label of processing time how do i change the processing time of that pallet based on label on the item?is it possible?
Hello @Gokulakrishnan K2,
You can read a label in the subnodes of the pallet.
In the Process Time of the Processor you can write:
/**Custom Code*/ Object current = ownerobject(c); Object item = param(1); Object Subnode=item.subnodes[1]; double value=Subnode.labels.assert("Process Time").value;
Using this code, you will read a label in the item (subnodes[1]).
I hope I have been helpful.
If you don't use spaces in the name it can be even shorter and:
13 People are following this question.
Is there a problem with processing times generated by, "Based on Patient's Location/Area?"
How do I collect data on processing times?
How do I add multiple operators to a station on a conveyor?
Error in processing based on number of assigned resources
Copy processes and process times from multiprocessor to other multiprocessors?
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved