Jump to content
OMRON Forums

Gather.DData problems


shansen

Recommended Posts

I just found that each Gather.DData index does not seem to be offset by 8 bytes, but only 4 bytes (same as Gather.FData).

 

For example:

 

Gather.DData[0].a = $bc8e6238
Gather.FData[0].a = $bc8e6238
Gather.DData[1].a = $bc8e623c
Gather.FData[1].a = $bc8e623c

 

If Gather.DData[1] holds a double word, shouldn't it be pointing to $bc8e6240?

 

Sys.DData is working correctly (8 byte offset between each index).

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Guest
This topic is now closed to further replies.

×
×
  • Create New...