Jump to content
OMRON Forums

Recommended Posts

Posted

Delta Tau,

 

How can I avoid conflicts with the Power PMAC's gathered data and my own user data in the shared memory area? I noticed that I can get a pointer to the data using "pSharedMem->Gather.Buffer". Is there a way to tell the Power PMAC beforehand where to store the gathered data?

 

Thanks,

 

Matthew Dean

Coastal Controls

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Matthew,

 

The gather buffer is separate than the user buffer. You can store all your data in the Sys.Idata[x] which can also be accessed as Sys.Udata[x], Sys.Fdata[x] and Sys.Ddata[x] depending on the format from the script and also by defining int, unsigned, float and double pointers starting at addressed location by "pushm" pointer in C environment.

 

Regards,

Guest
This topic is now closed to further replies.

×
×
  • Create New...