help with horner cscape programming

thearn

Member
Join Date
Sep 2014
Location
alberta
Posts
1
Hey new user here need help programming a horner plc using cscape. I am trying get in the counts but max out after 64000 or 32000 counts how can I make it contually count
 
Hey new user here need help programming a horner plc using cscape. I am trying get in the counts but max out after 64000 or 32000 counts how can I make it contually count
Use a "register" (say %R1000) and ADD "1" at every pulse you use to increment your counter.
Pick a DINT Register (32 bit, so the %R1000 + %R1001 form your actual count accumulator) and you should be fine.
Make sure that your pulse is a "Positive" transition (one shot).
This will only add 1 once to the register until the pulse gets re-triggered.
DO NOT use %R1001 for anything else as it is now part of your 2 x register setup.

(p)----> ____ ADD
____________ 1
____________ %R1000

Hope this helps.
I don't have cScape installed on here.
 

Similar Topics

I have a Horner PLC that is reading Ascii string from a device. When the device responds, it responds with the hex value in Ascii. I need to...
Replies
8
Views
2,378
Currently using Horner NX221 PLC units. What I am looking for is a way in which to cause the plc to reboot automatically. I have written to Horner...
Replies
2
Views
3,324
please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
2
Views
3
Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
9
Views
113
Hello, I am trying to replicate a piece of logic on the PLC5 onto an SEL RTAC. I am using ladder on SEL and FBD. I am having issue on the ladder...
Replies
10
Views
110
Back
Top Bottom