You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application uses the C++ api to communicate with a PicoScan150 Prime over ethernet, using the callback approach. I'm receiving data as expected in pretty much all configurations.
The only exception is when using the performanceprofilenumber=10 option (40Hz/0.125deg). In that case, every few minutes, the callback is not called for ~5s, then everything goes back to normal.
Here's all my customized configuration parameters:
I figure it might be a buffering issue somewhere, but I'm running out of ideas. Have you experienced such situations ? Do you have any pointers to potential solutions ?
Thanks for your help
The text was updated successfully, but these errors were encountered:
To rule out device-side issues, could you check if UDP messages are still being sent from the picoScan to your PC (e.g. with Wireshark) during these missing callback periods? If they are, we can then investigate potential buffering issues or other root causes.
Hi,
My application uses the C++ api to communicate with a PicoScan150 Prime over ethernet, using the callback approach. I'm receiving data as expected in pretty much all configurations.
The only exception is when using the
performanceprofilenumber=10
option (40Hz/0.125deg). In that case, every few minutes, the callback is not called for ~5s, then everything goes back to normal.Here's all my customized configuration parameters:
I figure it might be a buffering issue somewhere, but I'm running out of ideas. Have you experienced such situations ? Do you have any pointers to potential solutions ?
Thanks for your help
The text was updated successfully, but these errors were encountered: