Hig and low word

Any type of computerized device, a PLC for example, stores numbers in groups of bits. A certain number of bits can be stored at one time. Current PLC's typically store numbers in 16 bit groups.

When the representation of a number occupies more bits (usually twice the number of bits) then half of them must be stored in one memory location and half in another. The two locations are typically adjacent in memory.

If 16 bits of memory are considered a 'word' then the full number consists of one 'word' which contains the least significant bits and one 'word' which contains the most significant bits.

The design of computer memory storage has varied. In some the least significant bits are stored in the memory address which has the lower number (low word) while the most significant bits are stored in the memory address which has the higher number (high word).

But some store the words the other way around. ('Low word' containing the most significant bits, 'high word' containing the least significant bits.)

Please refer to this wiki entry for a discussion of 'endianness'

There are also concerns during data serial transmission on the order of transmission of multi-byte numbers.
 
I'd disagree. I'd say the low word is always the least signifcant 16 (or whatever) bits, and the high word is always the most significant. It doesn't matter which order they are stored in. The low and high refer to the significance, not the memory position.
 
I have seen the terms (low and high word) used both ways. I hope we haven't confused him. Possibly just the idea of the least significant and most significant portions of a value being separate items may be enough.
 

Similar Topics

Hi, The hardware is: Click Plc model # CO-O1DD1-O HMI model # S3ML-R magnetic-inductive flow meter model # FMM100-1001. I will set the flow meter...
Replies
4
Views
127
I'm a beginner in the automation field and I've set up an automation system connecting several devices (datalogger, radio, etc.) via Modbus RS485...
Replies
5
Views
212
Anyone have issues with RSLinx being very slow to open. It sometimes will say "Checking Activation" at the bottom for what seems like an...
Replies
2
Views
141
I'm a newbie who started a job as a repair tech recently. I've had plenty of luck with ABBs, Allen Bradleys, and a few others, but I can't seem to...
Replies
1
Views
158
Hi All, we've recently upgraded from FTView SE v10 to v12. Since the upgrade we've been having a problem where the HMI is slow to update tags in...
Replies
0
Views
87
Back
Top Bottom