Page 1 of 1

dallas sensor setup

Posted: Tue Aug 10, 2004 11:41 am
by pawn
can somone point me to a guide that shows me how to set up the dallas probs.. I got them Hooked up, installed, I have also scaned them to..

so what i need is, How to get the temped to read on the display and stuff let me know thanks..

pawn

Posted: Tue Aug 10, 2004 12:06 pm
by Tyler
there is a little bit of info that should give you the jist of it all, located at the lcdc.cc site quick links are here.

http://www.lcdc.cc/help/screenbuilder.htm#Events

and

http://www.lcdc.cc/help/configuration.htm#amxx

Posted: Tue Aug 10, 2004 12:12 pm
by pawn
yea i looked at those but it still dont tell you how to set it up on the builder screen.. Like what Screen to use and what Event so forth..

Posted: Tue Aug 10, 2004 12:43 pm
by pawn
nm i got it... didnt need a event
thanks...

pawn

Posted: Tue Aug 10, 2004 12:44 pm
by Tyler
glad to see you have solved yours problem if there is anymore we can help you with but sure to ask.

Posted: Tue Aug 10, 2004 12:51 pm
by pawn
well i want to se it up like MBM5, MBM has CPU: 33 then it has the H and Low, but i guess the Dallas dont do the Hight and low..


Also ii'm trying to to make the value Font bigger bont it wont let me..

CPU:[%fon21%[#$AdvDalVal004]%]

but it gives me scrambled letters

any idea why i cant make the Value Font Bigger?

Posted: Tue Aug 10, 2004 2:46 pm
by Tom
You can set the limits for the temperature probe. I set mine up so that if the temperature of the probe reads >30 then my fan turns on.

My setting are shown below

Under event it shows Sys->Advanced->On D1W Temperature "Gt or Er"
It was set to the probe id and the temperature setting was 30. Under action it shows GPO->Advanced->Set PWM
Mine was GPO 1 and I set the fan to 100%.


As for the font size, try what I have on my display.

Probe Temp:[%fon23%[#$AdvDalVal004]%] C
[%fon24% [#$AdvDalVal004]%]

The steps on doing this is below.

1) Highlight [#$AdvDalVal004] then right click on it.
2) Select your top line
3) Select format then font with spacing 2x2 then top line
4) Copy [#$AdvDalVal004] to the second line
5) Select your bottom line
6) Select format then font with spacing 2x2 then bottom line
7) Space your code around until it aligns with the top line properly

:)

Posted: Tue Oct 26, 2004 3:53 pm
by jhego
what should i choose for sensor type?