Momentum Addressing

Tom Jenkins

Lifetime Supporting Member
Join Date
Apr 2002
Location
Milwaukee, WI
Posts
6,301
Just starting my first project on Modicon Momentum PLCs, using the IEC ladder logic processor and Concept software. The I/O base is a combo unit with eight each 24 VDC discrete in & out and 6 analog in/4 analog out on a single unit. The configuration in the Concept software assigns a default address of twelve word for the inputs and the outputs, one word of which contains the 8 discrete bits for the input and output address. Our local distributor told us to use "Word to Binary" and "Binary to Word" function blocks to map the I/O status to and from individual internal coils for each discrete I/O. This works OK, but seems inelegant.

1) Is there a better way to get the I/O word into discrete bits?

2) Is there a way to access the individual bits of the I/O word as the address in a contact or other logic?

Thanks.
 
Use the SENS (sense bit) and MBIT (Make bit) instructions. Tried to include a snap shot of the code, but I don't know how you guys put pictures in here.


I don't have any experience with the concept software. Our customers still use Proworx Nxt. But, these instructions may still be available to you.
 
example of using the sens instruction to examine a bit of a word, and set a coil. Coil will echo the state of the word/bit.


Did the picture come through?

sens.jpg
 

Similar Topics

I have a Magelis XBTGT2330 programmed with Vijeo 5.0 communicating with a Modicon TSX Momentum processor programmed with Concept v2.6. We're...
Replies
1
Views
3,600
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...
Replies
3
Views
3,429
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
86
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
76
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
155
Back
Top Bottom