Changeset 2299
- Timestamp:
- 02/15/10 17:14:33 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/papywizard/simulator/gigaPanBotCommandDispatcher.py
r2285 r2299 180 180 Logger().debug("GigaPanBotBaseHandler.handleCmd(): stop") 181 181 self._axis[numAxis].stop() 182 response = ""183 182 184 183 # Get encoder full circle command … … 205 204 else: 206 205 response = "0" 206 207 # Connect/disconnect command 208 elif cmd == 'F': 209 Logger().debug("GigaPanBotBaseHandler.handleCmd(): connect/disconnect") 207 210 208 211 # Start jog command
