QUOTE(TWControls @ Apr 10 2006, 11:00 AM) [snapback]31672[/snapback]
...I don't think the copy instruction causes one but it doesn't put the proper values in either.
That all depends on what you mean by proper values. COP is an exact copy from four bytes of memory in one location to four bytes of memory in another location. The bit image is exactly the same in both locations. Whether or not it looks the same is simply a matter of interpretation - its still the exact bit pattern.
There are times when a COP is the proper instruction to use, such as when one is attempting to send/read floating point data using serial communications.
If your intent is to split a floating point number into integer/fraction components where XXX.YYY is split into XXX and YYY then see this technote:
http://domino.automation.rockwell.com/appl...F1?OpenDocumentOtherwise see the links I posted on your other post in the PLCS.net forum.