|
static Boolean | AbortRun () |
| Asks the DAE to abort a run - does not check to see if the run actually aborted. More...
|
|
static Boolean | BeginRun () |
| Asks the DAE to begin a run - does not check to see if the run actually started. More...
|
|
static Boolean | BlocksLoggingStatus () |
|
static int | ChangeConfig (String configName) |
| Request a change of configuration. May return true, but this does not mean the configuration will change. See SeciInterface.Configuration_Change method for more information. More...
|
|
static Boolean | CheckForWaitingState (String blockName) |
| Check to see if a block 'wait for control' is true - if so it means the current block value may be unreliable. Example: check to see if the moving LED on VI is lit. More...
|
|
static void | ClearGraphs () |
| Requests that any graphs in the user interface are reset More...
|
|
static void | EnableBlocksLogging (Boolean enable) |
|
static Boolean | EndRun () |
| Asks the DAE to end a run - does not check to see if the run actually ended. More...
|
|
static String[] | GetAllBlockValues (Boolean visibleOnly, Boolean includeSetpoint, Boolean includeGroup, Boolean includeWaitState) |
| Get the current values of all the blocks, including any in the components. More...
|
|
static String[,] | GetBlockAliases () |
| Get the aliases of all the blocks More...
|
|
static String[] | GetBlockNames (Boolean includeHidden) |
| Get the names of all the blocks More...
|
|
static String[] | GetBlockNames (Boolean includeHidden, Boolean includeAliases) |
| Get the names of all the blocks More...
|
|
static String[,] | GetBlocks () |
| Get all the block information necessary for a "GetBlocks" in Open GENIE Should not be used as CSET should be done via SECI; but in case of emergency! More...
|
|
static String | GetBlockValue (String blockName) |
| Get the current value of a block. The block can be in the configuration or any of the components. More...
|
|
static String | GetCurrentConfig () |
| Get the name of the current configuration. More...
|
|
static Object | GetLabViewValue (String vi, String control) |
| Get value directly from LabVIEW with no checks or conversions. More...
|
|
static String[] | GetListOfConfigs () |
| Get a list of the available configurations (does not currently include components). More...
|
|
static String[,] | GetNexusInfo () |
| Gets the NeXus information for all the blocks, including those in any components. Currently, the only NeXus information is a NeXus name and group. More...
|
|
static Object | GetRawBlockValue (String blockName) |
|
static Object | GetRawSetpoint (String blockName) |
| Get the setpoint value for a block. The block can be in the configuration or any of the components. More...
|
|
static String[] | GetRunInfo () |
| Get the current run information from the DAE. More...
|
|
static String | GetRunStatus () |
| Get the current run status from the DAE. More...
|
|
static String[] | GetVIsFullpath () |
|
static Boolean | IsBusy () |
|
static Boolean | IsInRange (String blockName) |
| See if a block is currently within the run-control bounds. Note: returns true if it is not under run-control, because it is technically in range. More...
|
|
static Boolean | PauseRun () |
| Asks the DAE to pause a run - does not check to see if the run actually paused. More...
|
|
static Boolean | ResumeRun () |
| Asks the DAE to resume a paused run - does not check to see if the run actually resumed. More...
|
|
static Boolean | SaveRun () |
| Asks the DAE to save a run - does not check to see if the run actually saved. More...
|
|
static Boolean | SetBlockValue (String blockName, String value) |
| Set the setpoint value of a block. The block can be in the configuration or any of the components. Will check that the 'wait-for control' is not true, otherwise will not set values. More...
|
|
static Boolean | SetLabViewValue (String vi, String control, Object value) |
| Set value directly in LabVIEW with no checks or conversions. More...
|
|
static Boolean | SetRawBlockValue (String blockName, object value) |
|
static Boolean | UnderRunControl (String blockName) |
|
This class is for accessing Seci from an external source. All the COM and Remoting calls go through this class.
Definition at line 12 of file Bridge.cs.