Version 7.24 - Released 8th July 2019

What’s new

  • Conveyor Controller: Simulation script Documentation has been added and new functions have been added. See documentation for more details. [JIRA Sym3-313] [ref 9883]
var ccObj = GetComponentByNameAndType("ConveyorController1", "Conveyor Controller");

ccObj.SetControlZoneAccumulate(0, true);
ccObj.SetControlZoneRunning(0, true);
ccObj.SetControlZoneReversed(0, true);
ccObj.SetControlZoneSpeedPercent(0, 90);
ccObj.SetControlZoneAcceleration(0, true);
ccObj.SetControlZoneDeceleration(0, true);

Bugs fixed

  • Sym3 was freezing using the ShoeSorter. It was a regression. The Property Editor (user interface) was freezing because it received too many updates. [JIRA Sym3-312] [ref 15305]

  • Blockage issue when conveyor is in ‘Reverse’ mode. This case was actually not supported. Some modifications have been applied and we may have few situation where it is not supported yet. [JIRA Sym3-303] [ref 15304]

  • Wrong PE was blocked (Very specific case in the customer project).[JIRA Sym3-305] [ref 15151]

  • Conveyor: StartStopRequest issue when speed is 0.[JIRA Sym3-304] [ref 15983]

  • PE block issue.[JIRA Sym3-232] [ref 15553]