Changes between Initial Version and Version 1 of Ticket #9


Ignore:
Timestamp:
01/11/18 17:15:38 (8 years ago)
Author:
zhangjr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #9 – Description

    initial v1  
     1try:
     2    _value = int(self.pvCommand.get())
     3    _time = str(self.pvCommand.timestamp)
     4    if _value==1:
     5        self.lastTimeStamp=_time
     6        self.lastCmd=_value
     7except:
     8    logger.debug('Receiving epics command failed')
     9    pass