Forgive me if this was already answered elsewhere- I've searched and not found what I was looking for. Here's my problem: I have a pump with a serial interface. I send it a code, and it returns data to me. I can use the basic serial write and read VI to accomplish this quite nicely- see the attached JPG. Now what I want to do is parse this into units that I can graph and save to disk. Example: I want to have a variable in my code named "pump" that either is true or false. I want another variable called "MotorPower" that is a number. And another called "MotorCurrent". Maybe variable isn't the right word- I've worked with LV for some time, but never have grasped all the terminology. But you see where I'm going with this- I want to seperate the data from the serial port into discrete units so I can play with them.
I've seen and downloaded several examples of how to do this on this forum, but have never been able to make any of them work right, so I'm guessing that I need something different than has been answered here.
Or, alternately, I'm legally retarded, which is in fact the dominant theory among my coworkers...

If anyone can help with this, or even direct me to a previous post that has this information, I'd be most grateful.
Thanks.