Inheritable project with SFC doesn't have access to scripts

Hello,

I’ve created an inheritable project with an SFC and scripts, the scripts are in a package, so I have something like this for the scripts:

MyPackage

  • module_1
  • module_2

I’ve created another project which inherits from the above project and, using a timer, I’m able to start the SFC provided the SFC doesn’t reference the modules in the package. I’ve moved the modules to the top (not in a package) and still a no go.

I’m running the latest 8.01 … any suggestions?

Thanks,

Rick

Okay, figured this out … had I payed attention to the message about global project in the error log it would have been obvious. I moved the SFC into the “global” project and all good.

Thanks,

Rick

1 Like