Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase data reading frequency #111

Open
frantenis opened this issue Jul 11, 2024 · 1 comment
Open

Increase data reading frequency #111

frantenis opened this issue Jul 11, 2024 · 1 comment

Comments

@frantenis
Copy link

Hello !!!

I have implemented the fanuc-driver to read data from Fanuc and read it through an MQTT Broker. I would like to know how I can increase the frequency of data reading. I have tried lowering the sweep_ms to low values ​​(5 ms) and keeping stay_connected=TRUE, however I am getting a read rate of 2/3 seconds in MQTT Explorer.

Disabling collectors lowers the reading frequency but I don't think it is the best solution since I need that data. Is there any other way to improve reading frequency?

@MRIIOT
Copy link
Contributor

MRIIOT commented Jul 15, 2024

Another way is to use the non-embedd port. Embed ethernet is shared with other compute.

Alternatively, custom collectors could be developed to get exactly the data you need.

What frequency do you need and what data are you after?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants