ML1100 & wireless ethernet?

mike hartman

Member
Join Date
Mar 2007
Location
MARKHAM
Posts
3
Hi, I'm using 2 ML1100's over a wireless ethernet, the radios are RadioLinx. My Questions are:
  1. Do I use the MSG instruction to read & write to N7 files?
  2. I would like some suggestions on how to create a program that will constantly monitor the integrity of the wireless communications. A "Heartbeat" that lets me know that if I have pushed a "Motor On" PB. from a remote location, the motor will not stay on if there is an interuption in the radio frequency.
 
i didn't try it but you should be able to simply use MSG instruction.
the MSG status bits should provide you with information like failed
connection (ER bit) etc but if heartbeat is what you want, it's still
dead simple thing to setup:

pick a bit in the transfered block,
let's say PLC A sets bit A, and the other will read it as A' and
also PLC B sets bit B and PLC A will read it as B'

ladder in PLC A can be

 

B' A
---| |-------------------( ) (one is straight through...)


ladder in PLC B can be

 
A' B
---|/|-------------------( ) (and one is crossover, hence NC contact)



The good side is that this adjusts to comm speed. The more frequent messages,
the faster the toggle. All you need to do is setup some WDTs in each PLC.
here is sample of what one PLC could use:

 

A'
---| |-----------------------[TON T4:0 0.01 100] (check if stuck on)
A'
---|/|-----------------------[TON T4:1 0.01 100] (check if stuck off)

T4:0/DN Comm_Timeout
---| |----+--------------( )
|
T4:1/DN |
---| |----+

 

Similar Topics

Good morning guys, Is it possible to use a netgear rangemax wireless router model WPN824v3 to connect with an advanced hmi project for input...
Replies
1
Views
1,746
I'm looking to implement a low-cost, efficient method of communicating some integer values to an R30iB robot from a Rockwell 1100 PLC. I am not...
Replies
8
Views
1,726
Hello all, I am trying to setup my MicroLogix 1100 as a modbus RTU master for a modbus network containing multiple modbus RTU slaves. I currently...
Replies
7
Views
3,928
We have a machine that keeps losing its program at random intervals; sometimes 2x-3x in a shift, sometimes will go over 1wk without issue. I had a...
Replies
9
Views
2,944
Just asking for clarification here, but from my research all I need is a 500 ohm resistor across the AI and the common? Heres my schematic. I...
Replies
5
Views
2,586
Back
Top Bottom