Facility Control

 View Only
  • 1.  communication between 2 grids files

    Posted 07-17-2015 18:22
    Hi,

    Is it possible to call a function implemented in a grid file from another grid file?

    Thanks

    Bruno


  • 2.  RE: communication between 2 grids files

    Posted 07-17-2015 19:15
    Not directly, no.

    You could use the GPI Trigger feature to 'press a button' in a different panel.

    `ogscript.fireGPI('[GPI]', '[state]', true);` will fire a "GPI Trigger" across all open panels (the true at the end is the flag to fire it globally).

    If you attach a trigger to a button or label, (see Trigger ID field above each button's task list), you can trigger them this way.

    #DashBoard


  • 3.  RE: communication between 2 grids files

    Posted 07-21-2015 13:59
    Thanks.

    Is it possible to share variables between 2 grid files?

    Thanks

    Bruno

    #DashBoard