micrologix 1100 Program issue

HollywoodHulk

Member
Join Date
Feb 2015
Location
Floridia
Posts
3
okay guys and gals. I have appreciated the help that has got this newbie this far. What I have is a program to test electronic component boards. The issue that I am having is that the subroutines are not working how I think they should. :unsure: when I run the program and call out only u:5 and U:8 the program works good, however when I JSR U:6 from the Main Program, It makes the Program go haywire, almost like a double coil syndrome. I start to see multiple outputs at the wrong times and stuff I did not even tell it to do. I thought this issue was fixed by assigning different bits to my outputs. Does double coil syndrome affect inputs as well? Am I using subroutines correctly? :confused: The input device is cmore hmi. Thank you all way in advance.
 
one thing that jumps out - is that you have quite a few timer instructions which have their Presets entered as ZERO ...

TIP:

just for testing/debugging purposes sometimes it's helpful to temporarily crank your timers up to VERY LARGE settings - to slow down the action and get a better feel for what's happening ...
 
couple things
file 6 rung 3- the last Unlatch has nowhere it ever gets set.
file 6 rung 27- TT bit doesn't match the timer address on Rung 26
File 6 rung 35- coil is duplicated at file 12 rung 0

I only looked at file 6. Maybe these items will help, but maybe not
 
The inputs make me wonder. They correspond one for one I vs. B until rung 7. Here an offset is introduced, as if an address was skipped.

As an aside, in the rungs with multiple OTUs, you could shorten the program by resetting bits en masse with a single properly loaded (and commented) AND instruction.
 

Similar Topics

Three times in the past week I have had to re-download a program onto a ML1100 installed in a rooftop A/C unit. Program seemingly evaporates...
Replies
5
Views
3,367
I was using Allen bradley touch HMI in a highly rugged environment which caused repeated failures in HMI, So to avoid the same, I have changed...
Replies
2
Views
2,108
Need to load several micrologix 1100 units with the same program. The 1100's are new in box from the factory and in many different locations...
Replies
14
Views
18,121
Hello Everyone, I hope that someone can give me a definitive answer to my question. Can a MicroLogix 1100 be programed using RSLogix 500...
Replies
15
Views
19,995
Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
124
Back
Top Bottom