Momentum Analog I/P Addressing

anks

Member
Join Date
Dec 2004
Location
California
Posts
66
How should I do addressing for my momentum analog i/p module,

say i have 3 analog transmitters connected to my analog i/p...

i should read in my proworx nxt as 300001, 300002 & 300003
or 300001, 300003 & 300005, because i will be using that register
to multiply and divide to scale the value.
& MUL & DIV function takes 2 reg. values.

Thanks
 
You can't skip numbers in the addressing. The I/O points have to be consecutive. Copy the raw input data to another register and use it for manipulations if you want double words. Anyway, I don't think you need to have a double register as the input to the math functions, just the output. I've not used Proworks, so I'm not sure.
 
The standard 984LL multiply and divide functions require two consectutive register, for reults, even with integer math (the second register keeps track of things like overflow and remainders).

Tom is correct, keep your inputs as 3x1, 3x2, and 3x3 etc. Then you can use them as the inputs to your integer math as needed.
 

Similar Topics

I have a 170AAO92100 card that I am interested in using as a 10 volt output. Is there setup that I have to do in order to change output or simply...
Replies
0
Views
82
Not usually a Modicon person, but need to scale a sensor input (30009) on a Momentum. It is a 4-20mA signal but I'm not sure what the model# of...
Replies
5
Views
2,260
Hello Folks, Has anyone configured a Momentum high speed counter on Unity 13.1. We need the wiring diagram for Momentum High speed counter and...
Replies
0
Views
73
Trying to identify the Modbus RTU registers that are in use in the Function block programming in the PLC program. I have a Kohler DEC 550...
Replies
0
Views
140
I am not too familiar with the Schneider family of PLCs .. but I have a client that wants to upgrade from a Momentum to something newer. They had...
Replies
7
Views
2,413
Back
Top Bottom