Rockwell PLC -- How to know when MobileView is connected?

mikek

Member
Join Date
Feb 2009
Location
Ohio
Posts
11
I'm using the new display panel from Rockwell - a MobileView Operator Terminal and CompactLogix PLCs / RSLogix5000. It is possible to quickly detach the MobileView HMI and move it from machine to machine. I have a unique FactoryTalk View project for the MobileView and another for a PanelView that sits in front of each machine. MobileView communicates via EtherNet.

Would like to develop trigger some logic to know when the MobileView is connected. In that case I will adjust visibility on the MobileView.

Does anyone know ladder logic I can write that would tell me if the device is connected? I guess I need to somehow interrogate the IP address, maybe send a MSG command to the device and look for an expected response?

Thanks!

// Mike
 
There is a quick and easy method I have used in the past to confirm PV+ comms. I have a macro set a value of 1 to a bit in the PLC, say PV_HeartBeat. Have an unlatch bit just unlatch it every scan and use that to run a timer with a preset of 1500 mSec. If the timer DN bit ever goes high, I know I have lost comms. Hope that helps.
 

Similar Topics

Hello Guys, I am using 1769-L36ERMS PLC by Rockwell which doesn't let me MOV or COP literal text into string datatype? i very well know the...
Replies
13
Views
392
Hi all. This is a very specific issue. My first time with a Modbus ProSoft. Customer setup doesn't make any sense but we're stuck with it...
Replies
8
Views
370
See code at the bottom. Hi all. For the story, this is my first complete project using a Rockwell PLC, I've been mostly working with Unity Pro...
Replies
7
Views
792
Hello Gents, I'm now tasked with implementing source control in our projects and although I have more challenges to deal with, a big one to...
Replies
7
Views
1,213
Hello I am kind of new to the Rockwell world, i've mainly worked with Siemens and Schneider untill now. I am to make a HMI application running...
Replies
7
Views
1,062
Back
Top Bottom