01-03-2012, 06:20 PM
Hi Home,
Ooh now that\'s an interesting idea!
At the moment (by design) I make the Client a \"single instance application\" such that you can only start up a single copy.
Of course the Client has allowed for multiple startup comfigurations for a while such that you can startup with a command line arguments selecting the config to use. Thus you could have one for each customer but again only one started at a time. If I was to turn off the \"single instance code\" mode though then that would allow you to start up muliple instances of the Client against multiple Comforts I think.... Haven\'t tried that but can maybe test.
To have a Single Client pointing at multiple UCM\'s/Comforts would be possible but the code would need some rework to do that; to support multiple connections I\'d need to tag incoming/outgoing responses/commands with a \"connection ID\" of the particular Comfort system and link a \"Connection ID\" to a floorplan, such that you could have floorplan(s) linked to a particular Comfort System (customer). Not impossible but I\'ve not targetted the Client that way up to now. I\'m intrigued at the possibilities though and I can just visualise Ingo jumping up and down as I type this!!

Julian
Ooh now that\'s an interesting idea!
At the moment (by design) I make the Client a \"single instance application\" such that you can only start up a single copy.
Of course the Client has allowed for multiple startup comfigurations for a while such that you can startup with a command line arguments selecting the config to use. Thus you could have one for each customer but again only one started at a time. If I was to turn off the \"single instance code\" mode though then that would allow you to start up muliple instances of the Client against multiple Comforts I think.... Haven\'t tried that but can maybe test.
To have a Single Client pointing at multiple UCM\'s/Comforts would be possible but the code would need some rework to do that; to support multiple connections I\'d need to tag incoming/outgoing responses/commands with a \"connection ID\" of the particular Comfort system and link a \"Connection ID\" to a floorplan, such that you could have floorplan(s) linked to a particular Comfort System (customer). Not impossible but I\'ve not targetted the Client that way up to now. I\'m intrigued at the possibilities though and I can just visualise Ingo jumping up and down as I type this!!

Julian