OASIS Command Reference

parm

Name

parm - display or set OASIS system settings

Synopsis

parm [<parameter> <value>]

Description

The parm displays the current values of OASIS system parameters when issued with no arguments. When issued with an optional parameter-value pair, the parameter value is set. The table below lists the OASIS parameters which may be set using parm.

Parameter
Description
Values
DISCHR
Disconnect Character
CON command DISCONNECT Character (ends CON session)
BRKCHR
BREAK Character
Character to indicate that a BREAK should be sent during a CON session
con_tmout
Connect Timeout
OASIS Login Timeout (Seconds)
TNCCHR
TNC Command Character
TNC Command Escape Character
radio_tmout
Radio Silence Timeout
Hours of radio silence before can is reset
PwrPerm
Power Policy

Bitmask:

Bits 0-31

0: Powered by OASIS only when sampling (if power bit is defined for instrument)
1: Continuously Powered by OASIS

ASCII
Send Data In ASCII Format
0: Binary 1: ASCII
xoff_tmout
Default XOFF Timeout
Timeout for receipt of XOFF character (seconds)
sync_tmout
Default Sync Timeout
Timeout for drvSync() function (seconds)
gmtOffset
Deployment Location Offset Relative to GMT
hours
logStatus
Log power events

Bitfield:
Bit 0: Power On Events
Bit 1: Power Off Events

1: Log 0: Don't log

fileNum
YModem Filenumber
0-999
gpsAlt
Initial GPS Altitude
meters
gpsVelAvg
GPS Velocity Averaging time
seconds
maxUsedStack
Largest stack size used by any task since OASIS started up.
Used for debugging

 

Parameter
Description
Values
TNC
TNC Call Sign
Usually indicates deployment and mooring e.g., 2000M1
ADCP
ADCP sample command
varies
pCO2
pCO2 Sample Command
varies

 

The parameters that actually appear when the parm command is issued depends on the current configuration. Each parameter has a natural format, either decimal or hexadecimal. Always check the value of a parameter before setting it to see what format it uses. Also always check the value of a parameter after setting it, to verify it was set in the proper format.

Example

Display Current OASIS Parameter Values:

parm

Set Value of ASCII Parameter to 1:

parm ascii 1