Jump to content

Corey_C

Members
  • Posts

    2
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2013
  • Since
    2012

Corey_C's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello Alex,Sorry I took awhile to reply, I went under the knife.Thank you for taking the time to provide a suggestion and the screen shot of code.Thank you,-Corey
  2. Hello All, I've created a state machine to automate the testing of some equipment. I've given the user the option to stream data to disk using Text or Binary as the file format. The recorded analog signals are converted and then written to disk and once the program finishes a single test iteration I write "End of test # N" to the end of the data to "tag" it. Once all testing iterations are completed the large data file is then broken up into the individual testing runs by finding the "End of test # N". The new individual test files are then overlayed onto an "end of testing" graph. This process works great using when using Text files. The trouble I am having is when I work with the Binary files. I am running into a road block trying to figure out how to "tag" the data and parse it properly. I've tried writing a string to the file, I tried writing a constant such as the "Speed of light" constant. But I cant find the parsing point. I've attached the SubVI's where I do the writing, tagging, and parsing. I realize that in the Read and Parse Text SubVI I delete row zero. I do this to remove the Date/Time from my text files before creating the graph. I haven't updated this part of the SubVI for the Binary data as of yet. If you have some good techniques that you employ to do this job I am all ears! Also, if you have an critiques of my VI's I would love to hear them too.. I am still learning! Thank you all End_Of_Test_Tag_Write_SubVI.vi Write To File_SubVI.vi Read_and_Parse_Text_SubVI.vi UserControl_TypeDef.ctl System_Variables_TypeDef.ctl
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.