halcmd: loadrt threads name1=test-thread period 1=1000000
There should be no space between period and 1.
halcmd: loadrt threads name1=test-thread period1=1000000
I am trying to do the HAL tutorial, chapter 2, page 10 of the HAL manual 2.3
halcmd loadrt threads just returns an error.
I am not sure where the spaces belong in HAL commands.
I tried it several different ways but it does not want to work.
halcmd: loadrt threads name1=test-thread period 1=1000000
There should be no space between period and 1.
halcmd: loadrt threads name1=test-thread period1=1000000
Thanks, that was the problem. It works great now!