Jump to content
OMRON Forums

Script download problem


steveneads

Recommended Posts

Hi,

 

I have found a problem when downloading a motion program. PPMAC vers 2.3.2.5 and IDE 3.1.4.0.

 

I have a "sub" program which is called from a "subprog". The structure of the sub program is like this:

 

-------------------------------------------------------------------

sub: DoCalcs(void)

 

local var

 

//some code here

 

if (error)

{

//some code

return;

}

 

var = a + b; //some code using "var"

 

return;

------------------------------------------------------------------------

 

This code does not download because the local variable "var" is not recognised as an L variable. If I move the local declaration after the return that's inside the if loop, it will download. It seems that the sub doesn't get its end point right.

 

If I make a similar code structure in the higher level "subprog", it downloads perfectly ok - so it only seems to be a problem in the lower level "sub" program.

 

Steve

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Guest
This topic is now closed to further replies.

×
×
  • Create New...