Jump to content
OMRON Forums

More problems with pointers


mshaver

Recommended Posts

I started a thread a while back having to do with redirecting pointers programmatically and cited an example from the power point training slides.

In global definitions;

M100->Sys.Fdata[L10];

 

I said this throws an error. Delta Tau insiders said this would download. I finally got back around to this. This will not compile or download. I have IDE version 1.6.0.109.

 

???

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

It will download. The error happens when you must build. I thought this was fixed at one point but I have the newest firmware and IDE and it is not working again.

 

To work around this you can comment that line and do the build. Then uncomment and do the download all files.

Link to comment
Share on other sites

  • 2 months later...

Hi,

 

In my case,

 

ptr PointerTest->Sys.Fdata[L0]

Above code does not work and got an error when build and download.

 

But below does work correctly without any error messages.

ptr PointerTest->*
PointerTest->Sys.Fdata[L0]

 

Is there anyone who could explain differences between two codes ?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...