Which Project Library?

My site's Ignition system is utilizing a "Scale-Out" type architecture where we have separate Back-end and Front-end Gateways (each GW also has redundancy). The Back-end and Front-end GW's each have their own Project Library, so, which Project Library is getting used?

I've taken over management of this system, so to this point it appears that any script in the Back-end GW's library was duplicated in the Front-end GW's library. I'm needing to add some scripting, but I'm not clear if it matters which GW library I add it to.

Thanks!

The library must be in the gateway which calls its functions. Jython is fundamentally confined to the JVM in which it runs.

You may need to add general scripts to all gateways. Purely Perspective UI scripts can generally stay in the front end.

Thanks, Phil. I had a feeling this would be the feedback, but it never hurts to verify.

Also, at this time we are only using Vision.

1 Like