Ascii String MicroLogix 1100 To Mdrive

james-0000

Member
Join Date
Jun 2008
Location
MN
Posts
7
I am currently working on a MicroLogix 1100 and an Mdrive17 plus smart motor. My goal is to send an ASCII String to the Mdrive from the ML1100 to change the speed of the motor.

I am able to see the string come out of the PLC and into HyperTerminal. I am also able to see the string in HyperTerminal on the RS485 Network; right before the Mdrive would get connected. I still cannot get the drive to accept the string. The String I am sending is Line Feed, Carraige Return, String,Line Feed, Carraige Return.

I have attached the PLC program and the Drive Program.


I appreciate the help and your time.

ML1100.jpg
 
Hi,

I tested your program using the hyper terminal. When I toggle the R60:DN, the micrologics 1100 writes to the serial port (Serial parameters are defined in the channel 0 of the chanel configuration files). So, your program works fine. Make sure that the MDRIVE is configured to force incoming data to 7 bits ascii, this is what I did in the windows hyperterminal. Also, check in the mdrive manual to see if it needs either CR and/or LF. You can configure micrologix to send CR and/or LF according to what the mdrive requires.

regards

Helcio
 

Similar Topics

Can someone point me in the right direction to send an ascii string via channel 2? I think I want the AWT command but is there any special...
Replies
8
Views
3,058
Have been experimenting with connecting a sick barcode scanner to a micrologix 1400 plc and been able to successfully read the barcode into a ST...
Replies
6
Views
9,319
Hello, I am a veteran Mitsubishi programmer, but am new to AB. I have a Micrologix 1500. I am receiving a string via RS232 on Channel 1. In...
Replies
3
Views
5,009
I have a micrologix 1100 and I need to extract characters from a string data type and store the ascii values for each character in an integer type...
Replies
7
Views
13,227
Does any one knows if micrologix 1100 would be a good choice to receive ascii string characters by Ethernet port and forward it using rs232 port...
Replies
1
Views
5,497
Back
Top Bottom