var fDesc=new Array(); fDesc[0] = "Software tool to interface between digital instruments and windows software.

The FLOW-BUS DDE (Dynamic Data Exchange) Server is gathering data from the modules connected to the FLOW-BUS, and at the same time transferring data to this modules.
DDE provides the user a basic level of interprocess communication between windows applications and is therefore, the most flexible way to transfer data between windows applications.

By using DDE commands, sent by software, to the DDE Server,
data can be sent or requested from the FLOW-BUS.

Some examples of programs with DDE communication facilities are:
- LabView (National Instruments)
- InTouch (ATS, Applied Tech Systems)
- Windmill (Windmill software Ltd.)
- WinWorX (Iconics)
- Wizcon (Wizcon)
- FIX
- Self made applications with Visual Basic, Visual C, C"; 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 = ''; } }