I have data sampling at 10 Hz and would like to transmit this data over SFTP in blocks every 1 minute. Is there a way to transmit this data in the background so that it doesn't slow down or hang the Scan loop?
You can put the FTPClient instruction in a seperate SlowSequence. This will keep it from hanging the main scan. A CRBasic example can be seen here: CRBasic Help - FTPClient (Use FTP, FTPS, or SFTP to Manage Files) (campbellsci.com)
Perfect, thank you!
Watch ping times when you incurr speed issues, or in other words: it probably is not the fault of your modem/router when things are slow.