Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - karen

Pages: 1 [2]
16
Technical support / Logical problem
« on: December 12, 2002, 11:31:27 AM »
' heater control function

    ' SETIO heater  or CLRIO Heater based on the
    '  value of ADC(1)/10  
 
IF ADC(1)/10 < 15 SETIO HEATER
ENDIF

IF ADC(1)/10 > 17 CLRIO HEATER
ENDIF




thanks for all the help that you have given me i would like your knowlege. i just have one more question  for you.  the above statement works great in theory but the problem is the heater works ok when it reaches 17 the heater cuts off and the value at ADC(1) rises by 10.  this means the liquid cools too much because it takes too long for the number to return to 15.  how can i compensate for the increase by ten is there any way to subtract 10 from the upper value.  so

heats to 17 heater turns off 0.5 of a second later
value rises to 27 at ADC(1) need to subtract 10
so the numer cools from 17 to 15 then repeat again

thanks karen ???

17
Technical support / Best Wishes
« on: December 31, 2002, 11:03:28 AM »
Thank you for the help and best wishes for the NEW YEAR

Karen

18
Technical support / An Electrical Question
« on: January 06, 2003, 11:58:06 AM »
i have a 0-250ma scale that i would like to read with the ADC what resistor network would i need to use

thanks Karen

Pages: 1 [2]