10-29-2009, 07:09 PM
Hi Lee,
Briefly then, and a real braindump.
An overview of the basics, EG:
- What it does
Perhaps the best way is to liken it to the Cytech WizComfort product but with graphical interface. I tried to use Wizcomfort in it\'s current version but found too many problems so decided to write my own based on some initial code that Giltrow produced (which was hardcoded to his solution). A good place to start is with the Help file which is in Windows CHM format so you can just double-click it to open it like other Windows help. Basically the user interface is in 2 parts; the righthandside is generic so will work with any Comfort II system straight apon running. The lefthandside is where the graphical part comes in; there\'s a Floorplan Editor included to create these. You dont actually draw the shapes in the Client Editor, you do that in some external application of your choice (Visio, Paint etc) and you drop these BMP/JPG (etc) images onto the plan to form your floorplan. You can move them about and scale them etc and also then configure how they interact with Comfort. For example a light bulb on my examples can show on/off states reported by Comfort, you can click on them if setup (I call these \'Click Responses\') to fire a Response in Comfort and also attach sounds as well. Zone responses can do something; I use to change backgound colour of the room monitored etc. More on this in the manual. You can have more than one Window (say for Floor 1, Floor 2 etc) and you can also have browser tabs (use these for IP cameras to show camera feeds) and any other sort of Browser-based management UI you can think of; all of this is maintained through Window Manager. Screenshots of the sorts of things you can do in the forum thread.
- What hardware is needed to run it
Whatever runs the OS below.
- What OS is needed to run it
It\'s a Windows .NET 3.5 application so any Windows version that runs that; been tested on XP, Vista and Windows 7 so far.
- How does it connect to Comfort (eg interface types & cabling requirements) - some basic topology examples
Use a UCM05 with an Eth01 daughtercard. I dont support USB or Serial interfaces as this was developed as a network application. Giltrows Server app allows more than one connection if you have for example multiple touch screens.
- Does ComfortClient software need the Comfort Server software, or are they unrelated ?
See above; only if you want more than one connection to Comfort as the UCM only supports 1 concurrent connection at a time.
As for Linux support you\'ve more chance of seeing a flying pig as that\'s not my area of expertise let alone the fact that I dont believe .NET is hosted on Linux!
Regards
Julian
Briefly then, and a real braindump.
An overview of the basics, EG:
- What it does
Perhaps the best way is to liken it to the Cytech WizComfort product but with graphical interface. I tried to use Wizcomfort in it\'s current version but found too many problems so decided to write my own based on some initial code that Giltrow produced (which was hardcoded to his solution). A good place to start is with the Help file which is in Windows CHM format so you can just double-click it to open it like other Windows help. Basically the user interface is in 2 parts; the righthandside is generic so will work with any Comfort II system straight apon running. The lefthandside is where the graphical part comes in; there\'s a Floorplan Editor included to create these. You dont actually draw the shapes in the Client Editor, you do that in some external application of your choice (Visio, Paint etc) and you drop these BMP/JPG (etc) images onto the plan to form your floorplan. You can move them about and scale them etc and also then configure how they interact with Comfort. For example a light bulb on my examples can show on/off states reported by Comfort, you can click on them if setup (I call these \'Click Responses\') to fire a Response in Comfort and also attach sounds as well. Zone responses can do something; I use to change backgound colour of the room monitored etc. More on this in the manual. You can have more than one Window (say for Floor 1, Floor 2 etc) and you can also have browser tabs (use these for IP cameras to show camera feeds) and any other sort of Browser-based management UI you can think of; all of this is maintained through Window Manager. Screenshots of the sorts of things you can do in the forum thread.
- What hardware is needed to run it
Whatever runs the OS below.
- What OS is needed to run it
It\'s a Windows .NET 3.5 application so any Windows version that runs that; been tested on XP, Vista and Windows 7 so far.
- How does it connect to Comfort (eg interface types & cabling requirements) - some basic topology examples
Use a UCM05 with an Eth01 daughtercard. I dont support USB or Serial interfaces as this was developed as a network application. Giltrows Server app allows more than one connection if you have for example multiple touch screens.
- Does ComfortClient software need the Comfort Server software, or are they unrelated ?
See above; only if you want more than one connection to Comfort as the UCM only supports 1 concurrent connection at a time.
As for Linux support you\'ve more chance of seeing a flying pig as that\'s not my area of expertise let alone the fact that I dont believe .NET is hosted on Linux!

Regards
Julian

