Micro850 Serial Write to Scale

JustinEnders

Member
Join Date
Dec 2022
Location
Millersburg,Pa
Posts
4
I am having an issue writing a carriage return to my scale, I can manually push the print button the the scale and then read the buffer. The scale is in demand mode so it will only send data when a print command is issued. Any help would be appreciated!

Read.PNG Write.PNG
 
Welcome to the forum!

Please post a screen dump of the serial port configuration tab, like this:

Untitled.png
 
Last edited:
Thoughts:

  • The two Append Chars fields are what I assume the AWA instruction is appending to the message.
  • If the scale wants a carriage return (0x0D) only, then perhaps the following linefeed (0x0A) is confusing it.
    • Change the second box, 0x0A, to 0xFF (or to empty?)
  • If the scale wants a linefeed (0x0A) only, then change
    • the first box to 0x0A, and
    • the second box to 0xFF (or to empty?)
  • It sounds like the serial data are getting into the Micro8xx successfully, although you have to trigger the scale by pressing the print button to send the data to the serial port.
    • So I think we can assume baud rate, wiring (for ARL anyway), and other configuration is probably correct
    • So if this is not working, there is something not connected or configured the way we are assuming it is.
      • Can you connect a laptop with a serial port (USB dongle?) to the Micro8xx and use a terminal emulator to watch the data?
        • If you are using RS485, then you should be able to "sniff" the entire dialog
* it used to be HyperTerminal a decade or more ago, but it's summat else now
 

Similar Topics

Hi all, Pretty new to PLCs, and I think I've gotten myself in over my head. I'm trying to get an AB Micro850 to communicate via RS-232 with an...
Replies
11
Views
2,803
Hi Experts. I need your help, I wanna communicate a MIcro850 with L19ER CompactLogix through Serial communication (Modbus RTU). I am using...
Replies
2
Views
2,163
Hello All, I'm basically trying to get barcode numbers into my Micro850. I have the barcode working, plugged it into a computer and can view it on...
Replies
12
Views
7,152
Hi everyone, I am working with micro850, a proximity sensor (FOTEK, PL-05P) and a 3DOF serial arm robot. I use MC_MoveRelative to control the...
Replies
1
Views
62
HI everyone! I am trying to use a Micro850 to control a SureStep (Leadshine) Stepper drive (DM805-AI) from Automationdirect. I have no trouble...
Replies
7
Views
181
Back
Top Bottom