Changes between Initial Version and Version 1 of Ticket #9
- Timestamp:
- 01/11/18 17:15:38 (8 years ago)
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 1 try: 2 _value = int(self.pvCommand.get()) 3 _time = str(self.pvCommand.timestamp) 4 if _value==1: 5 self.lastTimeStamp=_time 6 self.lastCmd=_value 7 except: 8 logger.debug('Receiving epics command failed') 9 pass
