Opened 7 years ago

Closed 7 years ago

#16 closed task (fixed)

change mode during scan

Reported by: zhangjr Owned by:
Priority: major Milestone:
Version: Keywords:
Cc: Blocked By:
Blocking: Parent ID:
Parent Tickets: Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0

Description

In order to response quickly, stop mantid reduction during scan.

Subtickets

Child Tickets

Change History (2)

comment:1 Changed 7 years ago by zhangjr

The change:

if _time == self.lastTimeStamp and _value==self.lastCmd:

if self.myState=="running":

if self.isScan:

self.setScanNeutron()

else:

self.setProtonNeutron()

#if _value == 'STARTANALYSE' or _value == 'START':
# if self.isScan:
# self.setScanNeutron()
# else:
# self.setProtonNeutron()

comment:2 Changed 7 years ago by zhangjr

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.