Jogging control not work
blacknull opened this issue · 1 comments
blacknull commented
my c++ code is from the examples.
void loop() {
motor.loopFOC();
motor.move(target_velocity);
motor.monitor();
command.run();
}
everything seems fine, I can use command line send Target, but when I use Jogging control, the Command line interface show: Target: 3.14, but nothing happen.
is there something wrong or just a misunderstanding in jogging control?
thx.
JorgeMaker commented
Hi @blacknull
SimpleFOCStudio uses the Commander interface to send and receive commands. In this sense if you are able to send target command there in no reason why jogging control has not to work. Could you check that you are able to send configuration commands using the application?
Regards