You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/l10n/app_en.arb
+37-35Lines changed: 37 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -311,40 +311,42 @@
311
311
"baroMeterBulletPoint2": "If you want to use the sensor BMP-180, connect the sensor to PSLab device as shown in the figure.",
312
312
"baroMeterBulletPoint3": "The above pin configuration has to be same except for the pin GND. GND is meant for Ground and any of the PSLab device GND pins can be used since they are common.",
313
313
"baroMeterBulletPoint4": "Select the sensor by going to the Configure tab from the bottom navigation bar and choose BMP-180 in the drop down menu under Select Sensor.",
314
-
"sharingMessage": "Sharing PSLab Data",
315
-
"delete": "Delete",
314
+
"sharingMessage": "Sharing PSLab Data",
315
+
"delete": "Delete",
316
316
"deleteHint": "Are you sure you want to delete this file?",
317
-
"deleteFile" : "Delete File",
318
-
"deleteAllData" : "Delete All Data",
319
-
"deleteCautionMessage" : "Are you sure you want to delete all logged data for this instrument?",
320
-
"deleteAll" : "Delete All",
321
-
"noLoggedData" : "No logged data found.",
322
-
"importLog" : "Import Log",
323
-
"failedToSave" : "Failed to save file. No data was recorded.",
324
-
"fileSaved" : "File saved",
325
-
"save" : "Save",
326
-
"enterFileName" : "Enter filename (leave empty for auto-generated name)",
327
-
"fileName" : "Filename",
328
-
"saveRecording" : "Save Recording",
329
-
"recordingStarted" : "Recording started",
330
-
"noValidData" : "No valid data to display.",
331
-
"csvPickingError" : "Error picking or reading CSV file",
332
-
"csvReadingError" : "Error reading CSV from file",
333
-
"sharingError" : "Error sharing file",
334
-
"csvGettingError" : "Error getting saved files",
335
-
"unsupportedPlatform" : "Unsupported platform",
336
-
"noDataRecorded" : "No data recorded to save for",
337
-
"csvFileSaved" : "CSV file saved at",
338
-
"csvSavingError" : "Error saving CSV file",
339
-
"csvDeletingError" : "Error deleting file",
340
-
"fileDeleted" : "File deleted",
341
-
"soundmeterConfig" : "Soundmeter Configurations",
342
-
"barometerConfig" : "Barometer Configurations",
343
-
"baroUpdatePeriodHint" : "Please provide time interval at which data will be updated (100 ms to 2000 ms)",
344
-
"barometerHighLimitHint" : "Please provide the maximum limit of lux value to be recorded (0 atm to 1.10 atm)",
"accelerometerUpdatePeriodHint": "Please provide time interval at which data will be updated",
349
+
"accelerometerHighLimitHint": "Please provide the maximum limit of lux value to be recorded",
350
+
"roboticArmIntro": "• A robotic arm is a programmable mechanical device that mimics the movement of a human arm.\n• It uses servo motors to control its motion, and these motors are operated using PWM signals.\n• The PSLab provides four PWM square wave generators (SQ1, SQ2, SQ3, SQ4), allowing control of up to four servo motors and enabling a robotic arm with up to four degrees of freedom.",
351
+
"roboticArmConnection": "• In the above figure, SQ1 is connected to the signal pin of the first servo motor. The servo's GND pin is connected to both the PSLab’s GND and the external power supply GND, while the VCC pin is connected to the external power supply VCC.\n• Similarly, connect the remaining servos to SQ2, SQ3, and SQ4 along with their respective GND and power supply connections.\n• Once connected, each servo can be controlled using either circular sliders for manual control or a timeline-based sequence for automated movement."
Copy file name to clipboardExpand all lines: lib/l10n/app_localizations.dart
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2175,6 +2175,18 @@ abstract class AppLocalizations {
2175
2175
/// In en, this message translates to:
2176
2176
/// **'Please provide the maximum limit of lux value to be recorded'**
2177
2177
Stringget accelerometerHighLimitHint;
2178
+
2179
+
/// No description provided for @roboticArmIntro.
2180
+
///
2181
+
/// In en, this message translates to:
2182
+
/// **'• A robotic arm is a programmable mechanical device that mimics the movement of a human arm.\n• It uses servo motors to control its motion, and these motors are operated using PWM signals.\n• The PSLab provides four PWM square wave generators (SQ1, SQ2, SQ3, SQ4), allowing control of up to four servo motors and enabling a robotic arm with up to four degrees of freedom.'**
2183
+
Stringget roboticArmIntro;
2184
+
2185
+
/// No description provided for @roboticArmConnection.
2186
+
///
2187
+
/// In en, this message translates to:
2188
+
/// **'• In the above figure, SQ1 is connected to the signal pin of the first servo motor. The servo\'s GND pin is connected to both the PSLab’s GND and the external power supply GND, while the VCC pin is connected to the external power supply VCC.\n• Similarly, connect the remaining servos to SQ2, SQ3, and SQ4 along with their respective GND and power supply connections.\n• Once connected, each servo can be controlled using either circular sliders for manual control or a timeline-based sequence for automated movement.'**
Copy file name to clipboardExpand all lines: lib/l10n/app_localizations_en.dart
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1115,4 +1115,12 @@ class AppLocalizationsEn extends AppLocalizations {
1115
1115
@override
1116
1116
Stringget accelerometerHighLimitHint =>
1117
1117
'Please provide the maximum limit of lux value to be recorded';
1118
+
1119
+
@override
1120
+
Stringget roboticArmIntro =>
1121
+
'• A robotic arm is a programmable mechanical device that mimics the movement of a human arm.\n• It uses servo motors to control its motion, and these motors are operated using PWM signals.\n• The PSLab provides four PWM square wave generators (SQ1, SQ2, SQ3, SQ4), allowing control of up to four servo motors and enabling a robotic arm with up to four degrees of freedom.';
1122
+
1123
+
@override
1124
+
Stringget roboticArmConnection =>
1125
+
'• In the above figure, SQ1 is connected to the signal pin of the first servo motor. The servo\'s GND pin is connected to both the PSLab’s GND and the external power supply GND, while the VCC pin is connected to the external power supply VCC.\n• Similarly, connect the remaining servos to SQ2, SQ3, and SQ4 along with their respective GND and power supply connections.\n• Once connected, each servo can be controlled using either circular sliders for manual control or a timeline-based sequence for automated movement.';
0 commit comments