GE 90-30 Data Move to Counter:

sthompson

Lifetime Supporting Member + Moderator
Join Date
Jan 2007
Location
Vernon, BC
Posts
1,852
Hi GE Experts:

I would like to move a different Counter Preset into several Counters based on a Selector Switch Position. I am using a GE 90-30 with a CPU331. I presume this is possible, but it is my first project with a 90-30, and any hints and advice would be appreciated. Thanks for any advice.

Regards,

Stu.....
 
This is just a simple UPCTR instruction, correct?

You can use an addressed variable as the PV node (preset) for the instruction. You're not restricted to a constant. Elsewhere in ladder logic use MOVE instructions to get the desired value into the preset register.

It's not widely known or practiced, but you can use MOVE instructions to load your desired preset value directly to the second of the three %R addresses assigned to the UPCTR instruction and leave the PV node blank. The second %R address gets a copy of whatever you specify at the PV node. That would be just like using a MOV or COPY to an Allen Bradley counter's .PRE word.
 
This is just a simple UPCTR instruction, correct?

You can use an addressed variable as the PV node (preset) for the instruction. You're not restricted to a constant. Elsewhere in ladder logic use MOVE instructions to get the desired value into the preset register.

It's not widely known or practiced, but you can use MOVE instructions to load your desired preset value directly to the second of the three %R addresses assigned to the UPCTR instruction and leave the PV node blank. The second %R address gets a copy of whatever you specify at the PV node. That would be just like using a MOV or COPY to an Allen Bradley counter's .PRE word.


Hi Steve:

Thanks for the reply. Yes, it is a simple UPCTR, I should have been more specific. I will try that out on my 90-30 Test Rack, and make sure I am doing it correctly. I appreciate your help.

Regards,

Stu....
 

Similar Topics

Afternoon, I have a DB in TIA Portal V16 that is optimised. I cannot change this. There is an array inside that block which consists of 3000...
Replies
9
Views
1,145
hi i have a baumer vision unit picking up a QR code this is connected to a siemens 1200 plc. i have a IB18 In the device that is the start of...
Replies
16
Views
9,352
Hi, can anybody tell that how can we move floating point data from one Regiter to another register in Fatek PLC.?
Replies
0
Views
1,549
Hi, Ok bear with me, I have an Array of Real in a DB ranging from 0 to 10. In ladder I want when count pulse = 100 move count into Array 0...
Replies
1
Views
2,079
I have been bashing my head up against this one for a while, so take some pity on me if I wind up coming off as very confused. I have 4 tags...
Replies
8
Views
2,285
Back
Top Bottom