org.mbari.siam.devices.isus2
Class ScheduledISUS
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.mbari.siam.core.DeviceService
org.mbari.siam.core.BaseInstrumentService
org.mbari.siam.core.PolledInstrumentService
org.mbari.siam.devices.isus2.ISUS2
org.mbari.siam.devices.isus2.ScheduledISUS
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, ScheduleOwner, Device, DeviceServiceIF, Instrument
public class ScheduledISUS
- extends ISUS2
- implements Instrument
Satlantic ISUS-2 instrument service, as operated in SCHEDULED mode.
Compatible with ISUS firmware version 2.7.1.
This instrument serial interface is menu-driven, resulting in some tricky
state transitions.
- Author:
- Tom O'Reilly
- See Also:
- Serialized Form
| Fields inherited from class org.mbari.siam.core.BaseInstrumentService |
_defaultSamplerTask, _defaultSampleScheduleName, _errorCache, _instrumentAttributes, _lastPacket, _lastSensorDataPacket, _maxSampleBytes, _messagePacket, _nPowerRequests, _nWakeRequests, _packetLog, _recordType, _running, _samplerWakeupTime, _scheduleKey, _schedules, _sensorDataPacket, _turbinator, MAX_BASE_RECORDTYPE, RECORDTYPE_DEFAULT, RECORDTYPE_METADATA, RECORDTYPE_UNDEFINED |
| Fields inherited from class org.mbari.siam.core.DeviceService |
_fromDevice, _instrumentPort, _nodeProperties, _parentNode, _regEntry, _sandBox, _serviceCachePath, _serviceName, _servicePropertiesPath, _serviceXMLPath, _toDevice, CACHED_PROPERTIES_FILENAME, PROPERTIES_FILENAME, XML_FILENAME |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Fields inherited from interface org.mbari.siam.distributed.Device |
ERROR, INITIAL, INSTRUMENT_STATE, MDATA_ALL, OK, SAFE, SAMPLING, SERVICE_ATTRIBUTES, SERVICE_CACHE, SERVICE_PROPERTIES, SERVICE_XML, SHUTDOWN, SLEEPING, SUSPEND, UNKNOWN |
| Methods inherited from class org.mbari.siam.devices.isus2.ISUS2 |
doCommand, doCommand, exitMainMenu, getInstrumentStateMetadata, getSerialPortParameters, gotoMainMenu, gotoReady, initCommunicationPowerPolicy, initCurrentLimit, initializeInstrument, initInstrumentPowerPolicy, initInstrumentStartDelay, initPromptString, initSampleTerminator, inMenu, setClock, setDeviceClock, shutdownInstrument, stopSampling, test, waitForCharge |
| Methods inherited from class org.mbari.siam.core.BaseInstrumentService |
acquireSample, addDefaultPacketFilters, addSchedule, addSchedule, annotate, assertSamplingState, cacheProperties, callDataListeners, canSummarize, checkInputProperties, cleanupServiceState, clearDefaultPacketFilters, clearPropertiesCache, createPacketLog, createTask, createTurbinators, disableSummary, enableSummary, endDeviceAccess, getAllSchedules, getChildren, getCommunicationPowerPolicy, getCurrentLimit, getDefaultPacketFilters, getDefaultSampleSchedule, getDefaultSampleScheduleName, getDevicePacketParser, getFileBytes, getInstrumentPowerPolicy, getInstrumentServiceBlock, getInstrumentStartDelay, getLastSample, getMaxSampleBytes, getMaxSampleTries, getMetadata, getMetadata, getMetadataPayload, getPackets, getPackets, getParent, getParser, getPortDiagnostics, getPortDiagnosticsSummary, getPromptString, getProperties, getProperty, getSampleBuf, getSampleSchedule, getSampleTerminator, getSampleTimeout, getSchedule, getScheduleKey, getSchedules, getServicePropertiesBytes, initialize, initializeDriverDefaults, initializePooledResources, interruptDeviceAccess, logPacket, managePowerSleep, managePowerWake, nPowerRequests, postSample, powerOff, powerOffCallback, powerOn, powerOnCallback, prepareToRun, prepareToSample, printData, processSample, removeAllSchedules, removeSchedule, resetPortDiagnostics, resume, resumeSchedule, running, setClock, setCommunicationPowerPolicy, setCurrentLimit, setDefaultSampleScheduleName, setInstrumentPowerPolicy, setInstrumentServiceBlock, setInstrumentStartDelay, setMaxSampleBytes, setMaxSampleTries, setPromptString, setProperty, setRecordType, setSampleTerminator, setSampleTimeout, shutdown, sleepingUntil, snooze, startDeviceAccess, summaryEnabled, suspend, suspendSchedule, sync, syncSchedule, validateSample |
| Methods inherited from class org.mbari.siam.core.DeviceService |
addDataListener, advertiseService, createRegistryEntry, getAttributes, getCommPortName, getFrameworkVersion, getId, getInstrumentPort, getLocation, getName, getRemoteSerialPort, getRemoteSerialPort, getSamplingCount, getSamplingErrorCount, getSamplingRetryCount, getStatus, host, incRetryCount, initializePropertyDefaults, registryEntry, registryName, removeDataListener, setInstrumentPort, setNodeProperties, setParent, setSerialPort, setStatusError, setStatusInitial, setStatusOk, setStatusSafe, setStatusSampling, setStatusShutdown, setStatusSuspend |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mbari.siam.distributed.Instrument |
acquireSample, addDefaultPacketFilters, annotate, cacheProperties, clearDefaultPacketFilters, clearPropertiesCache, disableSummary, enableSummary, getDefaultPacketFilters, getLastSample, getPackets, getPackets, getParser, getPortDiagnostics, getPortDiagnosticsSummary, getProperties, getProperty, getSampleSchedule, getSchedules, resetPortDiagnostics, setClock, setClock, setProperty, summaryEnabled |
| Methods inherited from interface org.mbari.siam.distributed.Device |
getChildren, getCommPortName, getFrameworkVersion, getId, getLocation, getMetadata, getName, getParent, getSamplingCount, getSamplingErrorCount, getSamplingRetryCount, getStatus, host, powerOff, powerOn, prepareToRun, resume, shutdown, suspend, test |
ScheduledISUS
public ScheduledISUS()
throws java.rmi.RemoteException
- Required constructor.
- Throws:
java.rmi.RemoteException
initMaxSampleBytes
protected int initMaxSampleBytes()
- Specify maximum bytes in raw sample.
- Overrides:
initMaxSampleBytes in class ISUS2
configureInstrument
protected void configureInstrument()
throws java.lang.Exception
- Put instrument in correct mode.
- Overrides:
configureInstrument in class ISUS2
- Throws:
java.lang.Exception
requestSample
protected void requestSample()
throws java.io.IOException
- Request a data sample.
- Overrides:
requestSample in class ISUS2
- Throws:
java.io.IOException
readSample
protected int readSample(byte[] sample)
throws TimeoutException,
java.io.IOException,
java.lang.Exception
- Read raw sample bytes from serial port into buffer, return number of
bytes read. ISUS service reads specified number of frames from
serial port.
- Overrides:
readSample in class ISUS2
- Parameters:
sample - output buffer
- Throws:
TimeoutException
java.io.IOException
java.lang.Exception
createDefaultSampleSchedule
protected ScheduleSpecifier createDefaultSampleSchedule()
throws ScheduleParseException
- Return specifier for default sampling schedule.
- Overrides:
createDefaultSampleSchedule in class ISUS2
- Throws:
ScheduleParseException
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.