Skip to content
scottshanafelt edited this page Jul 8, 2011 · 29 revisions

CIP

CIP is a JavaScript module that allows Command Fusion to communicate like a Crestron touchpanel. The goal is to allow Command Fusion to connect and communicate with a Crestron processor 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 the 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. Each has independent connection feedback joins, as well as independent Join ranges which will be association with that connection. This is achieved completely through Global Token settings and System/Feedback configurations, no editing of JavaScript should be necessary.

Requirements

  • Command Fusion iViewer v4.04 or higher.

Release History

  • v1.0 - Implements standard XPanel features, with the addition of allowing serial text to be transmitted to the control system (something not usually available on XPanel's, however the Crestron device module does support it).

Future Features

  • Password protection
  • Dynamic Lists.
  • Support association of iPad device name/ID with IP ID's on control system.
  • ...

Known Issues

  • None at this time.
Clone this wiki locally