NAME
portProperties - display properties of device service on specified host and port MOOS node
SYNOPSIS
portProperties nodeHost portName(s)
DESCRIPTION
The portProperties utility displays instrument service property values of the SIAM device service running on the specified node and port. For example, to retrieve the properties from the device running on port /dev/ttySX11 on the "surface" node:
% portProperties surface /dev/ttySX11

SIAM version $Name: $

Service properties for port /dev/ttySX11:
powerOnDelaySec=0
instrumentName=UNKNOWN
nominalCurrentMa=1000
className=moos.devices.garmin.GarminGPS$Attributes
serviceName=Garmin GPS s/n 81108743
parentID=1446
maxSummarySamples=0
currentLimitMa=3000
packetSetSize=10
sampleSchedule=R */0 */10 */0 */0 * * * * GMT *
defaultSkipInterval=0
fixTimeoutMsec=900000
extendedVersion=UNK
frameworkVersion=$Name: $
errCacheLimit=5
UUID=2faac191-5d53-11db-adb2-bb4672561f45
powerPolicy=ALWAYS
timeSynch=false
maxSampleTries=15
isiID=1590
peakCurrentMa=5000
summaryTriggerCount=0
sampleTimeoutMsec=10000
commPowerPolicy=SAMPLING
serviceStatus=0
startDelayMsec=2000

Multiple ports may be specified, e.g.
% portProperties surface /dev/ttySX3 /dev/ttySX11 /dev/ttySX12

The portName(s) can be abbreviated as an integer, i.e. "/dev/ttySX11" can be abbreviated as simply "11". Thus the above example is equivalent to

% portProperties surface 3 11 12

This utility may be run on the same host as the node, or on any networked host from which the node host is accessible. If run on the node's host, then nodeHost should be specified as "localhost".


 
ENVIRONMENT
The following environment variables must be set:


SEE ALSO

Instrument service properties,  setPropertycachePortnodeTest