issues
search
heissgetraenk
/
fcmcua
FreeCAD Motion Control Workbench: Link a motion controller to a FreeCAD assembly using OPC UA
GNU General Public License v3.0
14
stars
4
forks
source link
improve handling of poll rate, add benchmark timers
#5
Closed
heissgetraenk
closed
1 year ago
heissgetraenk
commented
1 year ago
opcclient always slept the duration of poll rate --> now only sleeps the difference to its own execution time
poll_rate-spinBox and url-lineEdit were without function --> added argument call to OpcClient.start(address, spinBox)
added timers to show execution time of recompute (FreeCAD), updateCAD method and OpcClient main loop