CMS/DMI

From CIRPwiki
Jump to navigation Jump to search

Some steps involved with building a DMI with SMS.

  • Install SMS (standard or dev build).
  • [python dir]>python -m pip list
    • Look through the list to see if there are options to remove
    • To remove, type [python dir]> python -m pip uninstall <<component to remove>>
    • Do it again.
  • Set up the development environment for the task you want to work on.
    • [python dir]> python <<directory path to component "setup.py" file>> develop


Once you are working on the Gui pages, you need to generate the Python file for that Gui.

  • [python SCRIPTS dir]> pyside2-uic.exe <<name of gui .ui file>> > <<name of gui _ui.py file>>