Hello,
When I use the command "conveyorinfo" with "CONV_INFO_ESTIMATE_CONVEY_TIME", it seems that the parameter "distAfterSource" has not any influence. It should not be the case, right? Or I do not understand this parameter...
For example:
treenode DP1 = node("DP1", model()); treenode DP2= node("DP2", model()); double distAfterSource = 4.5; return conveyorinfo(DP1, CONV_INFO_ESTIMATE_CONVEY_TIME, distAfterSource, DP2);
20161010-q-conveyorinfo-estimate-convey-time.fsm
Thanks for your help!
David