Difference between revisions of "Control Studio/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
Line 14: Line 14:
 
===IP配置器===
 
===IP配置器===
 
====描述====  
 
====描述====  
'''IP配置器 '''工具将帮助您定义新的或未知的softMC IP地址,
+
'''IP配置器 '''工具将帮助您定义新的或未知的softMC IP地址,
 
然后再进行连接。 <br>
 
然后再进行连接。 <br>
  
Line 24: Line 24:
 
* 直流电源 - 适用于softMC。
 
* 直流电源 - 适用于softMC。
  
====入门====  
+
==== 入门 ====  
 
'''Step 1''' - Connect your softMC to the power supply, the network - with the Ethernet cable,  
 
'''Step 1''' - Connect your softMC to the power supply, the network - with the Ethernet cable,  
  

Revision as of 06:28, 20 July 2017

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

ControlStudio

ControlStudio软件是运动应用开发的工具。 它包含编程编辑器,数据记录器,调试器和监视工具。

  • ControlStudio是softMC的集成开发环境(IDE)。
  • 用于编写程序(任务),调试任务,记录数据。
  • 图形用户界面。
  • 向softMC提供命令行界面(终端)

ControlStudio gui components.png

工具

IP配置器

描述

IP配置器 工具将帮助您定义新的或未知的softMC IP地址, 然后再进行连接。

要使用IP配置器,您需要以下内容:

  • 电脑运行ControlStudio。
  • sofMC-3或softMC-7。
  • 以太网电缆连接在您的网络和softMC之间。
  • 串行电缆连接在softMC和计算机之间。
  • 直流电源 - 适用于softMC。

入门

Step 1 - Connect your softMC to the power supply, the network - with the Ethernet cable,

and to the computer - from COM1 (as shown), with the serial cable.

IP 9.png

run ControlStudio and turn on your softMC.


Step 2 - In the ControlStudio, go to controller Monitor menu at the right side of

the screen. There you will see the devices which connect to your network, without any

information about your new unknown softMC or with device that doesn't have IP address:

IP 1.png


Step 3 - According to your network properties - choose an IP address or get one from your

network manager.
You can check the address availability by using windows command tool (CMD), with ping

command as shown here in yellow:

IP 3.png

Additional information about your address will be found in the same window, using the

ipconfig command:

IP 4.png

The information that required to us is the Subnet Mask and the default Geteway:

IP 5.png


Step 4 - In the ControlStudio, at the menu bar - choose Tools

IP Configurator.

IP 2.png


Step 5 - New window will open.

IP 6.png
  • In case you already know the device IP address - choose Yes button. A Connect

Via Network window will pop-up - fill the blank spaces with the correct information and

press the Connect button.

IP 7.png

You will find your sofMC, with the known IP address, at the controller Monitor menu ready

to connect.

  • In case you don't know softMC IP address - choose No button. A Connect Via

COM window will pop-up. In this window you will be asked about the connection between the

softMC and your PC - the COM1 port. If you don't sure how to locate it - press Where is my

COM port? link or go back to Step 1 for the picture. If the softMC connected properly -

choose the Connect button.

IP 8.png


Step 6 - New window will open - Select COM Device. In this window you'll have to

choose the serial port in your PC that attached to the softMC

IP 10.png

After the right port as been selected - press the Connect button.


step 7 - The Set IP window will open.

IP 11.png


  • In case you know that your softMC has modified and already have an IP address - you can

choose Obtain an IP address automatically option to use the former address, and press the

Apply button. The details of the IP address will show up when you press the Show

Config button.

IP 12.png

Now you can find and connect to the softMC with the same IP address in the controller

Monitor menu at the right, and close the IP Configurator.

IP 13.png
  • In case you don't know any former information about the IP address, you should choose

Static IP address option, and fill the blank spaces with the information you gain at

Step 3 - the IP address you choose, subnet mask and default geteway - now

choose Apply button.

IP 14.png


You can find and connect to the softMC with the new IP address in the controller Monitor

on the right, and close the IP Configurator.

IP 16.png


NOTE-Info.svgNOTE
After setting the new data about the IP address, the IP Configurator will ask you to

reboot the softMC - approve that to ratify the new setting


IP 15.png

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

In this example we use the ls command - that provide list of files in the current working

directory.

NOTE-Info.svgNOTE
The SSH Terminal operated by Linux commands.


Step 1 - In the SSH terminal window add the command you want to activated, and press the

enter button.

SSH 5.png


Step 2 - In the same window, you will get the information you asked for.

SSH 6.png