Functions for Excel Table Variables

The following functions can be used for setting various options of the tables that can be linked to Excel:

         GetOptionsForEquipmentContentsTable(equipName As String, VarID As VarID, val) can be used to retrieve settings relevant to the equipment’s contents table.

      SetOptionsForEquipmentContentsTable(equipName As String, VarID As VarID, val) can be used to set settings relevant to the equipment’s contents table.

      GetOptionsForStreamSummaryTable(VarID As VarID, val) can be used to retrieve settings relevant to the stream summary table.

      SetOptionsForStreamSummaryTable(VarID As VarID, val) can be used to set settings relevant to the stream summary table.

      GetOptionsForProcOperationSequenceTable(procName As String, VarID As VarID, val) can be used to retrieve settings relevant to the procedure’s activity overview table.

      SetOptionsForProcOperationSequenceTable(procName As String, VarID As VarID, val) can be used to set settings relevant to the procedure’s activity overview table.

In case you want to set/retrieve options for the Equipment Contents table the first argument is the equipment name (equipName) and if you want to set/retrieve options for the Procedure Activity Overview Table the first argument is the procedure name (procName). The argument (varID) is the variable identifier that specifies the variable (setting) we want to access and the argument (val) is the variable’s value. The Variable ID that needs to be used for each variable is listed in Excel Tables Options Variables.

Auto Initialization Methods

These methods are used to enable and use the Auto Initialization feature available in Pro-Designer for Input streams as well as the Equipment contents.

      Functions for Stream Auto Initialization Variables

      Functions for Equipment Contents Auto Initialization Variables

      Auto Initialization Variables