Difference between revisions of "Control Studio"

From SoftMC-Wiki
Jump to: navigation, search
(SSH Terminal: getting started)
Line 13: Line 13:
 
==tools==
 
==tools==
 
===SSH Terminal===
 
===SSH Terminal===
 +
Description
 +
 +
====Getting started====
 +
{{Note| This manual is under the assumption that the ControlStudio already connected to a robot or a simulator.}} <br>
 +
 +
'''step 1''' - At the menu bar, under the '''Tools''' tab - choose the '''SSH Terminal''' button. <br>
 +
::[[image: SSH_1.png| 800px]] <br>
 +
 +
 +
 +
'''step 2''' - A new window will be opened. In this window you need to confirm the folowing: <br>
 +
:* IP address that belong to your robot/simulator.
 +
:* Your username and password to access your robot/simulator.
 +
::[[image: SSH_2.png |500px]] <br>
 +
 +
 +
 +
'''step 3''' - Back to the menu bar, under the '''view''' tab - choose the '''SSH Terminal''' button. <br>
 +
::[[image: SSH_3.png |800px]] <br>
 +
 +
 +
 +
 +
'''step 4''' - The SSH Terminal interface will be opend, ready for yout commands. <br>
 +
::[[image: SSH_4.png |800px]] <br>
 +
 +
 +
 +
====Example===

Revision as of 10:32, 11 July 2017

Language: [[::Control Studio|English]]  • [[::Control Studio/zh-hans|中文(简体)‎]]

ControlStudio

ControlStudio software is a development tool for motion applications. It contains a programming editor, data recorder, debugger and monitoring tools.

  • ControlStudio is the integrated development environment (IDE) for the softMC.
  • Used to write programs (tasks), debug tasks, record data.
  • Graphical user interface.
  • Provides a command line interface (terminal) to the softMC

ControlStudio gui components.png

tools

SSH Terminal

Description

Getting started

NOTE-Info.svgNOTE
This manual is under the assumption that the ControlStudio already connected to a robot or a simulator.

step 1 - At the menu bar, under the Tools tab - choose the SSH Terminal button.

SSH 1.png


step 2 - A new window will be opened. In this window you need to confirm the folowing:

  • IP address that belong to your robot/simulator.
  • Your username and password to access your robot/simulator.
SSH 2.png


step 3 - Back to the menu bar, under the view tab - choose the SSH Terminal button.

SSH 3.png



step 4 - The SSH Terminal interface will be opend, ready for yout commands.

SSH 4.png


=Example