jku-isse / factory-in-a-box

Code and Models for developing Factory in a Box LIT Artifact Call
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Write Plotter and TurnTable tests #39

Closed mrkrizic closed 4 years ago

mrkrizic commented 4 years ago

Test the Plotter and the Conveyor using an Input/Output station. Here the IO Station is the same Machine and should "auto load" the pallet on the TurnTable which in turn gives it to the Plotter to draw one step. When finished, the TurnTable should bring the Pallet to the IO Station. From here continue with the next plotting step until all lines for the box are drawn. If all steps completed successfully, the test should pass.

Before this test is written, there should be individual tests for each machine as well.

mrkrizic commented 4 years ago

Many tests for individual machines are already there, therefore adapt them to work with my local network.