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
dallas sensor setup
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
http://www.lcdc.cc/help/screenbuilder.htm#Events
and
http://www.lcdc.cc/help/configuration.htm#amxx
Matrix Orbital: Graphical Division
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?
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?
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

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
