-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(app): clean up json v6 command text in run log components (#…
- Loading branch information
Showing
5 changed files
with
264 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"pickup_tip": "Picking up tip from {{well_name}} of {{labware}} in {{labware_location}}", | ||
"drop_tip": "Dropping tip in {{well_name}} of {{labware}} in {{labware_location}}", | ||
"engaging_magnetic_module": "Engaging Magnetic Module", | ||
"disengaging_magnetic_module": "Disengaging Magnetic Module", | ||
"setting_temperature_module_temp": "Setting Temperature Module to {{temp}}°C (rounded to nearest integer)", | ||
"deactivate_temperature_module": "Deactivating Temperature Module", | ||
"waiting_to_reach_temp_module": "Waiting for Temperature Module to reach {{temp}}°C (rounded to nearest integer)", | ||
"setting_thermocycler_block_temp": "Setting Thermocycler block temperature to {{temp}}°C", | ||
"setting_thermocycler_lid_temp": "Setting Thermocycler lid temperature to {{temp}}°C", | ||
"waiting_for_tc_lid_to_reach": "Waiting for Thermocycler lid to reach target temperature", | ||
"waiting_for_tc_block_to_reach": "Waiting for Thermocycler block to reach target temperature", | ||
"opening_tc_lid": "Opening Thermocycler lid", | ||
"closing_tc_lid": "Closing Thermocycler lid", | ||
"deactivating_tc_block": "Deactivating Thermocycler block", | ||
"deactivating_tc_lid": "Deactivating Thermocycler lid", | ||
"tc_starting_profile": "Thermocycler starting {{repetitions}} repetitions of cycle composed of the following steps:", | ||
"tc_awaiting_for_duration": "Waiting for Thermocycler profile to complete", | ||
"setting_hs_temp": "Setting Target Temperature of Heater-Shaker to {{temp}}°C", | ||
"waiting_for_hs_to_reach": "Waiting for Heater-Shaker to reach target temperature", | ||
"set_and_await_hs_shake": "Setting Heater-Shaker to shake at {{rpm}} rpm and waiting until reached", | ||
"deactivating_hs_heater": "Deactivating heater", | ||
"unlatching_hs_latch": "Unlatching labware on Heater-Shaker", | ||
"latching_hs_latch": "Latching labware on Heater-Shaker", | ||
"deactivate_hs_shake": "Deactivating shaker", | ||
"wait_for_duration": "Pausing for {{seconds}} seconds. {{message}}", | ||
"tc_run_profile_steps": "temperature: {{celsius}}°C, seconds: {{seconds}}", | ||
"aspirate": "Aspirating {{volume}} uL from {{well_name}} of {{labware}} in {{labware_location}} at {{flow_rate}} uL/sec", | ||
"dispense": "Dispensing {{volume}} uL into {{well_name}} of {{labware}} in {{labware_location}} at {{flow_rate}} uL/sec", | ||
"blowout": "Blowing out at {{well_name}} of {{labware}} in {{labware_location}} at {{flow_rate}} uL/sec", | ||
"touch_tip": "Touching tip", | ||
"move_to_slot": "Moving to {{slot_name}}", | ||
"move_to_well": "Moving to {{well_name}} of {{labware}} in {{labware_location}}", | ||
"move_relative": "Moving {{distance}} mm along {{axis}} axis", | ||
"move_to_coordinates": "Moving to (X: {{x}}, Y: {{y}}, Z: {{z}})", | ||
"home_gantry": "Homing all gantry, pipette, and plunger axes", | ||
"save_position": "Saving position", | ||
"comment": "Comment", | ||
"wait_for_resume": "Pausing protocol" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.