Difference between revisions of "Connect"

From I-CubeX Wiki
Jump to: navigation, search
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Connect software represents a USB-microDig, Wi-microDig or Wi-miniDig as a MIDI device on the computer. It creates virtual MIDI ports that are named as per the digitizer type (USB-microDig or Wi-microDig) followed by its serial number.
+
The Connect software represents devices with a serial port as a MIDI device on the computer. It creates virtual MIDI ports that are named as per the device name. For I-CubeX devices (USB-microDig, Wi-microDig, Wi-miniDig, WiDig), the name is composed of the digitizer type (USB-microDig, Wi-microDig or WiDig) followed by its serial number. It also allows for mapping of the sensor data and actuator controls to / from OSC messages, outputting sensor data to the web for use in IoT (Internet of Things) applications, as well as saving sensor data in a file.
  
==QuickStart==
+
[[File:I-CubeX.logo.connect.black-only.transparent_512x512x32.png|50px]]
  
*[http://infusionsystems.com/catalog/info_pages.php/pages_id/239 MacOS]
+
==Releases==
*[[Connect_QuickStart_Windows |Windows]]
 
  
 +
<b>[[Connect-164 |Version 1.6.4]] for MacOS</b>
  
 +
[[Connect-163 |Version 1.6.3]] for MacOS
  
==Main menu==
+
[[Connect-162 |Version 1.6.2]] for MacOS
  
 +
[[Connect-161 |Version 1.6.1]] for MacOS
  
 +
[[Connect-160 |Version 1.6.0]] for MacOS
  
==Digitizer view==
+
<b>[[Connect-154 |Version 1.5.4]] for Windows</b>
  
After selecting "Show device" from the submenu when hovering over a device in the main menu's device list, the digitizer view window will open. This view allows you to configure the digitizer's serial interface, its mapping to MIDI and OSC, and it allows you to partially configure the digitizer itself using a mini editor.
+
[[Connect-153 |Version 1.5.3]] for Windows
  
The serial interface can be enabled or disabled. When the status is disabled the digitizer's serial port is available for other software to connect to and all the configuration options in the Digitizer view are hidden. For the Wi-microDig there is an option to auto-enable, meaning that Connect will try to enable it upon startup, as well as attempt to re-enable it if the connection was lost.
+
[[Connect-152 |Version 1.5.2]] for MacOS
  
The MIDI and OSC mapping features can be turned on or off by clicking the checkbox. the MIDI output can be configured using [[EditorX]]. OSC output conforms to the format /<digitizer_name>/<input_name> <sensor_value>, eg. "/USB-microDig_0141/Input_02 76", or "/USB-microDig_0141/Input_02 76 22 56", if the sensor is a digital (I2C) sensor that outputs 3 values.
+
[[Connect-151 |Version 1.5.1]] for MacOS
  
The mini editor provides some control over the internal configuration of the digitizer. In standalone mode, each sensor input that is configured with a processing setting will be shown as a white button. When the sensor input is both configured as well as active (on), it will be shown in blue.  
+
[[Connect-150 |Version 1.5.0]] for MacOS
  
 +
[[Connect-147 |Version 1.4.7]] for Windows
  
==Preferences==
+
[[Connect-146 |Version 1.4.6]] for Windows
  
The preferences menu provides a few options that apply to the overall operation and function of Connect.  
+
[[Connect-145 |Version 1.4.5]] for Windows
  
Check for updates, when checked, enables Connect to contact the Infusion Systems website to check if there is a newer version of Connect or a newer version of the firmware of any of the devices that are in the device list. The update check is performed upon startup and then once every week while Connect stays running.
+
[[Connect-143 |Version 1.4.3]] for MacOS
  
Check for USB-microDig driver on start, when checked, verifies that the USB-microDig driver is installed and if not shows an alert to download the driver.
+
[[Connect-141 |Version 1.4.1]] for MacOS
  
Delete MIDI port upon disable, is by default unchecked. It sets Connect to keep the MIDI port that's associated with a digitizer, registered in MacOS even though the digitizer may not be connected to it. This feature prevents software, like Cycling74 Max, that does not dynamically update the available MIDI ports, from malfunctioning due to failed MIDI port searches.
+
[[Connect-140 |Version 1.4.0]] for MacOS
  
Enable OSC input on Port 9999, enables control of actuator outputs of a digitizer. If OSC messages are sent to localhost (127.0.0.1) and match (case insensitive) the format /<digitizer_name>/<output_name> <set_value>, where  digitizer_name is the name of a connected digitizer, and set_value is in {-128, 0 .. 128}, the set_value will be mapped to a [[Firmware-73_Command-048 |SET OUTPUT]] message such that the values 0 .. 127 enable pulse width modulation and -128 turns the output off while 128 turns it on. The latter two states can also be realized by sending a set_value of "on" or "off" (case insensitive).
+
[[Connect-135 |Version 1.3.5]] for Windows
 +
 
 +
[[Connect-100 |Version 1.0.0]] for Windows

Revision as of 17:14, 27 July 2020

The Connect software represents devices with a serial port as a MIDI device on the computer. It creates virtual MIDI ports that are named as per the device name. For I-CubeX devices (USB-microDig, Wi-microDig, Wi-miniDig, WiDig), the name is composed of the digitizer type (USB-microDig, Wi-microDig or WiDig) followed by its serial number. It also allows for mapping of the sensor data and actuator controls to / from OSC messages, outputting sensor data to the web for use in IoT (Internet of Things) applications, as well as saving sensor data in a file.

I-CubeX.logo.connect.black-only.transparent 512x512x32.png

Releases

Version 1.6.4 for MacOS

Version 1.6.3 for MacOS

Version 1.6.2 for MacOS

Version 1.6.1 for MacOS

Version 1.6.0 for MacOS

Version 1.5.4 for Windows

Version 1.5.3 for Windows

Version 1.5.2 for MacOS

Version 1.5.1 for MacOS

Version 1.5.0 for MacOS

Version 1.4.7 for Windows

Version 1.4.6 for Windows

Version 1.4.5 for Windows

Version 1.4.3 for MacOS

Version 1.4.1 for MacOS

Version 1.4.0 for MacOS

Version 1.3.5 for Windows

Version 1.0.0 for Windows