Set up an Analyte Formulae Script

Security Note: You need the Allow script maintenance and Allow the user to maintain analyte formulae user group security rights in the Scripting user group security rights group for this activity.

Activity Steps

  1. Open the Analyte Formula (script editor).

    The Scripting Ribbon Tab displays.

  2. Edit the C# script.
  3. Append the public class code after any other public classes in the analyte formula code.
  4. Ensure that script references are selected:
    1. Note the DLLs that are referenced in the script. The DLLs are listed at the top of the script, after the word "using".
    2. Select the References tab.
    3. Select the required DLLs.
  5. Click the Build icon on the Scripting ribbon tab to compile the script.
  6. Click the Save icon on the Scripting ribbon tab.