Difference between revisions of "Connect-150 Digitizer View"

From I-CubeX Wiki
Jump to: navigation, search
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
The digitizer view window is opened by selecting "Devices" from the main menu. It will show the last viewed device. A specific device can be viewed by selecting its menu entry from the main menu. The digitizer view allows you to configure the digitizer's serial interface, its mapping to MIDI, OSC and a webhook URL, and it allows you to partially configure the digitizer itself using a mini editor.
+
The digitizer view window is opened by selecting "Devices" from the main menu. It will show the last viewed device. A specific device can be viewed by selecting its menu entry from the main menu. The digitizer view allows you to configure the digitizer's serial interface, its mapping to MIDI, OSC and Web messages, enable logging to file, and it allows you to partially configure the digitizer itself using a mini editor.
  
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.
+
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. The auto-enable feature for Wi-microDigs, if checked, sets Connect to attempt on startup to enable the serial interface and Bluetooth link of the Wi-microDig, and when the Wi-microDig's Bluetooth link is temporarily lost, eg. due to power interruption, to attempt to re-establish the Bluetooth link. If the attempt fails a dialog will appear giving you the option to cancel further attempts. Unplugging a USB-microDig or powering off a Wi-microDig will disable its serial interface. Unless the preferences have been set to dispose of MIDI ports upon disabling the serial interface of a device, the device's MIDI port will remain present in the operating system after disabling its serial port.
  
  
[[File:connect_enable.png]] [[File:connect_disable.png]]
 
  
 +
{|
 +
|[[File:connect-150_digitizer_view_enable_umd.png]]
 +
|[[File:connect-150_digitizer_view_enable_wmd.png]]
 +
|-
 +
|<center>USB-microDig</center>
 +
|<center>Wi-microDig</center>
 +
|-
 +
|}
  
  
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.
+
The MIDI and OSC mapping and Webhook URL POSTing features can be turned on or off by clicking the feature's checkbox. See the applicable sections in this wiki for details.
  
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 as shown below in the case of Wi-microDig 0458. The auto-load feature restores the configuration saved by Connect. The Reset button sends a RESET message to the digitizer (see the digitizer's [[Firmware | firmware specification]] for details. For each sensor input, below the on/off button, there is a green slider indicating the last received sensor value.
+
The mini editor provides limited control over the internal configuration of the digitizer. See the [[Connect-150_Mini_Editor |Mini Editor]] section for details. To access all the digitizer's standalone mode configuration settings use [[EditorX]].
  
The auto-enable feature for Wi-microDigs, if checked, sets Connect to attempt on startup to enable the serial interface and Bluetooth link of the Wi-microDig, and when the Wi-microDig's Bluetooth link is temporarily lost, eg. due to power interruption, to attempt to re-establish the Bluetooth link. If the attempt fails a dialog will appear giving you the option to cancel further attempts.
+
Clicking the "Remove" button disables the digitizer's serial interface (making it available to other software), disposes of the MIDI port associated with the digitizer and then removes the digitizer from the device list.
  
Clicking the "Remove" button disables the digitizer's serial interface (making it available to other software) and then removes the digitizer from the device list.
+
The "Check Firmware" button allows you to manually check for the latest firmware version for the connected digitizer. If a newer version is available it can be uploaded to the digitizer, see the [[Connect-150_Firmware_Upload |Firmware Upload]] section.  
  
  
[[File:connect-141_digitizer_view.png]]
+
[[File:connect-150_digitizer_view_umd.png]]
  
[[File:connect-141_digitizer_view_wmd.png]]
+
[[File:connect-150_digitizer_view_wmd.png]]
  
  
  
The "Add Other" option, if applied to an "iCubino", ie. an Arduino that is made I-CubeX compatible by uploading the [http://icubex.com/icubino iCubino] sketch to it, adds the iCubino to the device list, and makes it available to I-CubeX software such as [[Link]]. It can also be mapped to MIDI and/or OSC. Serial devices that are not I-CubeX compatible can also be added to the device list, and data received from them will then be output as MIDI. OSC output is only applicable to I-CubeX compatible serial devices.
+
The "Add Other" option in the main menu, if used to select the serial port of an "iCubino", ie. an Arduino that is made I-CubeX compatible by uploading the [http://icubex.com/icubino iCubino] sketch to it, adds the iCubino to the device list, and makes it available to I-CubeX software such as [[Link]]. It can also be mapped to MIDI and/or OSC and/or a Webhook URL address for use in IoT (Internet of Things) applications. Serial devices that are not I-CubeX compatible can also be added to the device list, and data received from them will then be output as MIDI. OSC output and Webhook URL POSTing is only applicable to I-CubeX compatible serial devices.
  
  
[[File:connect-141_digitizer_view_icubino.png]]
+
[[File:connect-150_digitizer_view_od.png]]

Latest revision as of 14:57, 19 January 2018

The digitizer view window is opened by selecting "Devices" from the main menu. It will show the last viewed device. A specific device can be viewed by selecting its menu entry from the main menu. The digitizer view allows you to configure the digitizer's serial interface, its mapping to MIDI, OSC and Web messages, enable logging to file, and it allows you to partially configure the digitizer itself using a mini editor.

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. The auto-enable feature for Wi-microDigs, if checked, sets Connect to attempt on startup to enable the serial interface and Bluetooth link of the Wi-microDig, and when the Wi-microDig's Bluetooth link is temporarily lost, eg. due to power interruption, to attempt to re-establish the Bluetooth link. If the attempt fails a dialog will appear giving you the option to cancel further attempts. Unplugging a USB-microDig or powering off a Wi-microDig will disable its serial interface. Unless the preferences have been set to dispose of MIDI ports upon disabling the serial interface of a device, the device's MIDI port will remain present in the operating system after disabling its serial port.


Connect-150 digitizer view enable umd.png Connect-150 digitizer view enable wmd.png
USB-microDig
Wi-microDig


The MIDI and OSC mapping and Webhook URL POSTing features can be turned on or off by clicking the feature's checkbox. See the applicable sections in this wiki for details.

The mini editor provides limited control over the internal configuration of the digitizer. See the Mini Editor section for details. To access all the digitizer's standalone mode configuration settings use EditorX.

Clicking the "Remove" button disables the digitizer's serial interface (making it available to other software), disposes of the MIDI port associated with the digitizer and then removes the digitizer from the device list.

The "Check Firmware" button allows you to manually check for the latest firmware version for the connected digitizer. If a newer version is available it can be uploaded to the digitizer, see the Firmware Upload section.


Connect-150 digitizer view umd.png

Connect-150 digitizer view wmd.png


The "Add Other" option in the main menu, if used to select the serial port of an "iCubino", ie. an Arduino that is made I-CubeX compatible by uploading the iCubino sketch to it, adds the iCubino to the device list, and makes it available to I-CubeX software such as Link. It can also be mapped to MIDI and/or OSC and/or a Webhook URL address for use in IoT (Internet of Things) applications. Serial devices that are not I-CubeX compatible can also be added to the device list, and data received from them will then be output as MIDI. OSC output and Webhook URL POSTing is only applicable to I-CubeX compatible serial devices.


Connect-150 digitizer view od.png