How do I make my python script run every second, while sending data from opcua to influxdb?
I have written a python API script to write data from OPCUA server to influxdb, I wish for the script to write data every second or less than a second.
I have written a python API script to write data from OPCUA server to influxdb, I wish for the script to write data every second or less than a second.