var fDesc=new Array(); fDesc[0] = "Would you like to use your PC in a data acquisition or control application?

The USB Digital I/O Commander ("Digio") allows you to set digital outputs and read digital inputs.

In addition, it allows you to specify an action to occur when a specific trigger input or set of inputs change state.

For instance, you can configure the software to send a pre-determined e-mail message to a recipient when input bits 0 to 3 equal the value "14".

Or, configure to play a wav sound when bit 5 is "high". You can do this and much more. With 8 different notification types, the possibilities are limit-less.

- Automation
- Process control
- Security
- Research
- Robotics
- Motion Detection
- Industrial Control"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }