Announcement

Collapse
No announcement yet.

Re-loading an efs file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Re-loading an efs file

    A few questions related to reloadEFS().

    1. Is it possible to preserve some values from previous runs, to be used after reload?

    2. Is it possible to force new input parameters values (diferent than the default values) when we reload?

    3. Is it possible to force diferent time interval for the chart when we reload?

    Thank you.
    Mihai Buta

  • #2
    Hi,

    1. Is it possible to preserve some values from previous runs, to be used after reload?
    Using setGlobalValue() and getGlobalValue() you can. Do a search for twotimer.efs for an example.

    2. Is it possible to force new input parameters values (diferent than the default values) when we reload?
    Because you can save values via setGlobalValue, you should be able to take alternative code paths on a reload. This means you can set your variables to anything you would like.

    3. Is it possible to force diferent time interval for the chart when we reload?
    AFAIK it isn't possible to set the interval via EFS.
    Garth

    Comment


    • #3
      Thank you Garth,

      I will SetGlobalVar, although I had bad experience in the past with them (when not in real-time).

      I tried to find your twotimer.efs, but could not locate it, although it is referenced in several places.
      Can you help me find this file?

      Thank you.
      Mihai Buta

      Comment


      • #4
        I think one of the threads has it, but just in case, I have attached what I THINK was the latest version.

        Garth
        Attached Files
        Garth

        Comment


        • #5
          Thank you G,

          I got it.
          Mihai Buta

          Comment

          Working...
          X