OpenLink Software

Usage stats on UBASIC/Scripts:my first intervalometer

 Permalink

an Entity in Data Space: 134.155.108.49:8890

Is my first script ,please be tolerant ;) rem Author rem Written for A710IS rem Should be okay on others @title My intervalometer @param a Start 1st Shot (Mins) @default a 0 @param b Start 1st Shot (10th Secs) @default b 1 @param c Start 1st Shot (Secs) @default c 0 @param d Number of Shots @default d 1 @param e Interval (Minutes) @default e 0 @param f Interval (10th Seconds) @default f 1 @param g Interval (Seconds) @default g 0 if a<0 then a=0 if b<0 then b=0 if c<0 then c=0 if d<0 then d=1 if e<0 then e=0 if f<0 then f=0 if g<0 then g=0 if d=1 then z=0 z=(e*60)+f*10+g n=(a*60)+b*10+c if n>0 then gosub "pause" for p=1 to d print "Shot", p, "of", d shoot if p=d then goto "end" sleep z if z>0 then gosub "interval" next p end :interval for r=1 to z x=z-r if z>0 then print "Interval:", x/6

Graph IRICount
http://dbkwik.webdatacommons.org5
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Copyright © 2009-2012 OpenLink Software