Skip to content

Commit 6868306

Browse files
authored
Added description of update program button (#9)
* Added description of update program button Also corrected a few typos
1 parent 182dcc1 commit 6868306

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

external-control-frontend/src/app/components/external-control-application/external-control-application.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h2 class="sub-header" [textContent]="baseTranslationKey + '.settings.header' |
2121
<h2 class="sub-header" [textContent]="baseTranslationKey + '.important.header' | translate"></h2>
2222
<p class="info-text pre-line" [textContent]="baseTranslationKey + '.important.line1' | translate"></p>
2323
<p class="info-text pre-line" [textContent]="baseTranslationKey + '.important.line2' | translate"></p>
24+
<p class="info-text pre-line" [textContent]="baseTranslationKey + '.important.line3' | translate"></p>
2425
<div class="vertical-spacer"></div>
2526
<p class="info-text" [textContent]="baseTranslationKey + '.serviceHowToEnable.text' | translate"></p>
2627
<span class="highlight">

external-control-frontend/src/assets/i18n/da.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"important": {
2323
"header": "Vigtigt",
2424
"line1": "ROS eller ROS 2 drivere kræver, at Primary client, Secondary client og Real-Time Data Exchange tjenester er aktiveret.",
25-
"line2": "Ethernet/IP og Profinet feltbusser skal være deaktiveret for korrekt drift af ROS eller ROS 2 drivere."
25+
"line2": "Ethernet/IP og Profinet feltbusser skal være deaktiveret for korrekt drift af ROS eller ROS 2 drivere.",
26+
"line3": "URScriptet bliver ikke hentet, når programmet afspilles. Brug knappen 'update program' i program noden til at hente URScriptet, så det ligger i programmet, når programmet afspilles."
2627
},
2728
"serviceHowToEnable": {
2829
"text": "For at aktivere eller deaktivere tjenesterne, gå til:",

external-control-frontend/src/assets/i18n/en.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
1212
"title": "External Control",
1313
"supportiveText": "Connect to ROS/ROS 2 driver and Universal Robots Client Library",
1414
"description": {
15-
"line1": "This URCap allows you to inject URScript code to into a program from an external application upon request.",
16-
"line2": "It is primarily meant for connecting the robot to the Universal ROS or ROS 2 drivers."
15+
"line1": "This URCap allows you to inject URScript code into a program from an external application upon request.",
16+
"line2": "It is primarily meant for connecting the robot to the Universal Robots ROS or ROS 2 driver."
1717
},
1818
"settings": {
1919
"header": "Settings",
20-
"description": "Please enter the host name or IP adress and port number the repote application providing the injected URScript code."
20+
"description": "Please enter the host name or IP address and port number of the remote application providing the injected URScript code."
2121
},
2222
"important": {
2323
"header": "Important",
2424
"line1": "The ROS or ROS 2 drivers needs the Primary client, Secondary client and Real-Time Data Exchange services to be enabled.",
25-
"line2": "Ethernet/IP and Profinet fieldbusses have to be disbaled for proper operation of the ROS or ROS 2 drivers."
25+
"line2": "Ethernet/IP and Profinet fieldbusses have to be disabled for proper operation of the ROS or ROS 2 drivers.",
26+
"line3": "The URScript is not fetched when playing the program. Use the 'update program' button in the program node to inject the URScript into the program, such that it is there when you press play."
2627
},
2728
"serviceHowToEnable": {
2829
"text": "To enable or disabled the services, go to:",

0 commit comments

Comments
 (0)