Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Sending data via SFPT without interrupting data collection


BrianP Apr 29, 2021 04:52 PM

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?


GaryTRoberts Apr 30, 2021 02:20 PM

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)


BrianP Apr 30, 2021 08:15 PM

Perfect, thank you!


Nico May 1, 2021 02:00 PM

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.

Log in or register to post/reply in the forum.