Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
Advanced Settings<br />of the Nautilai Controller. You may click "Start Acquisition" before or after
step 4.
</div>
<div class="div__schedule-mode-step">
4. Click "Start Stimulation" in the Stingray 96 controller. 4. Click "Start Stimulation" in the Stingray
96 Controller.
</div>
<div class="div__schedule-mode-step">4. Click "Start Stimulation" in the Stingray 96 controller.</div>
<div class="div__schedule-mode-step">
5. Feel free to stop the stimulation at will - it will not affect Nautilai's recording.
</div>
Expand Down
6 changes: 0 additions & 6 deletions ui/components/stimulation/StimulationStudioControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ export default {
// protocols are in "run until complete" mode
return (
this.assignedOpenCircuits.length === 0 &&
this.barcodes.plateBarcode.valid &&
this.barcodes.stimBarcode.valid &&
!this.isEmptyProtocolAssigned &&
(this.stimScheduleMode === "Standard" || this.allProtocolsInRunUntilCompleteMode) &&
![
Expand Down Expand Up @@ -393,10 +391,6 @@ export default {
this.stimStatus === STIM_STATUS.CONFIG_CHECK_IN_PROGRESS
) {
return "Configuration check needed.";
} else if (!this.barcodes.stimBarcode.valid) {
return "Must have a valid Stimulation Lid Barcode.";
} else if (!this.barcodes.plateBarcode.valid) {
return "Must have a valid Plate Barcode.";
} else if (this.stimStatus === STIM_STATUS.NO_PROTOCOLS_ASSIGNED) {
return "No protocols have been assigned.";
} else if (this.assignedOpenCircuits.length !== 0) {
Expand Down
Loading