ASCII Write in SLC/Micro

ieseng

Member
Join Date
Aug 2002
Location
Ireland
Posts
51
Hi all,
Just trying to set up communications between an SLC5/03 and a Micrologix over a phone line and I am using two telephone modems. In the Rockwell document: G15818 - Modem automatic Dial Out with SLC 5/03,5/04,5/05 http://domino.automation.rockwell.com/applications/kb/RAKB.nsf/0/A5F5D217011F511B85256AFB00634EC2
it says I should call an ASCII file that holds the information for the AT and Phone number.
In this example ST12:1 contains the string and phone number that will be dialed out of channel 0. (ATDT,2166466800\0D)...
My problem is how do I put this data into the ASCII file?
Am I missing something here?

Many thanks,
 
Just type it in!! Open your data file (ST12), then just double click to the right of the address (ST12:1) and type the text you want to send (AT+CMGS=.......etc) then press enter....et voila!!

Then just use the AWT command to write it to your modem port (CH0 on the 5/03......


Hope this helps.

String_Entry.JPG
 
Cheers

Dooh - thanks. Feel stupid now.

Knew it had to be something simple.
Think the stress is beginning to make me crack. Should stick to gardening to something like that.
 

Similar Topics

Hi again, Using RSLogix 500 with a MicroLogix 1400 and not sure yet which HMI I will be using. I am using a serial printer connected to one of...
Replies
7
Views
2,533
I'm using serial communication between an AB 1769-L35E PLC and a Nachi robot. 90%+ of the time the ASCII Read and Write commands work perfectly...
Replies
0
Views
1,801
Hey Guys, Thanks in advance for any help. We are converting our Compactlogix L32E application into the 1769-L18ER-B1BB. One major hurdle left...
Replies
8
Views
6,421
Hi Everybody, I need to know, how to programming read and write "Hex Value" to the equipment by port RS-232 "Ascii" (CJ1W-SCU41-V1 Unit ID.1) of...
Replies
0
Views
1,077
Hi All, I wrote some code for a small hydro scheme a couple of months ago. Part of the project was to read data from a grid analyser via RS232...
Replies
0
Views
1,652
Back
Top Bottom