ASCII Read on Micrologix 1500 Ch1

Blaise79

Member
Join Date
Feb 2020
Location
Italy
Posts
5
Good morning to all,
I need to modify an existing PLC MIcrologix 1500 configured with a Modem on Channel 1 (DF1 Full Duplex) and an interconnection to another PLC on CH0. Now the PLC sends SMS messages by modem. We want to use the modem to receive SMS. I'm testing the funtions ARD and ARL, but I receive every time the error code 09h.
Is it possible that a channel function correctly only to send?

Thanks to all
 
Thanks widelto,
no, now the ML1500 sends SMS by modem (RS232, 9600) attached on CH1 with AWT instruction. Now I want to receive SMS on the same channel with the same modem. When I try to use the ARD (Ascii receive) instruction it replies me the error code 09h (channel not supported).

Do I need to use other function?

Thanks
 
Welcome to the PLCTalk forum community. This is an interesting challenge !

It is possible to use ASCII Write (AWT) and ASCII Write with Append (AWA) instructions on a SLC/MicroLogix serial port even when the port is configured for System mode and DF1 Full Duplex.

This is available because of legacy applications that needed to send AT commands to dial or configure a modem, and then send a DF1 Full Duplex PCCC command to read or write data from a PLC across that modem link.

But you can't use the ASCII Read instructions on a port that is still configured for System mode. You need to change it to User mode.


Giving up the ability to send and receive DF1/PCCC messages on that port doesn't sound like a problem, since you are using SMS, which will generally involve ASCII or Unicode strings.
 
Thanks,
but on ML1500 i think i can not modify the channel in user mode or I don't know how to do it.

I've the attached channels configuration.

Channel Configuration.png Channel 1 Configuration.png
 
Thank you for pointing that out: on the MicroLogix, you don't have a User/System Mode selection like you do on the SLC-500.

Instead, just use that pull-down selector for the configuration of Channel 1, and select ASCII instead of DF1 Full Duplex.
 
Ok, thanks,
But, do you think that after do i need to modify on this plc the sms send management and on another plc the dial up call?
 
I can't tell you anything about your SMS modem and serial protocol or how to program it. If you want to post your program and details about how your system works, maybe some other folks can give you advice.
 

Similar Topics

Hi all, I would like to read ASCII weight from 2 scales into a single serial port on a MicroLogix 1400 using RS-485. I haven't seen any posts on...
Replies
0
Views
3,109
We have an electrical test device that measures electrical capacitance. It has a RS-232 port. The device unconditionally broadcasts (spits out)...
Replies
4
Views
5,842
Hi everybody I am working with Micrologix 1100 and bar code sacanners Datalogic DX6400, I have already read the bar code but this PLC add letters...
Replies
3
Views
5,731
I am working on a project, inside an AB CLX, I implemented the Modbus TCP Client AOI published on AB website, to interreact with a Modbus ASCII...
Replies
7
Views
3,564
PLC is ControlLogix 1756-L73 CPU with firmware 28 In the PLC the value for A60[110] is "AT", Style ASCII, Data Type INT. In KEPServerEX I tried...
Replies
4
Views
1,544
Back
Top Bottom