C# Class WFA_psychometric_chart.Form_HumiditySourceDeviceInput

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Public Properties

Property Type Description
AfterFilteringFromAlexValueListOfValues List
indexForParameter1 int
indexSelectedDevice int
parameterValFromBacnet List

Public Methods

Method Description
CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool

CHECKS WEATHER THE DEVICE IS ONLINE OR OFFLINE

ControllerList ( ) : List

This function return a controller list that is ONLINE only

FilterDataForDisplayInList ( ) : void

Filters the temperature value form alex database and form Hardware pulled

FilterOnlyTemperatureAndHumidityFromAlexDBValue ( ) : void
FindPathOfBuildingDB ( ) : void
Form_HumiditySourceDeviceInput ( EditNodeLineForm f ) : System
InputDeviceInfoAndValue ( ) : void
PullDeviceInfoFromAccessDB ( ) : void
ReadDataFromAlexDatabase ( string TableName ) : void

Read the data from alex db .. This will be loaded when first loaded values

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CB_Device_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_param_hum_SelectedIndexChanged ( object sender, EventArgs e ) : void
Form_HumiditySourceDeviceInput_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form_HumiditySourceDeviceInput_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnCancel_Click ( object sender, EventArgs e ) : void
btnSetNode_Click ( object sender, EventArgs e ) : void

Method Details

CheckDeviceOnlineOffline() public method

CHECKS WEATHER THE DEVICE IS ONLINE OR OFFLINE
public CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool
deviceID int device id value
Parent_SerialNum int 0 always
return bool

ControllerList() public method

This function return a controller list that is ONLINE only
public ControllerList ( ) : List
return List

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FilterDataForDisplayInList() public method

Filters the temperature value form alex database and form Hardware pulled
public FilterDataForDisplayInList ( ) : void
return void

FilterOnlyTemperatureAndHumidityFromAlexDBValue() public method

public FilterOnlyTemperatureAndHumidityFromAlexDBValue ( ) : void
return void

FindPathOfBuildingDB() public method

public FindPathOfBuildingDB ( ) : void
return void

Form_HumiditySourceDeviceInput() public method

public Form_HumiditySourceDeviceInput ( EditNodeLineForm f ) : System
f EditNodeLineForm
return System

InputDeviceInfoAndValue() public method

public InputDeviceInfoAndValue ( ) : void
return void

PullDeviceInfoFromAccessDB() public method

public PullDeviceInfoFromAccessDB ( ) : void
return void

ReadDataFromAlexDatabase() public method

Read the data from alex db .. This will be loaded when first loaded values
public ReadDataFromAlexDatabase ( string TableName ) : void
TableName string name of the table i.2 inputables
return void

Property Details

AfterFilteringFromAlexValueListOfValues public_oe property

Stores the value obtained form hardware and filtered form alex database
public List AfterFilteringFromAlexValueListOfValues
return List

indexForParameter1 public_oe property

public int indexForParameter1
return int

indexSelectedDevice public_oe property

public int indexSelectedDevice
return int

parameterValFromBacnet public_oe property

public List parameterValFromBacnet
return List