fix bad startcmd
startcmd was assuming we are connected to a sensirion flowmeter! this is not the case for nvmot, the mv motor on ORI4. produced a lot of headache ...
This commit is contained in:
@ -46,8 +46,8 @@ proc stdConfig::trinamic {{usage undefined} {sensirion 0}} {
|
||||
variable node
|
||||
set node $node/tasks
|
||||
set tasknode $node
|
||||
# prop start trinamic::startCmd
|
||||
prop startcmd "str1 n int 10 / str9"
|
||||
prop start trinamic::startCmd
|
||||
# prop startcmd "str1 n int 10 / str9"
|
||||
|
||||
pollperiod 5 5
|
||||
|
||||
|
Reference in New Issue
Block a user