The name of the point to retrieve information for. Multiple points can be specified.
Brief output. Print only the point name and value.
The domain name of the desired datahub. This replaces the default, which is "default".
Print a help message and exit.
The readpt utility will retrieve the value of a point from any available Cascade DataHub. If a point cannot be found a new point will be created in the datahub it was queried from. The domain can be specified with -d, or by qualifying the pointname, as in domain:thepointname (the latter technique overriding the former).
[sh]$ readpt LIC02_sp
Point: LIC02_sp
Value: 55
Conf: 100
Lock: 0
Secur: 0
[sh]$ readpt -d control m23onoff
Point: m23onoff
Value: 1
Conf: 100
Lock: 0
Secur: 0
[sh]$ readpt -b control:m23onoff
Point: m23onoff
Value: 1