Tidy omron sct file, change id poll rate then regenerate
This commit is contained in:
@@ -8,14 +8,19 @@ driver omron_hldc = {
|
||||
simulation_group = environment_simulation;
|
||||
|
||||
group = {
|
||||
readable = 1;
|
||||
priv = user;
|
||||
var id = {
|
||||
type = text
|
||||
read_function = read_id; read_command = '0501';
|
||||
readable = 10;
|
||||
type = text;
|
||||
read_function = read_id;
|
||||
read_command = '0501';
|
||||
}
|
||||
var distance = {
|
||||
type = float
|
||||
read_function = read_mm; read_command = '0201C02030008001'; }
|
||||
readable = 1;
|
||||
type = float;
|
||||
read_function = read_mm;
|
||||
read_command = '0201C02030008001';
|
||||
}
|
||||
}
|
||||
|
||||
code getValue = {%%
|
||||
|
||||
Reference in New Issue
Block a user