This class is for accessing SECI via DotNet Remoting. Used for the web dashboards mainly. This class can only return values from SECI.
More...
This class is for accessing SECI via DotNet Remoting. Used for the web dashboards mainly. This class can only return values from SECI.
Definition at line 32 of file RemotingInterface.cs.
String [] Seci.Remoting.ReadOnlyRemoting.GetAllBlockValues |
( |
| ) |
|
|
inline |
Get the current values of all the blocks, including any in the components.
- Returns
- A string array containing Strings of the form "blockname: value"
Definition at line 41 of file RemotingInterface.cs.
String [] Seci.Remoting.ReadOnlyRemoting.GetAllBlockValues |
( |
Boolean |
visibleOnly, |
|
|
Boolean |
includeSetpoint, |
|
|
Boolean |
includeGroup |
|
) |
| |
|
inline |
Get the current values of all the blocks, including any in the components.
- Parameters
-
visibleOnly | Whether to include only the blocks set to visible |
includeSetpoint | Whether to add the setpoint to the string |
includeGroup | Whether to include the group |
- Returns
- A string array containing Strings of the form "blockname: value"
Definition at line 53 of file RemotingInterface.cs.
String [] Seci.Remoting.ReadOnlyRemoting.GetAllBlockValues |
( |
Boolean |
visibleOnly, |
|
|
Boolean |
includeSetpoint, |
|
|
Boolean |
includeGroup, |
|
|
Boolean |
includeWaitState |
|
) |
| |
|
inline |
Get the current values of all the blocks, including any in the components.
- Parameters
-
visibleOnly | Whether to include only the blocks set to visible |
includeSetpoint | Whether to add the setpoint to the string |
includeGroup | Whether to include the group |
includeWaitState | Whether to include the waiting state |
- Returns
- A string array containing Strings of the form "blockname: value"
Definition at line 66 of file RemotingInterface.cs.
String Seci.Remoting.ReadOnlyRemoting.GetCurrentConfig |
( |
| ) |
|
|
inline |
Get the name of the current configuration.
- Returns
- The name of the configuration as a string
Definition at line 119 of file RemotingInterface.cs.
int Seci.Remoting.ReadOnlyRemoting.GetNumberOfErrors |
( |
| ) |
|
|
inline |
String [] Seci.Remoting.ReadOnlyRemoting.GetRunInfo |
( |
| ) |
|
|
inline |
Get the current run information from the DAE.
- Returns
- A string array of the form "daeitem: value"
Definition at line 79 of file RemotingInterface.cs.
String Seci.Remoting.ReadOnlyRemoting.GetShutterKickerStatus |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /isis2/instcontrol_temp/NewSECI/Sample_Environment_Control_Interface/Seci/Remoting/RemotingInterface.cs