GenericSerial
SENSOR
|
| |
| |
Generic Serial Sensor |
| |
| |
+ |
port
|
UINT
|
1
|
'1'
|
LOCK
|
port number
|
| |
+ |
useId
|
BOOL
|
1
|
'false'
|
LOCK
|
use device instance id instead of port number
|
| |
+ |
deviceInstanceId
|
CHAR
|
1024
|
''
|
LOCK
|
device instance id
|
| |
+ |
baud
|
UINT
|
1
|
'9600'
|
LOCK
|
baud rate
|
| |
+ |
separator
|
CHAR
|
1
|
','
|
LOCK
|
separator used to split input data
|
| |
+ |
sr
|
UINT
|
1
|
'50'
|
LOCK
|
sampling rates (hz)
|
| |
+ |
dim
|
UINT
|
1
|
'3'
|
LOCK
|
value count
|
| |
+ |
size
|
DOUBLE
|
1
|
'0.20000'
|
LOCK
|
block size in seconds
|
| |
+ |
startCMD
|
CHAR
|
1024
|
''
|
LOCK
|
command to be sent after first connection with controller (leave empty to send no command)
|
| |
+ |
skipLinesAfterStart
|
INT
|
1
|
'0'
|
LOCK
|
skip lines from controller after connection
|
| |
+ |
skipLinesAfterStartCMD
|
INT
|
1
|
'0'
|
LOCK
|
skip lines from controller after start command
|
| |
+ |
stopCMD
|
CHAR
|
1024
|
''
|
LOCK
|
command to be sent to controller during pipeline shutdown (leave empty to send no command)
|
| |
+ |
showDebugSR
|
BOOL
|
1
|
'false'
|
LOCK
|
show mean sample rate of input data
|
| |
| |
Available channels: |
| |
| |
+ |
serialrawdata
|
Gets all serial data.
|
| |