Module configuration
Before you add a Module
, you will be able to edit its configuration. Some configuration items are unique to the Module
, some items are same for all. Here is a description of the common configuration items.
Flow
Flow
: A variable that enables you to set up multiple processing flows that are independent of each other. In such case, you set the same flow name for all the modules that belong to the same flow.
Warning: This feature is still in development and may produce unexpected results. We recomment leaving the flow
set to default
for now. Please let us know if you are interested in this feature.
Publisher
Verbose
: When set totrue
the publisher works in verbose mode and prints out info messages in the Log section
Subscriber
Poll interval
[float, seconds]: Defines how often newObjects
are polled into themodule
. The longer the interval, the less often newObejcts
are processed.Verbose
: When set totrue
the publisher works in verbose mode and prints out info messages in the Log section
Real-time stream
Poll interval
[float, seconds]: Defines how often new data are polled in themodule
. The longer the interval, the less often new data are processed.Remove sensitivity
[boolean]: If sensor response information is present, removes the sensor sensitivityRemove response
[boolean]: If sensor response information is present, removes the sensor responseTracelength
[float, seconds]: Defines the maximum length of the real-time trace. The trace is always timmed at now-Tracelength
horizonVerbose
[boolean]: When set totrue
the stream works in verbose mode and prints out info messages in the Log section
Inventory
Sensor_type
: Select only stations equipped with the given type of a sensor. At this point, the options includegrillo
andseedlink
.Network
: Select only stations belongint to a networkStation
: Select only stations with the given codeLocation
: Select only channels with the given location codeChannel
: Select only channels of the given codeComponent
[vertical/horizontal]: Select only channels of a given componentVerbose
[boolean]: When set totrue
the publisher works in verbose mode and prints out info messages in the Log section