My previous post contained some old code which wasn't revised to reflect the current format of the data.
The section below:
f=open(name,"w")
f.write("Time in secs")
f.write(",")
f.write("null")
f.write(",")
f.write("Reading")
f.write(",")
f.write("unit")...
This is a very rudimentary program in Python, which is for a specific piece of equipment. It is my hope, however that it will serve as a crude starting-point for others interested in data acquisition via serial port and certainly those who have the Midwest Flex Flexport gage interface for a...
I have revisited the original flexport gage interface data acquisition pogram I posted previously to include a real time plot display as well as the immediate creation of an excel file for plotting and data analaysis.
I wish to extend a special thanks to folks at MidwestFlex for the loaner...
I authored this simple code to fill the void for running data acquisition for linear length measurements using the
flexport. Note you'll need to have the flexport connected to either COM1 or COM2 (or you'll have to change your COM
designations to either 1 or 2) for the qbasic compiler to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.