Table of Contents
This chapter gives an overview of how the Cascade DataHub handles data and the various protocols it works with.
Each value stored in the Cascade DataHub is called a point. A point has the following attributes:
The Cascade DataHub automatically creates a point whenever a connecting program tries to read, write, or create a point that doesn't exist. When the point is created, the Cascade DataHub assigns its value, time, quality, and confidence.
It is possible to have the Cascade DataHub create points and assign values to them at startup. Sometimes referred to as seeding, this is done with supplemental configuration files. Please refer to Appendix B, Configuration Files for more details.
It is not possible to directly delete points from the Cascade DataHub. Should a point no longer be in use by any of the participating programs, when the DataHub is shut down and restarted, the point will no longer appear.
You can view the values of all data points with the Data Browser.
The Cascade DataHub itself does not limit the size of a point data message. The only limits are those imposed by the operating system, and in Windows there are no such limits. If, however, you intend to share data between with Linux or QNX computers, there is a limit of 64000 bytes for QNX and 128000 bytes for Linux. In any case, bear in mind that very large values will take some time to be transmitted over a network.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.