Skip to content

Suggested Changes to the Tutorial Section of Alab Management #93

@angelasun-20

Description

@angelasun-20

Here is a summary of some suggested changes to the tutorial so that future users will better understand how to define a device and set up alabos:

  • The terminal that is used when running commands should be inside the Python virtual environment, not the one on your laptop
  • Use the pip install e- . command in the alabos folder after installing alab_control
  • Run the commands SIM_MODE_FLAG=TRUE, alabos setup and alabos launch before running the box_furnace.py file
  • In the box_furnace.py file, here is some code that could be run as an example to test its error handling:
    furnace = BoxFurnace(com_port_id="COM3", name="box_1")
    add_device(furnace)
    furnace.connect()
    furnace.run_program([[25, 50, 2]])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions