abDS025ini2
Must be in C:\DS025 for Nov09 ver of DS025, at least.

Major revisions done 4 Jan 09 upon installation of major DS025 u/g

Optional, secondary ini file for DS025
Program (DS025) must be stopped, restarted if changes made to
  this ini file... it is only accessed as the program launches.
  (Eventually, it may be accessed as DS025 shuts down, too.)
  If you are working on new ini2 settings, remember to SAVE
  the file from your editor before restarting DS025!


All commands are issued after SECTION heading, that will be in
  form of [123456]

A trick: If you are testing, say [wp1spa]0,0,800,350 as a possible command, then...
;[wp1spa]0,0,800,350 (or indeed the line with ANY extra character at the start)
will rem out the line you want to ignore.


[WindowPosnsAndSizes]

SchemeAW1=0,0,799,425
SchemeAW2=0,397,799,120
SchemeAW3=0,341,799,270

SchemeBW1=100,0,799,370
SchemeBW2=100,342,799,83
SchemeBW3=100,249,799,270

[LineOffsetScale]
;(Affects offset and scaling of plotted lines.
;pXm=10000 gives no squash, 20000 EXPANDS

p0m=4000
p0a=70

p1m=4000
p1a=70

p2m=4000
p2a=70

p3m=4000
p3a=70

p4m=4000
p4a=65

p5m=10000
p5a=0

p6a=150
p6m=10

p7a=0
p7m=10000

p8m=5000
p8a=110

p9m=10000
p9a=50

p11m=10
p11a=170

p12m=10
p12a=190

[channel colors]
;Express color as 6 hex character, BGR
;E.g. FF8000 means full blue, half green, no red
;(FFFFFF is WHITE, 000000 is black)
;==Default values for p0-p4 are quite nice...
;==rem out the p0-p4 lines here to see them.
;(Has replaced old [clp0xx] 255,0,0 mechanism)
;p0=FF0000
;p1=00FF00
;p2=000000
;p3=00FF00
p4=802020
;p5=000000
;p6=8000ff
;p7=ffff00
;p8=00ffff
;p9=804040
;p11=4444CC
;p12=88FF88

[datafile tags]
;Altering these puts you at risk of not being able to use
;     utilities which access the datafiles.
;Be sure all tags are unique, and only 2 characters long.
;Do not use: ss, cm, wo: reserved for other uses
;(Program checks that you have obeyed these rules.)

;SOFTWARE PROBABLY IGNORES THESE...
;   I think (1/10) that I hope it does!

p0=t0
p1=t1
p2=t2
p3=t3
p4=t4
p5=rf
p6=ws
p7=lt
p8=bp
p9=hm
//p10- wind direction: locked at "wd"


[field labels]
;Do not put spaces after tture channel names to create gap
;    before (F) or (C) units designator...
;    Delphi will remove them.
p0=T0
p1=T1
p2=T2
p3=T3 
p4=T4 
p5=RF
p6=WS
p7=LT
p8=BP
p9=HM
//p10- wind direction- not settable by ini file

//11 and 12 are for OnOff1 and 2... 11 doesn't seem
//to work in DS25 of 1 Jan 2010... and 12 MAY not work..
p11=Well
p12=xx

[change which causes write] << to be implemented
;Change necessary to trigger write-to-datafile.
;     IS THIS TRUE????(NO) REVISE>>>>
;     If channel is measured to fractions, e.g. tture, delta
;      is expressed in thousandths. E.g. to get changes
;      of a half degree noticed, specify 499
;These values, after allowing for milli-units where relevant,
;     in the units used by the dtatfile... I think...
;     beware confusion over ttures, as they are recorded
;     in the datafile in centidegrees
;Be especicially careful over BP, as I didn't have a
;     BP sensor whjen working on this.
;PARTLY implemented... 6 & 7 & 9 used in calcs. All read into app
p0=49
p1=49
p2=49
p3=49 
p4=49 
p5=0
p6=100
p7=100
p8=0
p9=0

[bar graphs]
;Not all params OFFER bar drawing.

;A SMALL start to reading this exists in DS025... but nothing
;(as of 2 Aug 09, 13:37) was being DONE with the values... not
;even flag setting.
p5=off
p6=off
p7=off
p8=off
p9=off


;===============

REDO>>>>> PUT PATH TO htm and jpg in one var, file names elsewhere.
Make note about the virtue of using "index.htm" for the html file.

[enis]
;For "ENable Image Save"... Presence of the section turns on saving.
;There is no virtue in saving the image unless you are using FarWatch.
;Both enis and fpn case INsensitive, without any special code.
;(Image saved to allow access via interent. DS025 must be running on
;a server. but this isn't too difficult... see FarWatch (DS043))

;fwi: Name of image file, without path....
;(It must be saved in same place as FarWatch HTML,
;and program arranges this, using the [swf]fwp value
;for the path to the image, as well as to the html.)
;fwi=tmp.jpg
fwi=tmpDS025.jpg 

;N.B.: no quote marks, single or double, (i.e."s or 's)
    around path name on fpn line.
   
;iri: Image Resave Interval (Units: Seconds. (See "prefect" rems in ini2 in sourcecode folder)
;Too high will cost disk thrash,
;too low will leave users annoyed with "old" data
iri=1200
60*20

[sfw]

;For "Simple Far Watch"... Presence of the hsi value in this
;section turns on the saving of a small page of HTML with
;the T0 and T1 ttures. They are saved in C or F depending
;on what the graph is being displayed in.
;The page also includes an img tag to display the graphic
;of the plot from DS025.
;Search the web for "FarWatch" for the details of setting up your
;own server- neither difficult nor expensive. You need an always-on
;internet connection, but you DON'T need a static IP address.
;fwp: FarWatch File Path: Used with both the html and image
;files, which must be in the same place. (sFWHSpath)
;Should end "\", but it will be added if necessary.
;fwp=C:\
fwp=C:\wamp\www\

;fwh: FarWatch html File name, without path. (sFWhn)
;fwh=tmpFW.htm
fwh=index.htm

;hsi: Html Save Interval (Units: Seconds)
;See notes above about too high/ too low iri.
hsi=600
;60*10: 10 minutes between re-saves of html

;For hsi and iri, use an integer, i.e. a "whole number". No fractions. Not 0.694
;(The interval won't be exact, anyway. The program only "considers" doing
;either sort of save from time to time. If the required interval has
;passed... and usually the check won't come exactly when it has passed...
;the required save will be done.)

[2405]
;Section should contain...
;  enable= [y or n]
;  id= [Dallas ID, $05 at left, e.g. 0300000000923E05
;         which is id of chip in PCB203, AAG guts.
enable=n
id=0300000000923E05
;N.B.: 2405 stuff largely remmed out at 7/07... reinstate!

[SecondImage]
;Creates a <img src="<name>" alt="alt text">
;line in the html generated by the program.
;Image must be in the folder defined by [sfw]:fwp
jpg2caption=(Registered users of DS025 can put whatever caption and image they wish here.)
jpg2name=jpg2.jpg
;(good default exists) jpg2alt=test image for DS025
jpg2width=80

[ThirdImage]
;Creates a <img src="<name>" alt="alt text">
;line in the html generated by the program.
;Image must be in the folder defined by [sfw]:fwp
jpg3caption=Search for "FarWatch" (one word) with Google to learn about this program
jpg3name=FrmDs41.jpg
;(good default exists) jpg3alt=test image for DS025
jpg3width=98

[FourthImage]
;Creates a <img src="<name>" alt="alt text">
;line in the html generated by the program.
;Image must be in the folder defined by [sfw]:fwp
jpg4caption=The forest scenes are stills captured by WebCam Looker- check their timestamps.
jpg4name=JpgForTweak.jpg
;(good default exists) jpg4alt=test image for DS025
jpg4width=78

[HTMLMsg]
;Concerns the optional easily changed one line
;message which can be inserted into the page of
;HTML created by the application. (The feature
;only works if you have a level 2 license.)
;"Persists" is the number of days the message
;should persist. If zero, message stays until
;changed. Fractional values allowed, e.g.
;0.5 results in a message lasting 12 hours.
;If there is noting for the message, then the
;values for "Persists" will be ignored.
Msg=Program udergoing upgrade...apologies if frozen when you look.
Persists=6
Msg2=(Registered users can add lines here easily, and change them easily.)
Persists2=0

[HTMLTitle]
;Keep this short. It will be prefixed
;to some fixed text which becomes the
;title shown for a page in a browswer
;looking at what DS025 creates. Useful
;for telling from a tab what FarWatch
;premises a given tab is looking at.
;A space is forced into the line between
;any prefix and the rest of the line,
Prefix=277rr