Need help with communication btwn Micrologix 1500 and Nematron hmi

Join Date
Oct 2008
Location
Alabama
Posts
5
Hey Guys,

I need help with configuring the communications between a micrologix 1500 and a nematron hmi. I'm trying to connect it to channel 1. The plc and hmi work that I have done in the past, the machines have already been established and I just edited them as need. So I need info from the ground up on this!

Thanks in advance
 
So Viewbuilder can be configured to talk to the Micrologix using the AB DF1 protocol via the RS232 serial port. You'll need the appropriate cable (9 pin d-sub to mini-din, sorry I don't have the p/n handy). You'll need a PLC ladder listing that will tell you which memory addresses the programmer has set up for HMI indicator and push buttons. Objects placed on the HMI screens will have properties that will need the addresses so that they can function with the PLC. That's it in a nut-shell.

Do you have any PLC or HMI experience with these models?
 
Yes I have PLC experience and my HMI experience is with editing an existing program using an AB Panelview. This is a machine that I am building so I will do all the addressing myself. I just don't know how to configure the HMI to communicate with my PLC.
 
Whitetail Freak said:
Yes I have PLC experience and my HMI experience is with editing an existing program using an AB Panelview. This is a machine that I am building so I will do all the addressing myself. I just don't know how to configure the HMI to communicate with my PLC.

Nematron has technical support via the phone. A driver to talk to the PLC via DF1/RS232 will be very easy to configure...you'll need to know the baudrate and plc's node address. Just like setting up the driver in the Panelview. That should be it.
 
Communication parameters of the HMI: PLC Type 1.AB DF1
2.AB DH485

Please explain DF1 and DH485

PLC I/F Port: 1.RS 232
2.DH 485
3.DH 485 2W
4.DH 485 4W

I'm connecting using a serial cable into channel 1 on the plc. Where in RSLOGIX to I configure that channel?
 
Whitetail Freak said:
Communication parameters of the HMI: PLC Type 1.AB DF1
2.AB DH485

Please explain DF1 and DH485

PLC I/F Port: 1.RS 232
2.DH 485
3.DH 485 2W
4.DH 485 4W

I'm connecting using a serial cable into channel 1 on the plc. Where in RSLOGIX to I configure that channel?

DF1 is a point-to-point protocol used with RS232 signals

DH485 is protocol used in a multi-drop connection with multiple devices connected RS485.

In the RSLogix menu tree on the left of the screen there is a communication parameter entry that allows you to configure each channels properties. By default out of the box, a Micrologix will be configure door DF1 and IIRC 9600 baud but that can be increased to 38.4K.
 

Similar Topics

Hello there, I'm practically new to the PLC world, I'm quite familiar with Siemens TIA Portal but I'm currently tasked to program Schneider PLCs...
Replies
5
Views
1,865
Hi; We have Allen Bradley Power Flex750 inverter drive. I want to establish communication between Laptop and drive for which I have a set of...
Replies
1
Views
1,878
hello guys... I have done communication with omron cp1l plc and yasakawa v1000 ac drive now I'm able to write drive parameter from plc program...
Replies
5
Views
3,074
Hi all, My objective is to send data of type int, bool, string etc from the PLC to PC via TCP sockets. I have used the client/server codes to...
Replies
2
Views
2,253
This Problem happened many times, is it only because the wrong type DB10Q0 should be DB1010 or any other possible cause? HMI log file ...
Replies
6
Views
8,563
Back
Top Bottom