Is it possible to send live meassured data to another device, for example a Raspberry Pi? I would like to send my information of the live measurement to a little device.
Is it possible to send live meassured data to another device, for example a Raspberry Pi? I would like to send my information of the live measurement to a little device.
It is not necessarily easy, but one could do it. In Test Flow, you can export data. If that file was readable by an external device then it could read the Excel file. You could also write a simple program in the R-Pi that would make it "look" like a supported instrument, then send SCPI to it using the SCPI or Command Expert blocks in Test Flow.
It is not necessarily easy, but one could do it. In Test Flow, you can export data. If that file was readable by an external device then it could read the Excel file. You could also write a simple program in the R-Pi that would make it "look" like a supported instrument, then send SCPI to it using the SCPI or Command Expert blocks in Test Flow.