Opened 7 years ago
Closed 7 years ago
#9 closed defect (fixed)
drone is not supposed to be cleared after restarting
Reported by: | zhangjr | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | alpha |
Version: | 0.1 | 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 (last modified by zhangjr)
try:
_value = int(self.pvCommand.get())
_time = str(self.pvCommand.timestamp)
if _value==1:
self.lastTimeStamp=_time
self.lastCmd=_value
except:
logger.debug('Receiving epics command failed')
pass
Subtickets
Change History (1)
comment:1 Changed 7 years ago by zhangjr
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.