RTSystemEditor-1.1.0

What is RTSystemEditor

Robot Technology Component (hereinafter referred to as RTC) specifications that enhance the efficiency of robot development are currently being formulated at OMG. As a common platform that implements and applies this RTC specification, National Institute of Advanced Industrial Science and Technology, Intelligent Systems Research Division, Task Intelligence Research Group provides OpenRTM-aist. RTSystemEditor is one of the development tools included in this OpenRTM-aist, and has the function of graphically operating RTC in real time. In addition, it is created as a plug-in of the Eclipse integrated development environment, and it can operate seamlessly with existing plugins on Eclipse.

Overview/Flow of system construction

(G)OpenRTM-aist RT System Editor Overview

At present OMG, specifications of Robot Technology Component (hereinafter referred to as RTC) which enhances the efficiency of robot development are being carried out. As a common platform implementing and applying this RTC specification, National Institute of Advanced Industrial Science and Technology, Research Center for Intelligent Systems, Integrated Intelligence Research Group OpenRTM-aist is offered .
RTSystemEditor is one of the development tools included in this OpenRTM-aist, and has the function of graphically operating RTC in real time. Also, as its name suggests, it is created as a plug-in for the Eclipse integrated development environment, and you can operate seamlessly with existing plugins on Eclipse.

(G)Object

This document is intended for those who already have basic knowledge about RTC. For the contents of RTC, please refer to the document of OMG and here.

(G)Screenshots

Here is an example screen of OpenRTM-aist RT System Editor (RTSystemEditor).

fig1InitialOfEclipseStart_1.png
Screenshot of RTSystemEditor


(G)Functional overview

RTSystemEditor has the function of graphically operating RTC in real time. The list of functions provided is as follows.

Function overview

No. Function name Function overview
1 component configuration display / edit function Display and edit the configuration profile information of the selected component in the configuration view.
2 Component action change function Change the behavior of the selected component.
3 RT System Assembly Function Assemble the system on the system editor.
4 Save/open system function Save the contents of the system editor as an RTS profile. Open the RTS profile in the system editor. Do not change system connection and configuration)
5 System Restore Function Open the RTS profile in the system editor and restore the system based on the contents of the profile. (Restructure the system's port connection and configuration with the contents of the profile)

(G)Operating environment

The environment necessary for the operation of RTSystemEditor is as follows.

Operating environment

Environment Remarks
1 Java Development Kit 6 Note: It will not work with Java 1.5 (5.0).
2 Eclipse 3.4 and up Eclipse body
3 Eclipse EMF 2.4 or higher (including SDO, XSD) Eclipse plugin on which RTSystemEditor depends
※ will be used Please use one suitable for the version of Eclipse.
4 Eclipse GEF 3.4 or higher Eclipse plug-ins on which RTSystemEditor depends
*Please refer to the version appropriate for Eclipse version Please use it.
5 RT Name Service View Development tools included in OpenRTM-aist on which RTSystemEditor depends
6 RT Repository View Development tools included in OpenRTM-aist on which RTSystemEditor depends

(G)Restriction

RTSystemEditor was developed for OpenRTM-aist. Operation on other RTC platforms is not assumed.

Installation and start-up

This section explains installation and startup of RTSystemEditor.

(G)Installing RTSystemEditor

Since RTSystemEditor is an Eclipse plugin, you need to install Eclipse itself and other dependent Eclipse plugins first. For installation, please refer to OpenRTM Eclipse tools installation.

(G)Activating RTSystemEditor

After installing Eclipse for the first time, the following page will be displayed.
Click "x" at the top left of the screen and close the "Welcome" screen.

fig2InitialOfEclipseStart_1.png
Eclipse 's initial startup screen


On the following screen, click on the "Open Perspective" button in the upper right corner and select "Other ..." from the pull down.

fig3PerspectiveSwitch.png
Switching perspective


Select [RT System Editor] and click the [OK] button.

fig4PerspectiveSelection.png
Select Perspective


RT System Editor starts up.

fig5InitialOfRTSystemEditorStarts.png
RT System Editor initial startup screen


View (Overview)

RTSystemEditor uses the following view.

fig6RTSystemEditorView_all.png
fig6RTSystemEditorView_part.png
RTSystemEditor view


View List

view name description
1 Name Service View Displays the name service contents registered RTC in tree.
2 Configuration view Display/edit the configuration information of the selected RTC.
3 Manager Control View Controls the selected manager.
4 Composite component view Display/set the port public information of the selected composite RTC.
5 Execution Context View Displays a list of execution contexts (EC) to which the selected RTC belongs, executes actions of RTC, EC, and attaches/detaches RTC to EC.
6 Log View Log Message Displays the log message notified by the observer.
7 Property View Displays the profile information of the selected RTC.
8 System Editor Display RTC graphically and create RT system.
9 offline system editor graphically displays the content of the RT repository and local RT component specification file and creates an RT system.

In the subsequent sections, we will explain each view individually.

View (Name Service View)

This section explains the name service view.
In OpenRTM-aist, a name service is used to manage and publish RTC, and in the name service view, this content can be displayed/edited.

(G)Functional overview

The name service view has the function of graphically manipulating RTC in real time. The list of functions provided is as follows.

Function overview

No. Function name Function overview
1 name server connection/editing function Connect to name server and display registered components in tree view in name service view.
2 Component profile display function Display the profile information of the selected component in the property view.

(G)Invoking the name service view

figNS3InitialOfNameServiceViewStart.png
Show view


Choose Window> Show View> Name Service View from the menu to display the name service view.

figNS4InitialOfNameServiceViewStart.png
Initial startup screen of name service view


Likewise you will also see the "Properties" view provided by Eclipse as standard.

(G)How to connect to a name server

To connect to a name server, click the button at the top of the name service view, or select [Add Name Service] from the context menu.

figNS7ConnectNameService.png
Connect to name server


In the name server connection dialog, enter the IP address and port number. (When port number is omitted, the port number set on the setting screen is used.The default port number is 2809 port)

figNS8NameServiceDialog.png
Name server connection dialog


* When connecting to Eclipse (re), it will automatically connect to the last connected address. If it does not exist, it tries to connect to port 2809 of the local host.

(G)To delete a name server from the screen

To delete a connected name server from the screen, right-click the name server and select [Delete from View].

figNS9DeletefromView.png
Delete name server from screen


(G)Display the contents of the name server

If components are registered in the name server you connected, the contents of registration are displayed in tree form as shown below.

figNS10View.png

Name service view


The meaning of each icon is as follows.

List of name server icons

Icon Type (KIND) Name
1
IconHostCxt.png
host_cxt host context
2
IconMgrCxt.png
mgr_cxt Manager context
3
IconCateCxt.png
cate_cxt Category Context
4
IconModCxt.png
mod_cxt Module context
5
IconElse.png
Other than the above Folder (context other than the above)
6
IconRTC.png
None RTC
7
IconMgr.png
None Manager
8
IconObj.png
None Object (other than RTC)
9
IconZombi.png
None Zombie object that is entered in a name server but can not access entity objects

The name service view always monitors each name server at the connection destination and synchronizes and updates the display. (The monitoring period can be changed with [[Connection period:]] on the setting screen). Also, you can perform a refresh if you explicitly reacquire the contents of the name server. To do a refresh, click the Refresh button at the top of the name service view or select Refresh from the context menu.

figNS11Refresh.png
Refresh


(G)Change the display range of the name service view

In the name service view, there is a function to move the position of the display route in order to prevent the range of operation becoming complicated by increasing the number of RTCs. & br; To move the display route, select the destination to move and click the [Go Into] button at the top of the name service view, or select [Go Into] from the context menu.

figNS12ChangeView.png
Change display route


figNS13ChangeView.png
Change display route example


After moving, you can go up one level with [Go Back]. Also go back to the highest hierarchy in [Go Home].

(G)Filter the display contents of the name service view

In the name service view, there is a function to filter (to limit the type of entries to be displayed) as another method to prevent the operation range from becoming complicated by increasing the number of RTCs. & br; To do this, click the Name Serviceview Filter button at the top of the Name Service view.

figNS14NameServiceFilter.png
Filter indication


In the "Name Service Filters" dialog, select the type of entry to be hidden from the "Select elements to exclude from the view" column.

figNS15FilterDialog.png
Name service filter dialog


Checking the elements you want to exclude from the name service view display will disappear from the name service view.
When "Naming object name" is enabled, those matching the object name condition will be hidden.
You can select forward match and partial match for the condition of the object name.

figNS16Filtering.png
Filter by object name


(G)Remove entry from name service

In the name service view, you can delete the entry of the name service's naming object. To delete a naming object, click the [Delete From Name Service] button on the context menu.

figNS17DeleteFromNameService.png
Remove from name service


(G)Register object to name service

In the name service view, you can register entries for objects in the name service.
To register an object, select Add Object from the context menu and context menu of the object you want to add an object to underneath.

figNS18AddObject.png
Add an object


figNS19AddObjectDialog.png
Add object dialog


In the "Add Object" dialog, specify the name (Name), type (Kind), and IOR of the object.

(G)Register context to name service

In the name service view, you can register a context entry in the name service.
To register a context, select [Add Context] from the context menu of the context you want to add a context to underneath.

figNS20AddContext.png
Add context


figNS21AddContextDialog.png
Add context dialog


In the "Add Context" dialog, specify the name (Name) and type (Kind) of the context.
For the type (Kind), select one of the following values.

List of context types (kind)

Type (Kind) Name
1 host_cxt host context
2 mgr_cxt Manager context
3 cate_cxt category context
4 mod_cxt Module context
5 Enter other than above Folder (context other than the above)

(G)Delete zombie object

The name service view has a function to delete zombie objects in batch. To delete all zombie objects, click the [Kill All Zombies] button at the top of the name service view.

figNS22KillAllZonbies.png
Clear a zombie


View (Repository View)

This section explains the repository view.
RTC-RepositoryView has a function to read the RT component specification description file and display it in tree view.

figREP2_1RepositoryView.png
RTC-RepositoryView


(G)Loading files

This section explains how to specify RTC-RepositoryView by specifying the RT component specification description file.
Right click in RTC-RepositoryView and select [Load File] from the displayed context menu, a file selection dialog is displayed. Here, select the RT component specification description file to be read into RTC-RepositoryView.
This dialog will be filtered to display only xml files.

figREP2_2LoadFile.png
Load file


When reading the locally existing RT component specification description file, the highest layer displays the absolute path of the read RT component specification description file. The second hierarchy displays the value of the category attribute defined in the RT component specification description file. The third layer displays the value described in the name attribute in the RT component specification description file and the RT component specification description file name.

(G)Loading directories

This section explains how to read and display all the files in the directory by specifying the directory where the RT component specification description file exists.
Right click on RTC-RepositoryView and select [Load Dir] from the displayed context menu, the directory selection dialog will be displayed. Select the directory to load into RTC-RepositoryView. Read RT component specification description file existing under the directory.

figREP2_3LoadDir.png
Load Directory


The display method is the same as loading a file.
If you add a new RT component specification description file to the already expanded directory and reload it, only the added RT component specification description file will be loaded.

(G)Delete

Components of RTC-RepositoryView can be deleted by right-clicking on RTC-RepositoryView and selecting [Delete] from the context menu.
You can select [Delete] only when you select either path, category, or component.

figREP2_4Delete.png
Delete component


Deleting the path that is the highest hierarchy deletes the lower category and components at the same time. Also delete the component of the third hierarchy and if there are no other components recursively deleted to the highest level.

View (Configuration View)

This section explains the configuration view.

fig7WindowOfConfigurationView.png
Configuration view position


In the configuration view, you can display/edit the configuration of the selected RTC. A list of CofigurationSets is displayed on the left side, and the properties in the ConfigurationSet are displayed on the right side.

fig8ConfigurationView.png
Configuration view


Screen configuration of configuration view

No. Description
Name of the selected component.
Selected ConfigurationSet name.
Active ConfigurationSet. Also, you can change the active ConfigurationSet.
List of ConfigurationSet.
Name of the property of the ConfigurationSet selected on the left.
The property value of the ConfigurationSet selected on the left.
Button to add/delete ConfigurationSet.
Button to add/delete properties.
button to open the edit value setting dialog and apply/cancel the change contents.

The information being edited in the configuration view is not applied until the [Apply] button in ⑨ is clicked. In addition, the information being modified (not applied) is displayed in red.

fig9ChangeConfigurationView.png
Configuration view being modified


To edit the setting value of the configuration Click the [Edit Value] button of ⑨ to open the dialog for editing and edit.

fig10ConfigurationViewDialog.png
Configuration edit dialog


If there are multiple ConfigurationSets, you can switch the editing targets with the tab (⑩) at the top of the dialog.
For each configuration parameter, you can specify widget for editing, and if the widget type is defined in ConfigurationSet, you can edit the parameter with the specified widget (⑪). The widget type includes a slider, a spinner, a radio button, a check box, and an ordered list, and if there is no specification of widget type, a text box is used by default.
In addition, constraint conditions can be specified for each parameter, and when the widget type is a slider or spin, it is necessary to specify the constraint condition. If the corresponding widget type is defined and the constraint condition is not specified, it becomes the default text box.

widget type list

widget type image description
Slider
IconSlider.png
Select the minimum value and maximum value range specified by the constraint with the slider. You can also enter text boxes.
Spina
IconSpinner.PNG
Select the minimum and maximum range specified by the constraint with the spinner. The decimal precision conforms to the description of the minimum and maximum values ​​of the constraint. However, negative numbers can not be specified.
Example) When the maximum value is "10.00", decimal 2 digits
Radio button
IconRadioButton.png
Select a value with the radio button.
Checkbox
IconCheckbox.png
Select a value with the checkbox. Multiple values ​​can be selected and they are set with comma separators.
Ordered list
IconOrderedList.png
Select a value from the left selection list. Multiple values ​​can be selected, the order is retained, and duplication is allowed. Like the check box, the selected value is set as a comma-separated value.
Text boxes
IconTextBox.png
Set with normal text input.

When constraint conditions are specified for each parameter, the constraint condition is checked against the input value, and if the condition is not satisfied, the form is indicated in red. In addition, a constraint condition check is performed for all parameters of the ConfigurationSet that was changed when editing is confirmed with the [OK] button, and if there are parameters that do not satisfy the constraint condition, an error dialog is displayed.

fig11ConfigurationError.png
Display constraint check error


While checking the [Apply] check box (⑫) in the configuration edit dialog, the setting value change is reflected in RTC in real time.

The information displayed in the configuration view is cached for the latest information when RTC is selected (in preparation for configuration editing). Therefore, if you continue to select the same RTC forever, information difference with the system will occur. Please be aware that RT System Editor completely overwrites the information being edited as positive without being aware of this difference when editing is applied.
Also, on the RTC specifications, any object can be registered in the Value of the property, but only the character string can be registered/edited from RT System Editor.

View (Manager Control View)

We will explain the manager control view here.

fig12ManagerControlView.png
Location of manager control view


When you select a manager in the name service view, the manager control view becomes active and you can control the selected manager.

fig13ManagerControlView.png
Manager Control View


Screen structure of manager control view

No. Description
loadable module list display button.
Loaded module list display button.
Component list display button.
Component generation button.
Opens the component creation dialog and creates a new component. The generated component is displayed in the component list display of ③.
Manager replication button. Start a new manager. * It is currently unavailable due to specification unspecified
Manager end button. Exit the selected manager. * It is currently unavailable due to specification unspecified
Table that displays a list of modules and components.
Specify the URL when loading modules with URL specification.
Load/unload button on module.
Load or unload the selected module or the module specified by the URL in the table of ⑦.

To load the module into the manager Click the Loadable Modules button and select the loadable module displayed to activate the Load button and click to load the module.
You can also add a module by specifying a URL by entering the module URL in the "URL:" text box and clicking the[Load] button.

fig14LoadModule.png
Load module


To unload a module Click the [Loaded Modules] button and select the displayed loaded module, the [Unload] button becomes effective, and clicking will unload the module.

fig15UnLoadModule.png
Unload module


To create a new component, click the [Create] button, open the component generation dialog, select the type of component to generate, click [OK] to generate the component. & br; The generated component is registered in the name service by the manager, and it is displayed in the component list displayed by the [Active Components] button.

fig16ComponentDialog.png
Component generation dialog


The type of the component is selected from the components defined in the module loaded in the manager.
Component generation parameters can be specified for Parameter, and it is described in the form of "param1=value1&param2=value2". The following common parameters can be set for all components.

Common parameters for component generation

Parameter name Description
instance_name The instance name of the component.
If not specified, assign a serial number to the component type (type_name)
type_name component type
description Component description
version component version
vendor Component provider
category component category

You can also specify the value of ConfigurationSet in the component generation parameter.
Parameters of ConfigurationSet are in the format of "conf.NNNN.PPPP=VVVV". For NNNN, specify ConfigurationSet name, PPPP for parameter name, and VVVV for set value. & br; As an example, if you create a ConsoleIn component, create a ConfigurationSet named mode1, and specify input_mode, input_cycle parameters like this:

fig17ConfigurationSet.png
Specify ConfigurationSet parameter when component is generated


In addition, you can specify arbitrary parameters depending on the component.

View (Composite Component View)

This section describes the composite component view.

fig18CompositeComponentView.png
position of composite component view


In the composite component view, the port public information of the selected composite RTC is displayed, and you can set the port public/private.

fig19CompositeComponentView.png
composite component view


Screen composition of composite component view

No. Description
Instance name of compound RTC.
Type name of compound RTC.
State of port public / private.
Instance name of the child RTC contained in the compound RTC.
Port name of the child RTC included in the composite RTC.
Reflects the change of port public/private.
Cancel changes made to the port public/private.

The information being edited in the composite component view is not applied until the [Apply] button in ⑥ is clicked. In addition, information being corrected (not applied) is displayed in light red. Also, the port selected on the system editor is displayed in light yellow.

fig20CompsiteComponentView.png
Port public/private editing


fig21CompsiteComponentView.png
Port currently selected on system editor


If the port of a composite component is connected to a port of another component, the corresponding port is grayed out in the composite component view and it is not editable.

fig22CompsiteComponentView.png
When connected to another port


View (Execution Context View)

This section explains the execution context view.

fig23ECView.png
position of execution context view


In the Execution Context view, you can display a list of execution contexts (EC) to which the selected RTC belongs, start/end EC, execute action of RTC, attach/detach RTC to EC. You can also set the EC execution period.

fig24ECView.png
Execution context view


Screen configuration of execution context view

No. Description
RTC instance name.
Display a list of ECs to which the RTC belongs.
EC owned by RTC is "owned*", EC with participation only is displayed as "participate*".
Execution rate of selected EC in ②

Display the properties of the selected EC as a list of Name and Value.
id: ID of EC. When online, context_handle is displayed as ID.
kind: EC type (PERIODIC/EVENT_DRIVEN/OTHER)
state: State of EC (RUNNING/STOPPING)
component_state: State of selected RTC on EC (ACTIVE/INACTIVE/ERROR)
owner: Instance name of this EC owner RTC
participants: Number of RTCs participating in this EC
In addition, any property set in EC is displayed.
Reflect the input execution rate to EC.
Start selected EC. (Not available offline)
Stop the selected EC. (Not available offline)
Activate the state on the selected EC of the selected RTC. (Not available offline)
Deactivate the state of the selected RTC on the selected EC. (Not available offline)
Resets the state of the selected RTC on the currently selected EC. (Not available offline)
Detach the selected RTC from the selected EC. & br; However, detach is impossible when RTC itself is the owner of EC.
Open the RTC selection dialog on the system editor and attach the selected RTC to the EC.

The editing value of the execution rate is not applied until the [Apply] button of ⑥ is clicked. In addition, information being corrected (not applied) is displayed in light red. If the input value is incorrect, it will be displayed in red.

fig25EditRate.png
Editing execution rate


fig26EditRateError.png
When execution rate setting value is invalid


In the case of online editor, you can change the operation of EC and the state of RTC on that EC.
When you click the [Start] button, EC is started, the state of the property becomes "RUNNING", clicking the [Stop] button stops EC, and the state becomes "STOPPING".
To change the state of the RTC on the EC click the [Activate], [Deactivate] button. When activated, the component_state of the property becomes "ACTIVE", and when deactivated, the component_state becomes "INACTIVE".
If RTC enters the "ERROR" state for some reason, click the [Reset] button to restore it.

fig27ActionAndStatus.png
EC operation and RTC state change


RTC can attach to multiple ECs.
Select the EC to which you want to add the RTC and click the [Attach] button to open the RTC selection dialog. In the selection dialog, a list of RTCs on the system editor is displayed.

fig28SelectDialog.png
RTC selection dialog


After selecting RTC and clicking [OK], RTC is added to the EC, and a new EC is added to the participate EC list of the added RTC.

fig29AttachContext.png
Attach RTC to EC


To cancel EC attachment, select EC of participate and click the [Detach] button.

fig30DetachContext.png
detach RTC from EC


View (Log View)

We will explain the log view here.

fig31LogView.png
Log view position


The log view displays the RTC list for log collection target on the selected diagram and displays the log message notified from RTC.
You can select the RTC you want to display, and you can also filter the display according to the log level.

fig32LogView.png
Log View


Screen configuration of log view

No. Description
Display a list of RTCs in the selected diagram, which is the target of log collection.
The log of the RTC with the check here is displayed.
Specify the log level threshold to be displayed.
Display log messages above the specified level.
Display log messages.
Filter the display by selection of RTC and log level designation.
The display items are as follows.
Time stamp
Log level (SILENT/ERROR/WARN/INFO/DEBUG/TRACE/VERBOSE/PARANOID)
RTC instance name
Log notification target
Log message

When you select a diagram, a list of RTCs for log collection on the diagram is displayed in ①. The log is notified from the RTC by the log notification observer function, and the one registered as the observer becomes the log collection target.
When you select (check) the RTC whose log you want to display from the list, a message is displayed in the log display table of ③.
Log messages can also be filtered by log level. If you select the threshold level in the combo box in ②, only the logs above the selected level will be displayed. For example, if you select "INFO" in the combo box, only "ERROR" "WARN" "INFO" messages are displayed.

fig33LogFiltering.png
Filter log display


View (Property View)

We will explain the property view here.

fig34propertyView.png
Property view position


In the Properties view, RTC and connector profile information selected in System Dialog is displayed in real time. (Even if RTC is selected, it will be reflected immediately if a change is detected)

For RTC For composite RTC For manager
fig353TypePropertyView1.png
fig353TypePropertyView2.png
fig353TypePropertyView3.png

Property view


The meanings of the displayed icons are as follows.

Property icon list

No. Icon Name Display Contents
1
IconRTC2.png
RTC InstanceName, TypeName, Description, Vender, Category, State(It is displayed based on the LifeCycleState of the first ExecutionContext)
2
IconExecContext.png
ExecutionContext State, Kind, Rate
3
IconServicePort.png
ServicePort Name, Property information list
4
IconOutPort.png
Outport Name, Property information list
5
IconInPort.png
Inport Name, Property information list
6
IconPIP.png
PortInterfaceProfile InterfaceName, TypeName, PortInterfacePolarity
7
IconMgr.png
manager Components (List of generated component names)
Loadable Modules (list of loadable module names)
Loaded Modules (List of loaded module names)
In the specification of RTC, LifeCycleState of RTC exists for each ExecutionContext. Therefore, there are multiple states, but in RT System Editor, only the 1st ExecutionContext is used to display the STATE.

System Editor (Basic Operation)

This section provides an overview and basic operation of the system editor.

(G)Overview

In the system editor, the RTC status is displayed in real time. You can also perform system construction and operation verification by changing the connection between ports or changing the state of RTC.

fig36SystemEditer.png
fig37SystemEditer.png
position of system editor system editor

(G)basic operation

I will explain how to connect between RTC ports and how to execute RTC.

(G)Open system editor

To open a new system editor, click the [Open New System Editor] button on the toolbar or select [File] > [Open New System Editor] from the menu bar.

fig38OpenNewSystemEditorFromToolbar.png
Open New System Editor from 'Toolbar


fig39FileOpenNewEditor.png
Open New System Editor from File menu


(G)Placing the RTC in the system editor

To place the RTC in the system editor, drag and drop RTC from the name service view.

fig40EditorComponentDnD.png
Place RTC in system editor


Hold down the [Ctrl] key and click on the name service and select multiple RTCs, you can put them all together on the system editor.

fig41EditorComponentMultiDnD.png
Place multiple RTCs together in the system editor


Note that it is not possible to duplicate the parent RTC or child RTC of an RTC already placed in the system editor or composite RTC. Duplicate RTCs are passed through in multiple RTC deployments and error dialogs are displayed in standalone RTC placement.

fig42DeployComponentError.png
duplicate error dialog of RTC placement


(G)Change the state of RTC

This section explains how to change the state of RTC.
In the system diagram, you can select RTC and execute "Activate", "Deactivate", "Reset", "Finalize", "Exit", "Start", "Stop". You can also execute it in the name service view in the same way.

fig51RTCStatusChangeNS.png
fig51RTCStatusChangeEditor.png

Change the RTC state from the name service view (left) and the system editor (right)


The meaning of these actions is as follows. Please note the execution destination.

Action to change state of RTC

No. Action name Destination Meaning
1 Activate Execute on the selected RTC and its first ExecutionContext Request Activate
2 Deactivate Request Deactivate
3 Reset Request Reset
4 Exit Execute on selected RTC Request Exit
5 Start Execute for the first ExecutionContext of the selected RTC Request Start
6 Stop Request Activate

If the action execution confirmation is enabled in the online editor item "setting screen", a confirmation dialog will be displayed before the action is executed.

fig52RTCStatusChangeConfirm.png
Action confirmation dialog of action


By default, we do not do pre-confirmation.
Activate, Deactivate, shortcut keys are assigned. The default setting is as follows.
· Activate → Ctrl + Alt + A
· Deactivate → Ctrl + Alt + D
To change the key binding, you can set it with "General" → "key" in Eclipse standard setting menu.
In addition, as a function to operate the system easily, it is possible to request Activate, Deactivate, Start, Stop, and change to all RTCs included in the system editor from the tool bar and the context menu.

fig53AllExec.png
All execution (All Toolbar from the left All Activate, All Deactivate, All Start, All Stop)


All type actions are also performed for ExecutionContexts other than the first one. Please be aware that the result differs from when Activate or Start is performed one by one to the RTC in the screen.

(G)Connect between ports

In the system editor, you can connect between RTC ports.
To connect between ports, drag and drop ports and ports.

fig54ConnectPort.png
Port to Port Connection


After completing the drag and drop, a dialog prompting you to enter necessary information for the connection is displayed.

fig55ConnectorProfileDialog.png
ConnectorProfile dialog example


In this dialog, create a ConnectorProfile. Although ConnectorProfile needs to be created so that the conditions required by each port are satisfied, this dialog prompts you to enter only values that satisfy the necessary conditions. In the case of a connection that can not satisfy the necessary conditions, a prohibition mark is displayed when drag & drop connection is made and drag & drop can not be performed.

fig56ConnectedProhibitionMark.png
Connection prohibited mark


Connections between ports are roughly divided into connection between data ports and connection between service ports. For details, see System Editor (Connections between Ports)".

(G)Disconnect the connection between the ports

To disconnect between ports, select the connection and click the [Delete] button, or click [Delete] displayed in the context menu.

fig61Disconnect.png
Delete connection


(G)Disconnect all connections between ports

To disconnect all ports, select the port, right click and execute "All Disconnect".

fig62AllDisconnect.png
Full disconnection of connection


(G)Setting up the connection of a single port

You can set ConnectorProfile to a single port connection.
Right click on the port and select "Connect" from the context menu, the ConnectorProfile setting dialog opens just like when connecting to the port.

fig63ConnectSinglePort.png
Single port connection


To delete a single port connection, select "Disconnect" from the right-click context menu and operate from the port disconnection dialog. Delete the target from the list of ConnectorProfiles displayed in the dialog, and click the [OK] button to execute the disconnection process.

fig64DisconnectPort.png
Disconnect Port


fig65DisconnectPortDialog.png
port disconnect dialog


The port disconnection dialog box displays a list of all ConnectorProfiles for a single port connection and normal port-to-port connection, so it can be used to check a single port connection that is not drawn on the diagram.

(G)Collect logs

With the log notification observer, you can collect RTC log messages with the tool. (OpenRTM-aist 1.1 or later)
Right click on the RTC on the diagram and select "Start Logging" on the context menu to start log collection. In the case of RTC which has already started log collection, the menu display becomes "Stop Logging" and log collection is stopped.
In case of RTC not compatible with observer, menu is inactive.

Start log collecting Stop log collection
fig79LoggingStart.png
fig79LoggingStop.png

Start/stop log collection

Similar to the status notification observer, log collection registers observation of the log notification observer in the RTC and receives notification. Register the observer at the start of log collection from the context menu and release the observer at the time of stop log collection. Also, like the status notification observer, removing the RTC from the diagram releases the observer.
In the log notification, the data structure (log record) including time and log level is sent from RTC, and the tool accumulates log data. Accumulated logs can be viewed using log view.

fig80LogObserver.png
Log Notification Observer


System editor (multiple component version)

Describe operation of composite component.

(G)Create a composite component

Multiple components can be combined into a composite component. & br; Select the component you want to be a composite component, right click and select "Create Composite Component", the composite component generation dialog will be displayed.

fig66CreateCompositeComponent.png
Create composite component


fig67CompositeComponentDialog.png
Composite component creation dialog


The items of the dialog are as follows.

Dialog item and requirement for composite component generation

No. Dialog Description Description
Manager Name service Select the manager from the list of managers displayed in the view. The manager selected here will generate a composite component.
Name Specifies the instance name of the composite component.
Type Specify the type of composite component. The possible types are as follows.
[PeriodicECShared]
Each RTC operates with sharing only ExecutionContext. Because the state of each RTC is independent, there can be multiple states within the composite component.
[PeriodicStateShared]
Each RTC shares the same ExecutionContext and also shares state.
[Grouping]
A composite component that each RTC does not share anything, each RTC holds its own ExecutionContext, state.
Path Specifies the path to be set for the composite component.
Port From the port list of the child component, select the port to display in the composite component.
For the port selected here, a port for the proxy is created in the composite component.
- Select all ports/Release all button

When you create a composite component, the component you selected as a child component disappears from the system editor and a new composite component is drawn.
Double-click the diagram of the composite component, or right-click and choose Open in Editor, a new system diagram will open and the interior of the composite component will be displayed.

fig68CompositeOpenWithSE.png
Open complex component in system editor


fig69ViewCompositeComponent.png
System editor displaying within composite component


However, when saving the system configuration, the rendering information of the component can not be saved for only one component, so rendering information changed by the system diagram displaying inside the composite component will not be saved.

(G)Add a child of a composite component

Displaying inside the composite component Open the system editor and add the children of the composite component by dragging and dropping the RTC from the name service view. All added child RTC ports are set to private.

fig70CompositeComponentAddRTC.png
Add child RTC


(G)Delete child of composite component

Displaying inside the composite component Open the system editor and remove the child components there, so that the children of the composite component are deleted.
The deleted child component disappears from within the composite component and appears in the original system diagram (the diagram in which the composite component itself is displayed).

fig71DeleteChildComponent.png
Remove child components from within composite component


fig72ChildComponent.png
Component display of child on system editor displaying composite component


(G)Delete complex component

If you right-click on a composite component and select "Delete", the composite component is deleted from the diagram.
If you open a composite component in another system diagram at the time of deletion, a confirmation dialog of exit of the editor will be displayed.

fig73DeleteCompositeComponent.png
Delete complex component


fig74CloseCompositeComponentDialog.png
Exit confirmation dialog of editor displaying composite component


(G)Cancel composite component

If you right-click on the composite component and select "Decompose Composite Component", exist () is sent to the composite component and the component itself is terminated.
If you open a composite component in another system diagram at the time of release, a dialogue for confirmation of the exit of the editor will be displayed. & br; When the composite component is released, the child components are displayed in the original system diagram (the diagram in which the composite component was displayed).

fig75DecomposeCompositeComponent.png
Release composite component


fig76CloseCompositeComponentDialog.png
Exit confirmation dialog of editor displaying composite component


(G)Switch public/private port

Displaying inside a composite component If the port of a component in the system editor is exposed on a composite component, it will be displayed as a separate icon as shown below.

Child RTC's published port icon

No. name shape
1 InPort
IconExportedInPort.png
2 OutPort
IconExportedOutPort.png
3 ServicePort
IconExportedServicePort.png

If you right-click on a published port and select "Unexport", the port will change to a state that it is not published. Also, if you right-click on an unpublished port and select "Export", the port will be changed to the published state.

fig77ExportPort.png
fig77UnexportPort.png

port open/closed


However, if the port is connected to a port of another component, it can not be "Unexport".

fig78CantUnexport.png
If there is a port connection


System editor (Save)

I will explain saving and opening of the system editor.

(G)Save the system editor

You can save the system editor. To save, right-click [File] or the editor in the menu and select "Save". (In "Save As ..." you can arbitrarily select the file to be saved)

fig81SaveSystemEditor2.png
fig81SaveSystemEditor3.png
System menu editor save menu context menu


If you choose to save the system, the profile information dialog opens, setting the necessary items and clicking the [OK] button saves the system information in a file.

fig82ProfileInfomationDialog.png
Profile information dialog


Profile information item

Name Shape
Vendor Vendor name. An element that constitutes an identifier of the RT system. Required items.
System Name System name. An element that constitutes an identifier of the RT system. Required items.
Version Version of the system. An element that constitutes an identifier of the RT system. Required items.
Path File name to save the system. Required items.
Update Log Describe supplementary explanation of version etc.
Check Required RTC to run the RT Request RT system.

(G)Open the saved system editor

To open the saved system editor, right-click on the editor and select "Open".

fig83OpenSavedSystemEditor.png
Open system editor


After opening, RT System Editor updates to the latest information with the remote system as a positive. To restore the save contents to the system, please use "Open and Restore ..." described in the next section.

(G)Open and restore the saved system

To open and restore the saved system editor, right click on the editor and select "Open and Restore ..." or "Open and Quick Restore ...".

fig84OpenAndRestore.png
Open and restore system editor


The following contents are restored to the system.
  • Connection between ports (when there is no connector at save)
  • Configuration information
    When restoring, retrieve the remote component by searching the name service with the component's path ID.
    If "Quick Restore" is selected, before attempting to access the name service, try to acquire the remote component with the IOR saved in the profile and search from the name service if it can not be acquired.
    If restoration fails, the error contents are displayed.
    fig85ErrorMessageOfRestorationFailure.png
    Restore Failure Error Message

In addition, RT System Editor attempts restoration as much as possible even when an error occurs.

System editor (Display/Edit drawing of RTC)

Describe RTC display and RTC drawing and editing operation.

(G)Display of RTC

The RTC placed in the system editor is displayed as a rectangle and the port is displayed around that rectangle. Also, each state is expressed in color.

fig43RTCDisplayExample.png
RTC display example


The list of icons and status colors is as follows.

Component and port icon

No. name shape state default color(*)
RTC
IconShape.png
CREATED
IconWhite.png
White
INACTIVE
IconBlue.png
Blue
ACTIVE
IconLightGreen.png
Light Green
ERROR
IconRed.png
Red
UNKNOWN
IconBlack.png
Black
2 Execution Context
(First only)
(Rectangular outer circumference of RTC) RUNNING
IconGray.png
Gray
STOPPED
IconBlack.png
Black
3 InPort
IconInport.png
disconnected
IconBlue.png
Blue
Connected(1 or more)
IconLightGreen.png
Light Green
4 OutPort
IconOutport.png
disconnected
IconBlue.png
Blue
Connected(1 or more)
IconLightGreen.png
Light Green
5 ServicePort
IconServiceport.png
disconnected
IconLightBlue.png
Light Blue
Connected(1 or more)
IconCyan.png
Cyan

The color of each state can be changed by display color on the setting screen.

In addition, icon images can be attached according to RTC type and category.

fig44RTCDisplayIconExample.png
RTC icon image example


Icon images can be changed in the setting screen by icon.

(G)RTC synchronization

It monitors the status of the RTC placed in the system editor and updates the display in real time. & br; The monitoring method includes the status notification observer method (OpenRTM - aist 1.1 or later) or the periodic check by polling, and you can change the monitoring parameters by connecting the setting screen. & br; When placing RTC in the system editor, check the middleware version, if observer supported, register the observer to RTC. If the observer is not compatible, we will periodically query the state.

fig45StatusObserver.png
State Notification Observer


Deleting the RTC from the system editor also releases the observer.
The status notification observer notifies the following.

Notification contents of status notification observer

Notice Description
COMPONENT_PROFILE Notify when RTC component profile changes
RTC_STATUS RTC status
Notify new status and target EC's ID
EC_STATUS status of execution context
change execution rate, EC start/stop, RTC attach/detach notification
PORT_PROFILE port state
notify of port addition/deletion, connection connection/disconnection
CONFIGURATION Configuration state
Notification of addition/change/deletion of configuration, switching of active configuration
Also, in order to confirm the survival of RTC, we will notify the heartbeat at regular intervals. & br; If heartbeat is not notified for a certain number of times, RTC assumes abnormal termination and deletes it from the system editor.

(G)RTC drawing edit

Here, we will explain RTC drawing editing. (I am daring to "drawing editing" instead of "editing" because the work described here is drawing editing, since there is no influence on the system at all)

  • Changing and moving the size of RTC (No effect on system)
    To move RTC, select RTC and drag to move it. To change the size of the RTC, drag the handle displayed by selecting RTC and move it.
    fig46RTCMoveResize.png
    Move RTC (left) and RTC size (right)


Also, the position and size of the selected RTC are displayed in the status bar.

fig47StatusBar.png
status bar


  • RTC rotation (no effect on system)
    Select the target component and rotate it horizontally by holding down the Ctrl key and clicking the right mouse button. Rotate to the vertical direction by holding down the Shift key and clicking the right mouse button. By repeating the same operation for each, you can change to the opposite horizontal direction and the opposite vertical direction, you can operate in the upward, downward, leftward and rightward direction.
    fig48RTCRotate.png
    Rotated RTC

  • Delete RTC (No effect on system)
    To delete the RTC, select RTC and click the [Delete] button, or select [Delete] from the context menu.
    fig49DeleteComponent.png
    Delete RTC

  • Move connections between ports (no effect on system)
    To move the connection line, select the connection line and move the displayed handler. You can move the vertical line to the left and right, and the horizontal line up and down.
    fig50MoveConnection.png
    Movement of connecting wire (vertical) (left) and horizontal (right) connecting line

System editor (connection between ports)

This section explains connection between data ports and service ports.

(G)Connection between data ports

Connect data port "InPort" and "OutPort". When dragging and dropping between these, the following dialog will be displayed. The setting items of "Buffer" are hidden in the initial display.

fig57DataConnectDialog.png
Data port connector profile dialog


The items and conditions of the dialog are as follows.

Data port connection dialog items and requirements

No. Dialogue item name ConnectorProfile Requirement
Name name None
Data Type <<properties>>
dataport.data_type
Specify the data type to be transmitted and received between the data ports connected by this connector.
Select from data types that can be sent and received from each port. However, when including Any, it accepts any value of the other port.
Instance Type <<properties>>
dataport.interface_type
Specify the interface type supported by the RT system designer or supported on the RT middleware on which RTC runs.
Select from the interface types supported by each port. However, when including Any, it allows any interface of the other port.
Dataflow Type <<properties>>
dataport.dataflow_type
Specify the data flow type that is supported by the RT system designer or RT Middleware on which RTC runs.
Select from the data flow types supported by each port. However, when including Any, it allows any kind of data flow on the partner port.
Subscription Type <<properties>>
dataport.subscription_type
[Condition required when the value of Dataflow Type is Push]
Specify the type of subscription supported by the RT system designer, or on RT Middleware on which RTC runs.
Select from among the subscription types supported by each port. However, if you include Any, you allow any subscription type of the other party.
Push Rate(Hz) <<properties>>
dataport.push_interval
[Condition required when the value of Dataflow Type is "Push" and Subscription Type is "Periodic"]
When the subscription type is "Periodic", specify the data transmission cycle. Specify the transmission cycle with a positive value (decimal possible).
Push Policy <<properties>>
dataport.publisher.push_policy
Data transmission policy. [Condition required when Dataflow Type value is "Push" and Subscription Type is "Periodic"] Select from all, fifo, skip, new.
all:Bulk transmission of data in buffer
fifo:Send data in buffer one by one with FIFO
skip:Sending by thinning out the data in the buffer
new:Send the latest value of the data in the buffer (old values are discarded.)
Skip Count <<properties>>
dataport.publisher.skip_count
Number of transmitted data skips. [Required condition when the value of Push Policy is "skip"] The data in the buffer is thinned out with this setting value and transmitted.
Details When the check box is checked, detailed setting items of the buffer of the I / O port are displayed.
It is hidden at the initial display of the dialog.

Buffer length
(OutPort/InPort)
<<properties>>
buffer.length
Buffer length

Buffer full policy
(OutPort/InPort)
<<properties>>
buffer.write.full_policy
Behavior in case of buffer full when writing data to buffer. Select from overwrite, do_nothing, block.
overwrite:Overwrite the data.
do_nothing:I will not do anything.
block:I will block.
If block is specified, if the next timeout value is specified, it will time out if it can not be written after the specified time. The default is overwrite (overwrite).

Buffer write timeout
(OutPort/InPort)
<<properties>>
buffer.write.timeout
Time (in seconds) to generate the timeout out event when writing data to the buffer
The default is 1.0 [sec]. If 0.0 is set, timeout does not occur.

Buffer empty policy
(OutPort/InPort)
<<properties>>
buffer.read.empty_policy
Behavior when buffer is empty when reading data from buffer. Select from readblock, do_nothing, and block.
readblock:It rereads the last element.
do_nothing:I will not do anything.
block:I will block.
If block is specified, if the next timeout value is specified, it will time out if it can not be read after the specified time. The default is readback.

Buffer read timeout
(OutPort/InPort)
<<properties>>
buffer.read.timeout
Time (in seconds) for generating a timeout event when reading data from the buffer
The default is 1.0 [sec]. If 0.0 is set, timeout does not occur.

Name/Value <<properties>>
Name
Set arbitrary properties
You can add items with the [Add] button and delete items with the [Delete] button.
The entered item is set to Properties of ConnectorProfile in NVList format.
Property of the same key can not be set.

Regarding items ② to ⑤, RT System Editor creates values that can be specified by matching character strings from the value list of each port. If only ANY is specified for both ports, it is impossible to determine the value that can be entered. Therefore, when ANY is included in both ports, RT System Editor allows you to enter arbitrary character strings. For items that can input arbitrary character strings, "Optional input possible" is displayed.

fig58ConnectParamAny.png
Display when optional input is enabled


(G)Service port connection

For connection between service ports, connect "ServicePort" and "ServicePort". When dragging and dropping between these, the following dialog will be displayed.

fig59ServiceConnectDailog.png
Service Port Connector Profile Dialogue


The items and conditions of the dialog are as follows.

Service port connection dialog items and requirements

No. Dialogue item name ConnectorProfile Requirement
Name Name None
Details If you select the check box, the detailed setting items of Consumer / Provider will be displayed.
It is hidden at the initial display of the dialog.
Consumer Select from the Consumer list of the interface set for the service port to be connected.
In the selection list of ComboBox, it is displayed in the form of <component name>: <interface name>: <instance name>.
The added Consumer / Provider pair is stored in the ConnectorProfile with the Consumer ID as the property key and the Provider ID as the property value.
Consumer / Provider IDs are expressed in the following format.
<rtc_name>.port.<port_name>.<if_polality>.<if_tname>.<if_iname>
- rtc_name is the component name
- port_name is the port name
- if_polality is "required" for Consumer, "provided" for Provider
- if_iname is the instance name of the interface
Provider <<properties>>
Set using Consumer ID as key
As with Consumer, select from the list of Providers of the interface set for the service port to be connected.
Add Add a new entry for Consumer/Provider.
Delete Deletes the selected Consumer / Provider entry.

Name/Value <<properties>>
Name
Set arbitrary properties
You can add items with the [Add] button and delete items with the [Delete] button.
The entered item is set to Properties of ConnectorProfile in NVList format.
Property of the same key can not be set.

For the service port, there is no mandatory connection condition. However, if PortInterfaceProfile between ServicePorts does not perfectly match (* 1), a warning will be displayed on the connection dialog.

fig60ServicePortWarningDialog.png
Warning display of service port connection dialog


*1 Perfect matching here means that the "type" of the PortInterfaceProfile is the same and the "polarity" are PROVIDED and REQUIred mutually. Also pointing to all PortInterfaceProfiles matching (PortInterfaceProfile exists on each port multiple times).

Offline system editor

(G)Overview

This section outlines the offline system editor.

fig86OfflineSysetmEditor.png
location of offline system editor


In the offline system editor, RT system editing is done by dragging and dropping components on the repository view to the diagram. The basic operation is the same as the online system editor, but you can not change the state of the RTC. In addition, RTC status is not changed or updated in real time.

(G)Basic functions

(G)Open offline system editor

To open the new offline system editor, click the "Open New Offline System Editor" button on the toolbar or select [File] > [Open New Offline System Editor] from the menu bar.

fig87OpenNewOfflineSystemEditorFromToolbar.png
Open New Offline System Editor from Toolbar


fig88FileOpenNewOfflineEditor.png
Open New Offline System Editor from File menu


(G)Placing component specifications in offline system editor

To place the component specification in the offline system editor, drag and drop the component specification from the repository view.

fig89OfflineEditorComponentDnD.png
Place component specification in offline system editor


You can place it on the offline system editor at once by holding down the Ctrl key on the repository view and selecting multiple component specifications.

fig90OfflineEditorComponentMultiDnD.png
Multiple component specifications are put together in offline system editor


(G)Edit component specifications with offline system editor

In the offline system editor, you can do most of the operations except for the operation of the runtime component, which can be done with the system editor, by the same operation as the system editor.

(G)Deployment function

This section outlines the deployment function using the offline system editor.
By using the deployment function, it becomes possible to build the actual system from the offline profile created by the offline system editor.

(G)Setting Deployment Information

Right click on the component placed in the offline editor and select "Set Deploy Info." From the displayed menu, the Deployment Information setting screen will be displayed.

fig91DeploySetting.png
Setting deployment information


fig92DeployComp.png
fig92DeployManager.png
Running RTC Running Manager

Deployment information setting screen


On the deployment information setting screen, a list of RTCs and managers currently in operation is displayed. Please select the element to use when deploying the target RTC.
The contents displayed in the NameServiceView are used for the contents of the deployment information setting screen. If information on the running element is not displayed, check the displayed contents of NameServiceView and refresh as necessary.
When selecting composite RTC, only Manager information list is displayed. Please select the manager to use at the time of deployment.

(G)Save and load deployment information

You can save and load the deployment information you set separately from RtsProfile. Right click on the offline editor and select "Save Deploy Info."And "Load Deploy Info." From the menu displayed.

fig93DeploySave.png
Saving and loading deployment information


When loading the deployment information, search for the corresponding RTC using the component ID (vendor name, category name, component name, version number) as a key.

(G)Running the deployment

If you want to build (deploy) an actual system based on the deployment information you have set up, right-click on the offline editor and select "Deploy System" from the menu displayed.

fig94Deploy.png
Deploy


When you execute deployment, you build (deploy) the real system based on the deployment information that you set. Then open a new online editor and display the deployment results.
If there is a component for which no deployment information is set in the target offline system or if the configured deploy target is not activated at deployment, the following warning screen will be displayed.

fig95DeployWarning.png
Deployment Warning Screen


If you select "Cancel" on the warning screen, the deployment process will be aborted. If you select [OK], use the running deployment target to build (deploy) the system as much as possible.

Setting screen

(G)RT System Editor

This section explains the RT System Editor setting screen. The RT System Editor setting screen can be displayed in the menu [window]> [preferences]> [RT System Editor].

(G)Connection

In the connection setting, set the heartbeat of the status notification observer and set the connection cycle.
In middleware corresponding to the status notification observer (OpenRTM-aist 1.1 or later), RTC survival is confirmed by heartbeat transmission to the observer. The setting items of the heartbeat are as follows.

Heartbeat setting item

Name Description
Enable heartbeat Specify whether to enable timeout detection by heartbeat.
Heartbeat reception interval Specify the reception interval of the heartbeat.
The unit is seconds, the default is 1.0 second.
Heartbeat reception count Specifies the number of heartbeat reception times for timeout detection.
Reception interval x Receive count=Timeout time [sec]
Default is 3 times.

The connection cycle is the cycle in which the system editor collects system information and reflects it on display in the conventional middleware (OpenRTM-aist 1.0 or earlier).
Units are milliseconds and synchronization is not performed when 0 is specified.

fig87ConnectionCycleSetScreen.png
Connection cycle setting screen


(G)Display color

In the display color setting screen, you can set the color of RTC and ExecutionContext status displayed in the system editor. For details on the meaning of each status, see Show RTC in System Editor.

fig88DisplayColorSettingScreen.png
Display color setting screen


(G)Icon

On the icon setting screen, you can set the icon image given to the RTC displayed in the system editor and the pattern to be displayed. Set the type of RTC or the pattern of category for display target. Please see Show RTC in System Editor for icon image display image.

fig89IconSettingScreen.png
Icon image setting screen


Add, edit, and delete icon image entries with the Add, Edit, and Delete buttons. Clicking the [Add] and [Edit] button opens the icon image setting dialog, and sets the pattern to be displayed and the icon image file.

fig90IconSettingDialog.png
Icon image setting screen


After setting the display pattern, click the [Apply] or [OK] button to apply the setting.
By clicking the [Import] and [Export] buttons, you can read the list of icon image settings from the XML file, It can save to an XML file.

(G)Offline editor

In the offline editor, you can set the parameters that can be selected when connecting a port.
The items that can be set are [Interface Type], [Data Flow Type], [Subscription Type], and values can be selected from the parameters set here when connecting to the port. For the meaning of each, see the connection between data ports.

fig91OfflineEditor.png
Offline setting screen


(G)Online editor

In the on-line editor, you can set whether execution confirmation before RTC is executed when RTC action is executed. The initial value is no check (no confirmation).

fig92OnineEditor.png
Online setting screen


(G)RT Name Service View

(G)Connection cycle

The connection period is the period at which the RT Name Service View gathers system information and reflects it on display. &br There are two connection periods, naming service view and system editor. Units are milliseconds, and synchronization is not performed when 0 is specified.

figNS20ConnectCycle.png
Connection cycle setting screen


(G)Sync

The timeout wait time is the time (in milliseconds) to wait when collecting system information, if no connection with the system is established.

figNS21SyncCycle.png
Connection cycle setting screen


The relationship between the connection cycle and the synchronization timeout wait time is as shown below.
(Example: When the connection cycle is 1000 ms and the synchronization timeout wait time is 100 ms)

figNS22SyncCycleAndTimeOut.png
relationship between connection cycle and synchronization timeout wait time


Other

(G)Other

(G)Acknowledgments

RT System Editor was developed using the following libraries. Thanks to those involved in the development and design of these projects.

Apache Jakarta Commons Lang 2 . 2

Apache Jakarta Commons Lang Copyright 2001-2006 The Apache Software Foundation

This product includes software developed by The Apache Software Foundation.