276 43-TV-25-30 Iss.6 GLO Aug 07 UK
Timers must return a value. All timer commands must have “BLKV1 = the variable“
e.g.BLKV1 = tpause[1]. Value returned is the same as tget[1]. Timers count in seconds.
Maximum of 20 timers available.
Table 14.3 :
Compare & Convert Syntax Description
%RHc rhc[x,y] Returns % Relative Humidity with y as the dry bulb
temperature in degrees C, and x the wet bulb tem-
perature in degrees C
%RHf rhf[x,y] Returns % Relative Humidity with y as the dry bulb
temperature in degrees F, and x the wet bulb tem-
perature in degrees F
C2f c2f[x] Converts a temperature in C to one in F
F2c f2c[x] Converts a temperature in F to one in C
Hi hi[x,y] Returns the larger value of x & y
Hi4 hi4[x,y,x1,y1] Returns the larger value of x, y, x1,y1
Inside inside[x,y,z] Returns x if between y & z, otherwise returns 0.
Lo lo[x,y] Returns the lower value of x & y
Lo4 lo4[x,y,x1,y1] Returns the lower value of x, y, x1, y1
Outside outside[x,y,z] Returns x if outside of y & z, otherwise returns 0
Over over[x,y] Returns x if it’s larger than y, otherwise returns 0
Under under[x,y] Returns x if it’s less than y, otherwise returns 0.
Table 14.4 : Script Timers
Timers Syntax Description
Tget tget[x] Returns the elapsed time of timer x since start
Tpause tpause[x] Pauses the timer x
Treset treset[x] Resets the timer x
Trun trun[x,y] Starts the timer x in y mode. (Mode 1 = reset to
0 and run, Mode 0 = resume from previous
value)