The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Heating Control with Smalltalk

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Heating Control with Smalltalk Posted: Aug 25, 2008 11:21 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Heating Control with Smalltalk
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

The talks are split up now - I'm watching Alfred Wullschleger talk about the heating control system he uses to run his house - which he wrote himself in VisualWorks.

It's a commercially built control unit, so it's not a homebrew, one-off kind of thing. What was the motivation? The control unit that shipped with the unit wasn't running efficiently, and Alfred likes to tinker with hardware - so using a standard PC with USB interface, he was able to simulate the unit in Smalltalk, and, via DLLCC, hook up to the C API.

  • Interface to the hardware via a DLL for the Minilab 1008
  • All control done in Smalltalk
  • User Interface in Smalltalk
  • Sockets for remote operation
  • Simulation of all hardware
    • Uses an energy flow model
    • Runs 10x faster than the real system!

The end result is that he has a headless image on the boiler connected computer, and he can remotely control it via any system on his LAN.

Read: Heating Control with Smalltalk

Topic: New iMac! Previous Topic   Next Topic Topic: Voyager Redux?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use