Hi,
I have a made a driver for cuety LPU-2 driver for RTI Apex
https://www.rticorp.com/. While working on it I noticed that there seems to be some odd behaviour in the TCP/UDP playback speed decrement api when the windows Cuety app is running at the same time.
Make a speed adjustment in the windows Cuety app tp playback 1
Response
pb01/sp=-90\00
Send
pb01/sp=--5
Response
pb01/sp=-95\00
pb01/sp=-90\00
The speed gets decreased but instantly it increases back. It seems to happen when the decrement value is 0-5. If I send --6 then it works
It also happens if I try to set a value lower than -50 with the decrement api.
How to test
First way
- Change speed in Cuety windows app
- Send speed --5 commands thru the api
-> The api command sets speed but it gets reset instantly
Second way
- Set speed to 0 thru api
-> Send speed --5 commands thru the api
- Once it hits -50 it won't go lower