Getting the Robot to move Flowitems
The Robot object is used in your model in the same way that the Operator object is used.
- Create a model: Source > Conveyor > Processor > Sink connected using the ‘A’ key.
- Open the Conveyor's Properties window. Under the Flow tab check the Use Transport checkbox.
- Position a Robot between the Conveyor and Processor objects as shown using Grid Snap.
- Make an ‘S’ connection between the Conveyor and the Robot.
- Press Reset. Your model should look like the following screenshot.
- Press Run!
The Robot responds to task sequences created by fixed resources much like the Crane object, more specifically the Robot responds to FRLOAD, FRUNLOAD, TRAVELTOLOC and TRAVELRELATIVE task types. The Robot has 4 modes of operation, each mode changes the way the Robot responds to a task and more importantly how long it takes to perform the task.
- Define Move Time - This is the default option. Here you define a move time explicitly with code.
- Use Simple Motion Method - This option allows you to provide a few basic speed inputs that determine the move time.
- Define Motion Paths - The most flexible option, explained below.
- Use Joint Speeds - Here you define a speed for each of the Robot's joints.