03-04-2010 03:16 PM - edited 03-04-2010 03:20 PM
ignite8891 wrote:as mentioned previously, your suggestion, does not work. I have already tried this in labview. no labview control, indicator, etc will display the value from the scale once the cursor is in that field and the send button is pressed from the scale.
That just doesn't make sense because the LabVIEW string control should be behaving the same way you described it working in an Access form.
How does it behave if you are in other programs like Word, Excel, Notepad?
03-23-2010 03:52 PM
So I have found a new scale that has an rs232 cable for communication. The scale is Pelouze 4060 Digital Parcel Shipping Scale and can be bought at http://www.grabcart.com/product/ele/amfmradios/samela4030pel/Pelouze-Scale-Company-Pelouze-4030-Digi... .
The technical information can be found at http://sites.dymo.com/Support/Pages/ProductDetails.aspx?MainTab=3&Tab=3&ProductID=4030(DYMO) with specific computer communication at http://sites.dymo.com/Support/Pages/ProductDetails.aspx?MainTab=3&Tab=3&ProductID=4030(DYMO).
Would anyone be able to show me code that could read the weight from the port?
THANKS!!!!
03-23-2010 04:43 PM
Unfortunately, those links you posted don't take you to the manual. This appears to be the correct link. http://download.dymo.com/UserManuals/4030Manual.pdf
I would suggest reading the manual, and looking athe Basic Serial Write and Read Example in the example finder to get started. Use a termination character of carriage return (dec 13, hex 0D). And use the string functions to pluck the number out of it.