Diff: SeaFromSics

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
Sea

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 8 and version 2:
Line 3 was replaced by line 3
- !RUN or DRIVE
+ !I know how to change this particular parameter in the SEA client, but how do I set it from a batch file in SICS?
At line 4 added 5 lines.
+ Change the value in SEA and look what command is logged in the Input/Output history.
+ You can use the command as it is in a SICS batch file.
+
+ !Should i use ''run'' or ''drive''?
+
Line 10 was replaced by lines 15-24
- with ''new_value'' as target.
+ with ''new_value'' as target, but does not wait for success. The run command has
+ a caveat though: It keeps monitoring the drivable_object. As soon as you give a
+ blocking command like drive or scan, it will wait for the temperature to arrive at the
+ target value.
+
+ If you wish to perform scans while waiting for the sample environment to arrive at a certain state,
+ the right procedure is to set the drivable_object tolerance to a high value and then run the drivable
+ object. This will trick SICS into believing that the target value has already been reached. Do not forget
+ to set the tolerance to a reasonable value gaian if you expect SICS to wait for a SE variable change to
+ actually happen.
Line 20 was replaced by line 34
- \\{{> temperature settle}} ''(the time [[sec] to spend after beeing within tolerance before the drive command quits)''
+ \\{{> temperature settle}} ''(the time [[sec] to spend within tolerance before the drive command quits)''
At line 22 added 4 lines.
+ It is not recommended to put a zero value for {{temperature settle}}, as
+ the drive command will quit when the temperature is for the first time
+ within tolerance, and the temperature may over- or undershoot.
+

Back to SeaFromSics, or to the Page History.