Still in a jam

peterc49

Member
Join Date
Aug 2009
Location
Woodstock, Va
Posts
20
I'm progressing but have hit another snag. I'm programming an AB 1400a and am using an Integer file N10 to store pulse counts. Is there a way to get more than from N10:0 to N10:20? Also, it still isn't real clear to me; does the IOM instruction get written on the rung before or the rung after the Output instruction? As you can tell I'm very new to this.
 
Is there a way to get more than from N10:0 to N10:20?
If I understand correctly, you need more integer registers. Open the N10 data file, click the Properties button, and increase the number of elements. You can go as high as 256 per data file.
 
as you follow the advice from my distinguished colleague kolyur, remember that you'll probably need to be "offline" to make the change – and then "download" the modified program to the processor ...

as for the IOM – it "does its thing" when the rung that it is located on gets executed ...

explanation:

suppose that a "true" OTE located on rung 10 has just changed the contents of an output bit/box to a status of ONE ... normally that ONE status would not be sent over to the actual output module until after ALL of the ladders had been executed ...

suppose that "wait-till-the-end" delay (short though it may be) is still too long for your particular process ...

so ...

suppose that you program a "true" IOM on rung 11 (the next rung in the ladder) and suppose that you correctly address it - and mask it – for the output module and bit "of interest" ...

in that case, the status of the output bit/box would be sent over to the actual output module AS SOON AS THE IOM GETS EXECUTED ...

no offense intended, but if you have any trouble understanding that description, then you probably have misconceptions about the differences between OTEs, outputs, and bits ... (believe me these are common problems that often confuse even experienced technicians and programmers) ... if this sounds like part of your problem, then the YouTube videos on the Sample Lessons page of my website should be very helpful to you ... be sure to watch them all IN ORDER since each lesson builds on the previous ones ...
 

Similar Topics

Why is the configuration IP different from the actual IP address still able to run normally?
Replies
6
Views
821
Just started working with some HART loops and I'm trying out Pactware.I'm using Krohne and it works just fine recognizing my modem. I downloaded...
Replies
9
Views
1,333
Square D had a group that wanted to develop PLC compatible power monitoring. They worked out of the Cedar Rapids circuit breaker plant - before...
Replies
0
Views
825
When a servomotor is stopped, are its three windings supplied equally with the same voltage value or close values? The servodrive is supposed to...
Replies
2
Views
1,384
We have this sub-system that was installed back in 2009, was never used, the building that used it was shutdown shortly after installation, and...
Replies
3
Views
1,158
Back
Top Bottom