Page 4 of 6 FirstFirst 123456 LastLast
Results 31 to 40 of 53

Thread: Modernity Skin Project Worklog for Fusion Brain

  1. #31
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    I really hope the png text works out, that would mean I can keep my beveled 3d semi-transparent texts, and use them everwhere

    EDIT:I suppose...if it's made to be configurable in the skin. If not.. I guess we'd get the fonts we get.

  2. #32
    Newbie linkyone's Avatar
    Join Date
    Apr 2005
    Location
    Italy
    Posts
    51
    Absolutely amazing! This is exactly what i am trying to do but i just cant find the time!

    (next question is more directed to software than skinning)

    In your setup you have a current temp and requested temp. are you going to set up your software so that temperature automatically adjustes to the set ammount? say you want 72 deg, will the brain automatically turn on heat or cold? so i guess my question is input value -> trigger different output? now this could be used for different applications too. say, photo sensor, automatic head lights. distance sensor, auto cruise control. is this possible?
    If its not broken, take it apart anyway to see how it works!

    2005 Jeep Grand Cherokee Limited
    Progress [########O#] 90% - All but ODBII working!

    [Old Projects]
    2000 Saturn SC2 - 100%
    2000 Sebring JXi - 90% - Dash mod went bad, sold car.

  3. #33
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    Yeah, there's a lot to it, to do it correctly. it's more than just IF Acutal>Desired => \/HeaterDoor. That's part of it, of course. But it's going to be a bit more elaborate of a process control scheme. It's going to be more of an anticipating, self correcting, .... yeah.,.. a lot like cruise control actually, with perhaps a few more variables, and outputs. I'd be afraid to do cruise control like this, but it's a possibility. A photo sensor will/can be used with this AC setup.

  4. #34
    Newbie linkyone's Avatar
    Join Date
    Apr 2005
    Location
    Italy
    Posts
    51
    Quote Originally Posted by h3rk View Post
    A photo sensor will/can be used with this AC setup.
    photo sensor with AC? how does that work?
    If its not broken, take it apart anyway to see how it works!

    2005 Jeep Grand Cherokee Limited
    Progress [########O#] 90% - All but ODBII working!

    [Old Projects]
    2000 Saturn SC2 - 100%
    2000 Sebring JXi - 90% - Dash mod went bad, sold car.

  5. #35
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    Sunload sensors give an output voltage that is proportional to the solar heat flux it receives. When multiplied by the glass area and a factor that represents the transparency of the glass, a rate of heat introduced into the vehicle by the sun can be found. Almost all modern automatic climate control systems have this.

    In fact there was an interesting patent that I found that is actually in use in some newer vehicles where the angle of the sensor is adjusted to give a more accurate signal based on the relationship of the sun-ray's angle to the vehicle and the angle the fact that automtive glass is shielded to some degree at high-noon by the difference of angles and the relatively small area the sun sees. Neat stuff. That one is also split for dual zone climate control. I'm not touching dual yet. I've got my hands full as it is.

  6. #36
    Newbie linkyone's Avatar
    Join Date
    Apr 2005
    Location
    Italy
    Posts
    51
    Thats really cool! Well, as soon as i get settled in the new house and unpack the soldering iron, ill work on one my self. I can do the electrical part, its the programming i may need some help on. Anyway, keep us up to date on your progress!
    If its not broken, take it apart anyway to see how it works!

    2005 Jeep Grand Cherokee Limited
    Progress [########O#] 90% - All but ODBII working!

    [Old Projects]
    2000 Saturn SC2 - 100%
    2000 Sebring JXi - 90% - Dash mod went bad, sold car.

  7. #37
    Newbie 94gt's Avatar
    Join Date
    Apr 2008
    Location
    Lima, OH
    Posts
    33
    It's crazy all the possibillities this thing has. I had quite a few ideas as far as layout was concerned and I like where you're going with yours. How is KITT going to come get you if you're already in the car tho? Whiteboard perhaps?

  8. #38
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    what if I'm interfacing with my car's PC via remote connection and a PDA.

  9. #39
    Newbie 94gt's Avatar
    Join Date
    Apr 2008
    Location
    Lima, OH
    Posts
    33
    Yeah, maybe you could even drive the car by remote? Why not? Don't know how the insurance company would feel about that tho... hmmm

  10. #40
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    Any thoughts on this as an new direction?



    Regardless, I'm going to use them to test an idea I had about "press-hold" functionality, and variable rate of change based on length of time a button is pressed, up to a maximum rate.
    Which, I think would be pretty cool.

    Ok Pick any one of the dials, it doesn't matter to me. Now imagine that dial is a multi-image with the minimum at the 8 oclock position, and maximum at the 4 oclock position. 270deg.
    That travel, just like the white arcs, is equated to a variable from 0-100% (percent being of no consequence other than we humans can relate easy so, 0-100). Now place an invisible button on the right and left side of the dial, on top. Pushing the right button increments a variable (X) up and pushing the left does the opposite. Easy so far. Now... what if pushing the button makes another variable (Y) 1 on upclick and 0 on downclick. And within a root function, (A) IF Y==1, X=X+1; (B) another, IF Y==0, X=0; and then another, (C) IF X>=5, X=5; one more function, (D) Z = Z+X. Control the minimum timer setting for function A to control the rate of change (X) of the rate of change (Z) (acceleration), and the ultimate rate of change of Z (speed), which can be controlled by setting the minimum timer setting of D. That's just for the "raise" button. Still easy? It's not too bad. Now, to see if it works...

Page 4 of 6 FirstFirst 123456 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •