Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this example script (Groovy/Java) we create a new DeweSoft file importer component, set the LoadStatus of two channels to complete and all other channel channels were set to be ignored.

Info

The script uses the most general importer class so that you can easily adapt it to other importer types. e.g. jC.newComponent(jbComponentIF.MDF_FILE, false);

...

Opening the resulting import window shows that only the two named channels are were actually loaded, the rest is set to ignored state.

...