Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Cbey
  • Order by date
  1. Cbey

    Python Flexport Serial Gage Adapter Seria Port Data Acquisition

    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")...
  2. Cbey

    Python Flexport Serial Gage Adapter Seria Port Data Acquisition

    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...
  3. Cbey

    FLEXPORT FP-4U DATA ACQUISITION PROGRAM

    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...
  4. Cbey

    Simple Flexport/Chicago Dial Indicator Data Acquisition Program

    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...

Part and Inventory Search

Back
Top