04-12-2010 08:59 AM
04-13-2010 07:11 AM
04-13-2010 09:15 AM
04-13-2010 11:48 PM
04-14-2010 09:29 AM
I certainly can't do a detailed analysis of that document, but based on a general look through it, you should be able to use the serial example VIs to start with. I would suggest using the "Advanced Serial Write and Read" VI since that allows you to set the termination character and the XON/XOFF setting. Apparently, this device uses XON/XOFF. It appears that the device will end its message to you with a linefeed, so the default value for the termination character in the "Advanced Serial Write and Read" should be OK since it's set to a linefeed.
The example VI is just to get you started. Some of the commands that need to be sent are actually control codes. For example the command to get the unit in COMMAND mode is Ctrl-C. With a string control set to normal display on a VI's front panel there's no simple way to enter this. If you change the string control to hex display or "\" display mode then you can enter it directly. With the string set to hex display you'd simply enter 03. When set to "\" display mode you'd enter "\03". From what I read, Ctrl-C is just the default, which implies that you can change it, but you'd have to take a look at the rest of the commands to see which one allows you to change it.
Post back if you need more help.
04-22-2010 12:05 PM
04-22-2010 01:45 PM
Well, you first need to decide what format you want. There are numerous ways to save it: