IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12103


Ignore:
Timestamp:
Feb 27, 2007, 5:13:16 PM (19 years ago)
Author:
Paul Price
Message:

Adding on/off commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r12016 r12103  
    2424macro camera.status
    2525  book listbook camPendingExp
     26end
     27
     28macro camera.on
     29  task camera.exp.load
     30    active true
     31  end
     32  task camera.exp.run
     33    active true
     34  end
     35end
     36
     37macro chip.off
     38  task camera.exp.load
     39    active false
     40  end
     41  task camera.exp.run
     42    active false
     43  end
    2644end
    2745
Note: See TracChangeset for help on using the changeset viewer.