bits or words

SHERLOCKIN'

Member
Join Date
Jun 2003
Location
Virginia
Posts
2
I am new at this PLC stuff. Can anyone explain to me how to know when a whole word is needed and or how many words is need to...say for instance....setting up a DCM card for Remote I/O for 1/4, 1/2, or full rack.
Also for sending and receiving speed references, how does using a word for this come about. Does a Speed ref need a whole word, and how does it use a whole word.
I understand the physical aspect of the DCM Card as far as setting the dip switches and the importance of what slots each end is in and how to send and receive but the whole "word" thing has been a slight mystery to me.
Any help would be greatly appreciated.Thanks
 
Can you be a tad more application specific?

I don't want to go into a dissertation about the difference between bits and words, (something you probably already know), but I'd like to help and I'm not sure I understand your question.

Dave
 
a litttle more specific

Say for instance...When having conveyor restart jam problems with an interfacing machine and when I asked about simply following the interfacing machine speed, and my answer was "We can't because we need a word to be able to do that and we are out of available words, at the DCM, we only have a few bits left".
That is all that was explained to me.
Thanks for the response.
 
A word is made up of 16 Bits.

16 Input Bits = 1 word in the Input image table.
16 Output bits= 1 word in the Output image table.

A Bit would be used for things such as a pushbutton, limit switch or a pilot light etc.(digital)

A word would be used for things such as a temperature or speed etc. (analog signals) Yes you need a Word for the speed ref. signal.

There is no need for me to attempt to give a full blown explaination here besides A-B can do it better.

Go to A-B manuals on line and study up, most PLC user manuals will answer your questions.

Roger
 
Last edited:
Re: a litttle more specific

SHERLOCKIN' said:
"We can't because we need a word to be able to do that and we are out of available words, at the DCM, we only have a few bits left".

I think somebody's blowin' smoke up your a$$. The DCMs I've used add a communications port to the PLC. They don't have much memory of their own - their purpose is to communicate data that already resides in the CPU. In some cases this is transparent to the CPU, in other cases the CPU issues communications commands to the DCM, and in other cases the CPU uses block transfers to the DCM to send the data across. This is all dependent on the PLC platform and the DCM model.

You can send huge amounts of data using a DCM, and I don't think you can really be out of words at the DCM. What is probably going on is the existing block transfer logic in the CPU is set to send a specific number of words to your DCM, which in turn is communicating with your network. This data block may already be fully utilized. The solution is probably to modify the block transfer in the CPU to enlarge the data block, or to add another data block transfer to the programming. This is not simple, but is probably feasible if the programmer understands the equipment.

If you have specific model numbers of the hardware and the existing logic some here can surely get you started.
 
I did two project using DCMs to connect a SLC to a PLC3 network.

The 1747-DCM has 7 available input words, or 112 input bits, and 7 output words/112 output bits.

It actually has 8 words total, but one in and one out are used for status.

RT
 

Similar Topics

Hi I am being given several fault words (as a DINT) from a Drive that I am receiving into a Compactlogix L33ER controller. I have a small...
Replies
12
Views
1,140
Newbie looking for help, please. When should one use memory bits versus memory words? Am I right in thinking a memory bit can be used to simply...
Replies
8
Views
2,617
So my HMI is writing D words to the FX1s PLC for buttons, etc. How does one reference these bits in the PLC? I've tried several syntaxes on an...
Replies
3
Views
3,442
Hi, I'm fairly new to Step 7 and mainly have a Rockwell background. I have a project which has an S7-300 talking to ABB drives over profibus...
Replies
1
Views
6,059
Hello all, i have a question for you guys, how can i compare bits, bytes, words and double words that are stored in data bock with the SCL...
Replies
14
Views
10,077
Back
Top Bottom