Is there any documentation that describes how \"Room responses\" and \"Sensor Responses\" are used. I can\'t see how they link to physical/hardware. Sensor 0 (\"Sensor 00\") for example; what I/O card is sensor physically plugged into? I\'m confused!! :?
Looked in current configurator manual but nothing in there that helped.
Quote:In the UCM section any reason why there is not a formal type for \"UCM/Ethernet\"?
Think this was same in current release but seems a little strange given that about every other variant is listed in the dropdown list.
J
There is no separate UCM/Ethernet listed because this is the same as a UCM05 (RS232) but with a serial to Ethernet converter.
All the other types eg C-Bus, EIB, GSM etc implement different communications protocols, hence Comfigurator needs to know how to talk to them
Quote:Is there any documentation that describes how \"Room responses\" and \"Sensor Responses\" are used. I can\'t see how they link to physical/hardware. Sensor 0 (\"Sensor 00\") for example; what I/O card is sensor physically plugged into? I\'m confused!! :?
Looked in current configurator manual but nothing in there that helped.
Could we have ability to import CRS type files in 2.9.x as you are only allowed to open CRX ones at the moment. Found when I tried to export some responses out of an old CCS file into 2.9.8. Worked around by converting CCL to CCLX and export/import this way but direct import would be good.
Getting this error on opening my CCLX file. Any way to get out of? I just deleted a response and got this error. I chose not to SAVE on exit but still got when I reopened file (so did it save anyway...?).
Error is:
Unhandled exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Comfort.ActionX10Command.Encode()
at Comfort.Response.GenerateActionCodes(Configuration configuration)
at Comfort.Response.EncodeResponses(Configuration configuration)
at Comfort.Form1.SetNewConfiguration(Configuration newConfiguration)
at Comfort.Form1.OpenFile(String filename)
at Comfort.Form1.OnMruFile(Int32 number, String filename)
at Comfort.MruStripMenu.OnClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)