Cannot energize the output from Relay output module (1769-OW16) without the load?

wendaiyu

Member
Join Date
Jun 2014
Location
toronto
Posts
87
Hi, guys, how’s going?

We made a very simple logic in Logix5000 and turned on one output from Relay output module (1769-OW16) WITHOUT the load.

But the issue was that the indicator of that output was blinking and its relay was closed, open, closed, open….

It looks like we cannot energize Relay output without the load, right?

Thanks a lot.
 
No. Neither a relay, nor its card, can sense the thrown load.

Check the logic governing the output.
 
Last edited:
Check the logic governing the output.
I agree, it sounds like a logic issue

Is the output being stepped on by another recurrence of the output in the PGM?.
(double coiling?)

If you can't find it post the code (I.D the output for the forum) Zip the file first.
 
I agree, it sounds like a logic issue

(double coiling?)

If you can't find it post the code (I.D the output for the forum) Zip the file first.

Sorry Mickey, I learned the "stepped on slang" to indicate a double coil.

See if that's it.
 
Last edited:
'stepped on' is perfectly fine in this case. I first heard it used in an electrical sense in amateur radio when two transmitters used the same frequency at the same time, leading to a mess equivalent to this (if the 'double coil' operation is the case.)
 
With the SLC range and with a lot of other PLC's with a double or multiple coils with the same reference the logic would take the status of the last operation on that coil (ie not turning the output on (or off)when it should do), but as you have found due to the asynchrony of the i/o of the controllogix range the result is a rapidily flashing output, given that the issue is a double coil.

Steve
 
wendaiyu,

What we are trying to say can be put like this.

let's say you have a program of 100 rungs and maybe some subroutines.

in rung 5 of your program you turn on an output (out1).

in rung 75, you turn the output off using an internal bit (bit1)contact.

As with all programmers, you must learn.
look at your code and search for multiple outputs of out1. if rung 5 turns it on and in rung 75 you have it programmed as well and it's off, the output will do as you say. you can also go online and look at the output rung and see what's turning the rung on and off.

regards,
james
 

Similar Topics

Hello everyone, I am currently working on a project that uses a Rockwell L33ER controller and the FTV Studio V13 as Supervisory computer...
Replies
0
Views
133
Hello Friends I have a backup that I am trying t open in mi PC (RSLogix 17.01) and I get this message. I have read many posts and done many...
Replies
1
Views
171
Hi, Im trying to open an old old Siemens WinCC project. It doesnt have to run i just want to look at the project in WinCC explorer. Its...
Replies
2
Views
678
Hello. I cannot change the SendClock settings for a PROFINET IO device. I need to slow down the CODESYS PROFINET IO controller. What am I doing...
Replies
0
Views
202
Hi, I received the following project from a customer on a QuickPanel Proface 6" that I need to swap to a Siemens Panel. However, I cannot seem to...
Replies
3
Views
344
Back
Top Bottom