Hello everyone,
I'm integrating a CR1000 in an existing data acquisition system.
It is possible to indicate to the CR1000 which program to run without using Campbell Scientific software (PC400)?
The programs are already loaded in the CR1000, I just need to run one or other program depending of the application.
The data acquisition system is based in NI LabVIEW.
Thank you for your attention.
This is probably your best bet.
https://www.campbellsci.com/bmp5-overview
It's available for free download on the support tab. There's a FileControl() command that would allow you to start and stop your programs.
If the datalogger is connected via TCP/IP, than you can send a program and start it using HTTP commands.
Hello,
I was already checking the BMP5 SDK, but I had not seen the FileControl() function.
Thank you so much for your fast response.
Bye.