-
Notifications
You must be signed in to change notification settings - Fork 9
Home
CIP is a javascript implementation that emulates a Crestron touchpanel. The goal is to allow Command Fusion to connect and communicate with Crestron via an XPanel ethernet device module on the CIP port, as opposed to user modules that are limited to a less robust TCP socket system. While currently using Xpanel device, this may be subject to change in the future.
The module is able to make multiple connections to multiple Crestron Control systems. Each connection can use different IP ID's, and each has independent connection feedback joins, as well as independent Join ranges which the panel will association with that connection. This is achieved completely through Global Token settings and System/Feedback configurations, no editing of Javascript should be necessary.
- Command Fusion iViewer version 4.04 or higher.
- 1.0 - Intended to implement standard XPanel level features, with the addition of allowing serial text to be transmitted to the control system (something not usually available on XPanels, however the Crestron device module supports it).
- Password protection
- Support Dynamic Lists.
- Support association of iPad device name/ID with IP ID's on control system.
- ...
- None at this time.