var fDesc=new Array(); fDesc[0] = "Cascade DataHub we are now adding the following new and enhanced features:


New and enhanced features

- New - DataHub QuickTrend - view live, real-time trends for selected data.
- Enhanced - Scripting - program custom solutions to et your specific needs.
- Enhanced - Security - control access and set permissions for users and groups.
- Enhanced - Email/SMS Notification to receive an email or SMS message based on data changes
- Enhanced - Data Logging - store data in any database table that you choose.

Standard features

- DDE/Excel Support for connecting to Excel spreadsheets and other DDE servers
- Networking Excel Data - share live Excel data over a network with other Excel users.
- Data Aggregation - merge data from multiple sources into a common data set.
- Data Source Bridging - connect two or more data sources to share data in real time.
- DataHub QuickTrend - view live, real-time trends for selected data.
- Scripting - program custom solutions to meet your specific needs.
- Security - control access and set permissions for users and groups.
- Linux/QNX Connectivity - to connect to Linux and QNX based systems.
- System Monitor - access to Windows system analytics interface.

Popular new add-on features

- DataHub WebView - build and display private cloud-based web pages.
- Data Historian to store and retrieve large volumes of data at high speeds.
- Data Redundancy to do hot standby switching between identical data sources"; 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 = ''; } }