Pulse counter over a MSG instruction

Kron

Member
Join Date
Jun 2006
Location
Montreal
Posts
17
Hi to all!

I would like to know if it's a good idea to send a photoeye sensor signal from a PLC-5/40E to a SLC 5/05 over ethernet. This signal will increase a counter on the SLC (i.e. the signal I want to use to trigger a counter in a SLC program is wired to a PLC5).

I'm adding a timer on the PLC5 side to hold the signal for 1 sec. but I don't know the frequency of the signal during normal operation, so I think it's not a good idea (however, if that signal is ON for more than 250 msec, a "Jam" is reported).

Anyway, what I don't want is to loose any counts on the SLC side.

Thanx in advance!
 
You would be better to do the counting in the PLC 5 and then send the count value as an integer to the SLC, that way you will be sure not to loose pulses.
 
The MSG instruction unsuitable for sending a pulse or counting input between controllers, because the completion speed of a MSG depends on network traffic, network connectivity, and scan times of both controllers.

Definitely do the counting and timing in the PLC-5 controller to which the sensor is wired.
 

Similar Topics

Good Morning Folks. I'm having a bit of an issue with a machine and I'm looking for opinions on something. I have a beam that is moved with a...
Replies
31
Views
6,301
Hello everyone‚ Fairly new to PLC prog I seek your advise concerning what is said in my thread title; I program using workbench components; I...
Replies
1
Views
1,255
Hello, To make it short, the current system setup is a compact logic with a high speed counter 1769-HSC input module reading pulses from a flow...
Replies
12
Views
1,994
Hi, im using an ip4 pulse counter module to measure flow rate of a substance for a project, have written my code but can't find how to reset the...
Replies
3
Views
1,358
Does anyone know of a standalone pulse counter (preferably Ethernet/IP enabled) that can count up to 1000Hz range? We had been using the VHSC24...
Replies
9
Views
2,109
Back
Top Bottom