Hi, I’ve successfully implemented the IIOT_Library_3 FBs to publish json payloads ( from a 1 ms task ) but I’ve noticed the max. publishing rate is 100Hz ( the xDone bit of the publish method gets set every 10 ms ) . Is there a way to speed it up ? the goal is to be able to publish at 200Hz .
Thanks
I suspect it’s related to the FB implementation - e.g. there may be a cyclic non-real time worker thread that handles requests on a relatively „slow“ cycle. The developers of the library should be able to explain this behaviour. You can contact them using the „Contact Developer“ button on the app page in the PLCnext Store.