GP Player pause problems

OK, it’s unanimous. I’ll implement option #1.

Let me make sure I understand. If there were a T command when starting the player, you would like this to explicitly specify the time to move into the starting position before playing the sequence, right? It’s a very good solution that I would have put in up front if I had thought of it, but I’ll have to study the code to see how much difficulty (and risk of adding new bugs) it would cause to add it now.

Thanks for the feedback.

Mike

Hi Mike,

You totally got it :slight_smile:

I’ll understand! Whatever solution suits you the most.

Thanks! Xan

We’ve got a new GP firmware beta (2.04GP_BETA2) available now:
lynxmotion.com/Product.aspx? … #downloads

And it works perfect!

Thanks Mike!

I’ve not tried it yet, but that sounds great!

Thanks Mike!

You’re welcome.

I was able to implement the T option when starting a player. If no time is specified, e.g.

PL0 SQ6

then it will move to the first position ASAP, respecting the max speeds for the sequence. If a time is specified, e.g.

PL0 SQ6 T1000

then it will take that amount of time to move to the start position (or more time if needed to respect the max servo speeds).

Thanks for your patience and assistance during debug.

Mike