| This is version 1.  
            It is not the current version, and thus it cannot be edited.[Back to current version]  
            [Restore this version]
 
 How to Use SEA Commands in a SICS batchfile
 RUN or DRIVE
In SICS (and SEA) there are two different commands for driving:
 
>  run driveable_object new_value
 
starts the driveable_object (may be a motor, temperature, field ...)
with new_value as target.
 
>  drive driveable_object new_value
 
drives the driveable_object and waits until new_value has
been reached. For a temperature the time when the new_value has
been reached depends on the following parameters:
 > temperature tolerance
 > temperature maxwait (the maximum time [sec] to wait until the drive commend quits)
 > temperature settle (the time [sec] to spend after beeing within tolerance before the drive command quits)
 
Zero is a special value for temperature maxwait, which means no timeout.
      
 This particular version was published on 14-Sep-2007 06:57:59 UTC by MarkusZolliker.
 |