| Author |  | 
      
        | TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          Excited rambling ahead; beware!
           | Posted: December 28 2004 at 23:27 | IP Logged |   |  
           | 
 |  
 My son's PC (my real old one) dies a month ago, so, having some time off, I was heading out today to get a new one for him. On the way out of town, I spotted what looked like a new computer store and stopped in. Well! This place recycles old computers and gets end-of-lease equipment, refurbs it, and sells it in their store and on ebay. I got the grand tour and saw all sorts of cool equipment. One cool thing was that they had a couple skids of Elo touch-screen montiors!
 
 It was at this point that I remembered I had a free Elo at one of my ex-wife's stores (they said it was broken, and just ordered a new one; more on this later).
 
 I ended up buying up a nice 700MHz Celeron system for $89. It runs decently, so, I may get another for my daughter. Anyway, I used the Elo for setting up this system, and once I had it set up, I tried the touchscreen. I now need a few of these around the house!
  
 I also found a couple Wyse WinTerms, which are small Windows CE computers, for $50. I may end up getting one (or both) of these with an Elo for the kitchen, depending what my research reveals.
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | dhoward Admin Group
 
  
  
 Joined: June 29 2001
 Location: United States
 Online Status: Offline
 Posts: 4447
 | 
          That's pretty cool Tony!  Ive been all around my town (Orlando, FL) and we don't have a store like that (if anyone knows of one, I'd like to know) except for Skyjunk (Skycraft actually).
           | Posted: December 29 2004 at 00:34 | IP Logged |   |  
           | 
 |  
 Keep us posted on both the Elo and WinTerm testing.  Im building a new house so could use some ideas.
 
 Dave.
 
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | krommetje Super User
 
  
  
 Joined: December 29 2004
 Location: Netherlands
 Online Status: Offline
 Posts: 695
 | 
          I can't seem to get my ELO touchscreen working in win98... At first I wanted to use my HA-server without a mouse, but with my ELO-Touchscreen..... I can get it to work in DOS, Win95 and even OS2 but Win98 refuses at all times....... Drivers and all that stuff are current.....
           | Posted: December 29 2004 at 12:47 | IP Logged |   |  
           | 
 |  
 Peter
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          Windows 2000 gave me a bit of trouble. It worked after I uninstalled the 2nd latest Universal Driver from their web page, rebooted, then, loaded the driver again. :/
           | Posted: December 29 2004 at 18:33 | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |       | 
       
       
        |  | 
        | TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          Well, turns out the Wyse WinTerms are just that. They only function as a Terminal Services (aka: Remote Desktop) client of Win2K or XP Pro. Dang.
           | Posted: December 31 2004 at 00:54 | IP Logged |   |  
           | 
 |    
 On the up-side, I have stumbled upon something interesting in the last several days, and am now working on a floorplan view page for PH. This tidbit is a statement I saw in the web CC code... STYLE="position:absolute...".
   | 
       
        | Back to Top |       | 
       
       
        |  | 
        | TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          Here's a sneak peek...
           | Posted: December 31 2004 at 02:15 | IP Logged |   |  
           | 
 |  
 As ususal, use guest for both name and password.
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | dhoward Admin Group
 
  
  
 Joined: June 29 2001
 Location: United States
 Online Status: Offline
 Posts: 4447
 | 
          Looking good Tony
           | Posted: December 31 2004 at 10:16 | IP Logged |   |  
           | 
 |   .  Keep us posted on how it goes. 
 Dave.
 
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          I have each level done now. Just trying to think of what else I can do with it. Here is a sample section for a lamp...
           | Posted: December 31 2004 at 11:27 | IP Logged |   |  
           | 
 |  
 <!-- Foyer -->
 <% ph_rtne( ph_setvar_s ( 1, 1, "A" ) + ph_setvar_s ( 1, 2, "12" ) )%>
 
 <img border="0" STYLE="position:absolute; LEFT: 60px; TOP: 140px" <% case( ph_getx10stat("[LOCAL1]", [LOCAL2]) when 0 then 'src= "/unk.gif"' when 1 then 'src= "/off.gif"' when 2 then case( round( ph_getx10level("[LOCAL1]", [LOCAL2]), 0) when 100 then 'src= "/on.gif"' else 'src= "/dim.gif"')) %> width="16" height="16">
 
 I first set two local variables to hold the appropriate house and unit code (A12 here). The next line checks the status of that device and displays the appropriate graphic. If it is off, it displays the off.gif graphic. If it is on, it checks the dim level, and if it is 100, uses the on.gif graphic, otherwise, it uses the dim.gif graphic.
 
 This is pretty easy to tweak. The key is the position:absolute. Just fine tune the LEFT and TOP values to align with your floorplan, which you would load like this...
 
 <img border="0" src= "/floorplan-main.jpg"> STYLE="position:absolute; LEFT: 12px; TOP: 15px" width="383" height="329">
 
 This will be much easier once Dave adds graphics to the CC.
   | 
       
        | Back to Top |       | 
       
       
        |  | 
        | dhoward Admin Group
 
  
  
 Joined: June 29 2001
 Location: United States
 Online Status: Offline
 Posts: 4447
 | 
          Oh thanks Tony...just remind me of all the work I need to do for the New Year
           | Posted: December 31 2004 at 12:02 | IP Logged |   |  
           | 
 |   . 
 You're right though, it will make this type of thing a lot easier
  . 
 Dave.
 
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          Hehe! I had to go back to old posts just to make sure you mentioned this before. Seems like it would be a small step from the existing CC code, but, I could be wrong.
           | Posted: December 31 2004 at 12:15 | IP Logged |   |  
           | 
 |   
 I'm now trying to determine the best place for my first touch screen. Having a smallish house makes it tough. Maybe I'll replace the Palm Pad in the front entryway to make it convenient as we come or go... or, should I replace the Palm Pad in the kitchen? Decisions, decisions.
 | 
       
        | Back to Top |       | 
       
       
        |  |