article

Paul Toone avatar image
0 Likes"
Paul Toone posted Van N commented

Global Modeling Tools   

Global Modeling Tools
flexsim users manual
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Van N avatar image Van N commented ·

This code does not appear to change the stay time of the items in the processor for the global modeling tutorial:

Object object = param(1);

int painttime = 0;

for(int index = 1; index < object.first.subnodes.length; index++) { if(object.first.subnodes[index].type == 1) { painttime += exponential(0.0, 20.0, 0); } else { painttime += exponential(0.0, 14.0, 0); } } return painttime;

0 Likes 0 ·
Van N avatar image Van N commented ·

Nvm, it was the difference in Type and type. You needed a capital on the Type for the code of paint time to work.

0 Likes 0 ·

Article

Contributors

paul.t contributed to this article

Navigation

FlexSim 2016.1