Method | Description | |
---|---|---|
AddMixNodeBetweenTwoNodes ( ) : void | ||
AddOrUpdateNewRecord ( string name, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
AsyncMethod1ForPullingData ( ) : System.Threading.Tasks.Task | ||
CalculateHumidityEnthalpy ( double xVal, double yVal ) : void |
Calculates humidity , enthalpy and specific volume form temperature and humidity ratio
|
|
CalculateSpecificVolume ( double xVal, double yVal ) : double | ||
CalculateYFromXandEnthalpy ( double dbt, double enthalpy ) : double | ||
CalculateYFromXandHumidity ( double xVal, double humidity ) : double | ||
CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool | ||
CheckLatLongAvailable ( ) : bool | ||
CheckSelectedBuilding ( ) : void | ||
ClearComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax ) : void |
Clears the comfortzone that was created based on the min and max temperature and min and max humidity
|
|
ClearSeriesInChart ( string seriesName ) : void | ||
ComfortZonePlot ( ) : void | ||
CountNumberOfItem ( string chartId ) : int |
This counts the number of items in ...chart_comfrotzone_setting is there any comfortzone item associated with a chart or not
|
|
CreateRequireTableIfNotPresent ( string buildingName ) : void | ||
CreateTableForSavingConfiguration ( string filePathWithName ) : void | ||
CursorFunctionForComfortZoneEditMode ( MouseEventArgs e ) : void |
This function helps to add the cursor function while single series is selected
|
|
DBUpdateMixPointOnNodeValueChange ( string NodeIDOfChangedNode ) : void |
Function for making changes in mix nodes value
|
|
DataGridView_Show_Data ( ) : void | ||
DeleteAllDataFromTable ( string db_path, string tableName ) : void | ||
DeleteChart ( string chartID ) : void | ||
DeleteChartContent ( string chartID, string chart_resp_nodeID, string chart_resp_lineID ) : void |
This helps to delete node,line and device info for node,form db to clear the chart,does not delete chart only content
|
|
DeleteChartInfoFromChartDetailTable ( string chartID ) : void | ||
DeleteComfortZoneData ( string id ) : void | ||
DeleteComfortZoneSettingForChart ( string chartID ) : void | ||
DeleteLine ( string lineID ) : void | ||
DeleteLineUsingNodeID ( string nodeID ) : void | ||
DeleteMixNodeInfo ( string chartID ) : void | ||
DeleteNode ( string nodeID ) : void | ||
DeleteNodeDeviceInfo ( string nodeID ) : void | ||
DeleteNodeUsingNodeID ( string nodeID ) : void | ||
DeleteSingleNodeAndAssociatedLinesInDB ( string nodeID ) : void | ||
DisableChart ( string chartID ) : void | ||
EditComfortZoneGraphicalWay ( ) : void |
Helps to edit the comfort one when click raises four lines which can be dragged based on temperature along x axis and humidity along y axis
|
|
FillLatLongValueAutomatically ( ) : void | ||
FindPathOfBuildingDB ( ) : void | ||
FindPathOfBuildingDBNewVersion ( ) : void | ||
Form1_Load ( object sender, |
||
Form1_main ( ) : System | ||
GetDataFromWeb ( double latValue, double longValue ) : void |
This return the different values such as temperatue ,humidity and other parameters.
|
|
GetGUID ( ) : string | ||
HumTempCalcByCoordinate ( ) : void | ||
IndexOfPreviousNodeForLineFunction ( ) : int | ||
InfoForComfortZoneOfChart ( string chartID ) : void |
This gets the information of comfortzone such as status , comfortzoneid, chartid etc
|
|
InitTimer ( ) : void | ||
InitTimerForDevice ( ) : void | ||
InsertChartComfortzoneInfo ( string chartid, string comfortzone_id ) : void | ||
InsertComfortZoneValue ( string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void |
This function helps to insert the comfort zone setting in the database.
|
|
InsertForSavingConfiguration ( string fileWithPath, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string tableForMixNode ) : void |
This helps in insertion of the data to db
|
|
InsertForSavingConfiguration_For_Load ( string fileWithPath, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string tableMixNode ) : void |
This helps in insertion of the data to db
|
|
InsertIntoDeviceInfoDB ( string nodeid, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void | ||
InsertLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesVal, int linethickness ) : void | ||
InsertNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void | ||
InsertUpdateFromHumidityDeviceSelectionToDBOnlyTempertureUpdate ( string nodeid, string Humidity_deviceInstanceID, string Humidity_ip, string Humidity_param1id, string Humidity_param1info, string Humidity_param1type ) : void |
For humidity values
|
|
InsertUpdateFromTemperatureDeviceSelectionToDBOnlyTempertureUpdate ( string nodeid, string temp_deviceInstanceID, string temp_ip, string temp_param1id, string temp_param1info, string temp_param1type ) : void | ||
InsertingInputDataOfT3000ToPsychroDB ( string panelID, string inputIndex, string inputDesc, string inputAM, string inputValue, string inputUnit, string inputRange, string inputCalibration, string inputCalSign, string inputFilter, string inputDecon, string inputJumper, string inputLabel ) : void | ||
LoadComfortZone ( string chartid ) : void |
load the comfort zone when chart is selected
|
|
LoadComfortZoneIfOn ( string chartid ) : void | ||
LoadDataFromFileToDBConfiguration ( ) : void | ||
LoadFunctionForTrash ( ) : void |
This function is used by trash section and helps in refreshing everything
|
|
LoadNodeAndLineFromDB ( int indexValue ) : void |
We need have three parameters
|
|
LoadNode_LineAndDeviceInfoFromDB ( int indexValue ) : void |
This function is for getting node info , correspoing device info for particular node,and line info this is required for saving in xml formate.
|
|
LockAndUnlock ( ) : void |
This function helps to lock and unlock the when click is performed in picture box one click = lock and another = unlock
|
|
PlotComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void | ||
PlotComfortZoneForBackGroundWorker ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void | ||
PlotOuterBorderForComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c ) : void |
it plots outer border lines for editing comfort zone normaly 2 lines vertical and 2 spline horizontal are drawn vertical line represent temperature and horizontal line runs through in humidity line
|
|
ProcessResponse ( |
||
PullChartList ( string buildingName ) : void | ||
PullComfortZoneData ( ) : void | ||
PullDataAndPlot ( ) : void |
THIS HELPS To retrive data from psychometric db and plot in db
|
|
PullDataFromHardware ( string device_instance_id, string param1id, string param2id, string param1info, string param2info ) : void | ||
PullLongitudeAndLatitude ( string dbName ) : void | ||
PullingDataFromPsychrometricDB ( string tableName ) : void | ||
PullingDataFromT3000BuildingDB ( string databaseFileWithPath ) : void | ||
ReDrawLines ( string id, string prevNodeID, string nextNodeID, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesID, Color c, int thickness_value, string name, int status ) : void | ||
ReDrawLinesForXML ( string id, string prevNodeID, string nextNodeID, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesID, Color c ) : void | ||
ReDrawPoints ( System.Windows.Forms.DataVisualization.Charting.Series s1, double x, double y, Color c, string source_temperature, string source_humidity, string name1, string labelValueText, int marker_size_value ) : void | ||
ReDrawPointsForXML ( System.Windows.Forms.DataVisualization.Charting.Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText ) : void | ||
ReDrawingLineAndNode ( ) : void | ||
ReDrawingLineAndNodeForLoadXML ( ) : void | ||
ReadDataForSavingConfiguration ( string path, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string mixnodeInfoTable ) : void |
Read data form db to save as SQLite file
|
|
ReadDataForSavingConfiguration_For_Load ( string DB_String_path, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string tableForMixNode ) : void | ||
ReadDataFromDevice ( int deviceID, uint temp_panID, uint hum_panID, string param1_identifier_type, string param2_identifier_type ) : void |
helps to pull the data from the hardware of the device
|
|
ReadDataFromDeviceForHumidity ( int deviceID, uint hum_panID, string param2_identifier_type ) : void | ||
ReadDataFromDeviceForTemperature ( int deviceID, uint temp_panID, string param1_identifier_type ) : void | ||
ReadDeviceInfoForNode ( string nodeID1 ) : void |
This get the device info values form the database
|
|
ReadNodeAndLineDetails ( string chart_respective_node_id, string chart_respective_line_id, string buildingName ) : void |
Getting the values of the database on the chartID
|
|
ReadNodeInfoToDelete ( string chartNodeID ) : void |
help in reading all the node info for a particular chart
|
|
RefreshDataFromDeviceAndWeb ( ) : void | ||
RefreshGraph ( ) : void | ||
RefreshingEverythingChartAndContent ( object sender ) : void | ||
ReloadComfortZoneForBackGroundWorker ( ) : void | ||
ResettingLines ( ) : void | ||
SQLiteSaveConfigurationSetting ( ) : void |
this fxn helps to create a sqlite file and write it value to db
|
|
SaveConfiguration ( ) : void | ||
SaveConfigurationForBuildingSetting ( ) : void |
New setting for saving into xml file formate.
|
|
SetNode ( string temperature_sourceVal, string humidity_sourceVal, string name, Color c1, int markerSize1, string lineNameVal, int lineStatusVal, int airflow ) : void | ||
SetNodeForWeb ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size ) : void | ||
SetNodeWithValues ( string source, string name, string label, Color c1, string comboboxItemText1, double temperature, double humidity ) : void | ||
SetNodeWithValuesXYCoord ( string source, string name, string label, Color c1, string comboboxItemText1, double xvalue, double yvalue ) : void | ||
ShowOrHideForComfortZone ( ) : void | ||
StartHardwareScan ( ) : void | ||
Test ( string path ) : void | ||
UniqueMixName ( ) : string | ||
UpdateComfortZoneValue ( string id, string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void | ||
UpdateLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesVal, int lineThicknessValue, string line_name, int line_status ) : void |
This value is edited just now bbk305
|
|
UpdateLineInfoToDBWithouSeriesID ( string id, string prevNodeId, string nextNodeId, Color lineColor, int lineThicknessValue ) : void | ||
UpdateMixNodeValuesToDB ( string NodeID, double xValue, double yValue, int AirFlowValue ) : void | ||
UpdateMixPointOnNodeMovement ( ) : void |
Function update the mix values and helps in movement when the mouse movement is done related values Function helps in updating the mix point x and y value when other node are moved
|
|
UpdateNewDataFromDGV ( string name, string chartID ) : void | ||
UpdateNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue ) : void |
This information updates the node information
|
|
UpdateNodeInfoToDBForHumidityFromHardware ( string id, double yVal ) : void | ||
UpdateNodeInfoToDBForTemeperatureFromHardware ( string id, double xVal ) : void | ||
UpdateNodeInfoToDBFromTemperatureDeviceSource ( string id, double xVal, double yVal, string TemperatureSource, string HumiditySource, string name, Color colorValue, int airFlow, int nodeSizeValue ) : void |
Updates the node info in db using Temperature Device input value
|
|
addCursorFunctionForLineDisconnectConnect ( MouseEventArgs e ) : void |
This adds cursor function as dotted cursor which need to be redrawn constantly it updates the value of the dotted cursor
|
|
addTemporarySeries ( ) : void | ||
add_t_pg ( ) : void | ||
chart1RefreshCustom ( ) : void | ||
checkForDataInSqlite ( ) : bool | ||
dataGridView1_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
elevationProcess ( |
||
enthalpyHumidityCalculatorForXYvalue ( double xVal, double yVal ) : void | ||
heat_map_button_click ( int index_selected_heat_map, System.DateTime from1, System.DateTime to1 ) : void | ||
insertNewDataFromDGV ( string name ) : void | ||
insertOrUpdateComfortChartSetting ( string chartID, string comfortzone_ID ) : void | ||
loadDataFromIndependentFileAndRefreshData ( ) : void |
This function load the data form s3db file to our project
|
|
loadXMLDoc ( ) : void | ||
plot_by_DBT_Enthalpy ( double dbt, double enthalpy ) : int | ||
plot_by_DBT_HR ( double DBT1, double HR ) : int | ||
plot_by_DBT_HR_heat_map ( double DBT, double HR ) : int | ||
plot_by_DBT_HR_process_diagram ( double DBT, double HR ) : int | ||
plot_new_graph ( ) : void | ||
plot_on_graph_values ( double dbt, double hr, double xval, double yval ) : void | ||
plot_on_graph_values_heat_map ( double dbt, double hr, double xval, double yval ) : void | ||
plot_on_graph_values_process_diagram ( double xval, double yval ) : void | ||
printHeatMap ( ) : void | ||
pullComfortZoneInfoSingle ( string comfortzoneid ) : void |
Pulls the comfortzone parameters such as minTemp,maxTemp,minHum ,maxHum and colorValue
|
|
saveAsImageHeatMap ( ) : void | ||
timer1_Tick_For_Device ( object sender, EventArgs e ) : void | ||
update_comfort_zone_for_chart ( string chartid, string comfortzone_id, string status ) : void |
updates the chart info for comfort zone
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CalculateHumidityFromXandYCoordinate ( double xVal, double yVal ) : double | ||
ClearChart ( ) : void | ||
ComfortZoneBorderLineDetectForEdit ( MouseEventArgs e ) : void |
This function helps to detect the border line when comfort zone is in edit mode so that we can create new comfort zone by modifying it graphically
|
|
IndicatorLineForNodeMovement ( int idSelected, double x11, double y11, double x22, double y22 ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LineDetectOnMouseMove ( MouseEventArgs e ) : void |
Detects the line which connects the two nodes when hovered over it
|
|
NodeSelectionAndRelease ( MouseEventArgs e ) : void | ||
ProcessDiagramMouseMoveFunction ( MouseEventArgs e ) : void | ||
PullLocationInformation ( ) : void | ||
UpdateDataConstantly ( ) : void | ||
addMixNodeToolStripMenuItem_Click ( object sender, |
||
airHandlerToolStripMenuItem1_Click ( object sender, |
||
airHandlerToolStripMenuItem_Click ( object sender, |
||
backgroundWorker1_DoWork ( object sender, |
||
backgroundWorker1_RunWorkerCompleted ( object sender, |
||
bg_DoWork ( object sender, |
||
bg_RunWorkerCompleted ( object sender, |
||
buildingChartConfigurationToolStripMenuItem_Click ( object sender, |
||
buildingChartToolStripMenuItem1_Click ( object sender, |
||
buildingChartToolStripMenuItem_Click ( object sender, |
||
button1_Click ( object sender, |
||
button1_Click_1 ( object sender, |
||
button2_Click_1 ( object sender, |
||
button5_Click ( object sender, |
||
button7_Click ( object sender, |
||
button9_Click ( object sender, |
||
chart1_MouseClick ( object sender, MouseEventArgs e ) : void | ||
chart1_MouseDown ( object sender, MouseEventArgs e ) : void | ||
chart1_MouseMove ( object sender, MouseEventArgs e ) : void | ||
clearChartToolStripMenuItem_Click ( object sender, |
||
dataGridView1_CellBeginEdit ( object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void | ||
dataGridView1_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
dataGridView1_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
dataGridView1_CellEnter ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
dataGridView1_CellMouseClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void | ||
dataGridView1_SelectionChanged_1 ( object sender, |
||
deleteNodeToolStripMenuItem_Click ( object sender, |
||
deleteToolStripMenuItem_Click ( object sender, |
||
deleteToolStripMenuItem_Click_1 ( object sender, |
||
disconnectLineFromAToolStripMenuItem_Click ( object sender, |
||
disconnectLineFromBToolStripMenuItem_Click ( object sender, |
||
disconnectLineToolStripMenuItem_Click ( object sender, |
||
disconnectLineToolStripMenuItem_Click_1 ( object sender, |
||
editComfortzoneToolStripMenuItem_Click ( object sender, |
||
editNodeToolStripMenuItem_Click ( object sender, |
||
enableToolStripMenuItem_Click ( object sender, |
||
exitToolStripMenuItem_Click ( object sender, |
||
exportDataToolStripMenuItem1_Click ( object sender, |
||
exportDataToolStripMenuItem_Click ( object sender, |
||
exportDataToolStripMenuItem_Click_1 ( object sender, |
||
fillDataGridView ( ) : void |
it helps to fill the datagridview with its item form db
|
|
get_stored_data_about_building ( ) : void |
it helps to pull the information of the building stored
|
|
helpPsychometricChartToolStripMenuItem_Click ( object sender, |
||
historyPlotToolStripMenuItem1_Click ( object sender, |
||
historyPlotToolStripMenuItem_Click ( object sender, |
||
humiditySensorCalibrationToolStripMenuItem_Click ( object sender, |
||
insertNodeToolStripMenuItem_Click ( object sender, |
||
insertNodeToolStripMenuItem_Click_1 ( object sender, |
||
insertNodeWithValuesToolStripMenuItem_Click ( object sender, |
||
insert_in_db ( string q ) : void | ||
label21_MouseHover ( object sender, |
||
label23_MouseHover ( object sender, |
||
label24_MouseHover ( object sender, |
||
label25_MouseHover ( object sender, |
||
label26_MouseHover ( object sender, |
||
label2_DBT_units_MouseHover ( object sender, |
||
label3_Sp_H_unit_MouseHover ( object sender, |
||
label4_RH_unit_MouseHover ( object sender, |
||
label5_H_unit_MouseHover ( object sender, |
||
label6_DP_Unit_MouseHover ( object sender, |
||
loadConfigurationToolStripMenuItem_Click ( object sender, |
||
marker ( ) : void | ||
marker_for_same_min_max_value ( ) : void | ||
nodeAToolStripMenuItem_Click ( object sender, |
||
nodeBToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
nodeGridViewToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
nodeViewToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
pb_lock_unlock_Click ( object sender, EventArgs e ) : void | ||
printToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
processDiagramToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
psychometricCalculatorToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
psychrometricCalculatorToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
pull_data_online ( string country1, string state1, string city1, string street1 ) : void | ||
quickNodeInsertToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
rb_OFF_CheckedChanged ( object sender, EventArgs e ) : void | ||
rb_ON_CheckedChanged ( object sender, EventArgs e ) : void | ||
realTimeMode_Click ( object sender, EventArgs e ) : void | ||
realTimePlottingToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
saveAsToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
saveConfigurationToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
settingsToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
showComfortZoneToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
simulationMode_Click ( object sender, EventArgs e ) : void | ||
sqlite_database_creation ( ) : void | ||
timer1_Tick ( object sender, EventArgs e ) : void | ||
trashBoxToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
trendLogToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
weatherServicesToolStripMenuItem1_Click ( object sender, EventArgs e ) : void | ||
weatherServicesToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
public AddOrUpdateNewRecord ( string name, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
name | string | |
e | System.Windows.Forms.DataGridViewCellEventArgs | |
return | void |
public AsyncMethod1ForPullingData ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public CalculateHumidityEnthalpy ( double xVal, double yVal ) : void | ||
xVal | double | Temperature(deg cel) |
yVal | double | Humidity Ratio(unitless) |
return | void |
public CalculateSpecificVolume ( double xVal, double yVal ) : double | ||
xVal | double | |
yVal | double | |
return | double |
public CalculateYFromXandEnthalpy ( double dbt, double enthalpy ) : double | ||
dbt | double | |
enthalpy | double | |
return | double |
public CalculateYFromXandHumidity ( double xVal, double humidity ) : double | ||
xVal | double | |
humidity | double | |
return | double |
public CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool | ||
deviceID | int | |
Parent_SerialNum | int | |
return | bool |
public ClearComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax ) : void | ||
Tmin | double | minimum temperature |
Tmax | double | maximum temperature |
Hmin | double | minimum humidity |
Hmax | double | maximum humidity |
return | void |
public ClearSeriesInChart ( string seriesName ) : void | ||
seriesName | string | |
return | void |
public CountNumberOfItem ( string chartId ) : int | ||
chartId | string | |
return | int |
public CreateRequireTableIfNotPresent ( string buildingName ) : void | ||
buildingName | string | |
return | void |
public CreateTableForSavingConfiguration ( string filePathWithName ) : void | ||
filePathWithName | string | |
return | void |
public CursorFunctionForComfortZoneEditMode ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | Mouse Event arguments selected |
return | void |
public DBUpdateMixPointOnNodeValueChange ( string NodeIDOfChangedNode ) : void | ||
NodeIDOfChangedNode | string | NodeID of the node changed |
return | void |
public DeleteAllDataFromTable ( string db_path, string tableName ) : void | ||
db_path | string | |
tableName | string | |
return | void |
public DeleteChartContent ( string chartID, string chart_resp_nodeID, string chart_resp_lineID ) : void | ||
chartID | string | |
chart_resp_nodeID | string | |
chart_resp_lineID | string | |
return | void |
public DeleteChartInfoFromChartDetailTable ( string chartID ) : void | ||
chartID | string | |
return | void |
public DeleteComfortZoneData ( string id ) : void | ||
id | string | |
return | void |
public DeleteComfortZoneSettingForChart ( string chartID ) : void | ||
chartID | string | |
return | void |
public DeleteLineUsingNodeID ( string nodeID ) : void | ||
nodeID | string | |
return | void |
public DeleteMixNodeInfo ( string chartID ) : void | ||
chartID | string | |
return | void |
public DeleteNodeDeviceInfo ( string nodeID ) : void | ||
nodeID | string | |
return | void |
public DeleteNodeUsingNodeID ( string nodeID ) : void | ||
nodeID | string | |
return | void |
public DeleteSingleNodeAndAssociatedLinesInDB ( string nodeID ) : void | ||
nodeID | string | |
return | void |
public DisableChart ( string chartID ) : void | ||
chartID | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EditComfortZoneGraphicalWay ( ) : void | ||
return | void |
public FillLatLongValueAutomatically ( ) : void | ||
return | void |
public FindPathOfBuildingDBNewVersion ( ) : void | ||
return | void |
public Form1_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
public GetDataFromWeb ( double latValue, double longValue ) : void | ||
latValue | double | Latitude |
longValue | double | Longitude |
return | void |
public IndexOfPreviousNodeForLineFunction ( ) : int | ||
return | int |
public InfoForComfortZoneOfChart ( string chartID ) : void | ||
chartID | string | |
return | void |
public InsertChartComfortzoneInfo ( string chartid, string comfortzone_id ) : void | ||
chartid | string | |
comfortzone_id | string | |
return | void |
public InsertComfortZoneValue ( string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void | ||
name | string | name of the comfort zone |
min_temp | double | min temperature |
max_temp | double | max temperature |
min_hum | double | min humidity |
max_hum | double | max humidity |
color | Color | color value |
return | void |
public InsertForSavingConfiguration ( string fileWithPath, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string tableForMixNode ) : void | ||
fileWithPath | string | file name with path |
chartTableName | string | |
nodeTableName | string | |
lineTableName | string | |
tableNameDevice | string | |
tableForComfortZoneSetting | string | |
tableForCF_Detail | string | |
tableForMixNode | string | |
return | void |
public InsertForSavingConfiguration_For_Load ( string fileWithPath, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string tableMixNode ) : void | ||
fileWithPath | string | file name with path |
chartTableName | string | |
nodeTableName | string | |
lineTableName | string | |
tableNameDevice | string | |
tableForComfortZoneSetting | string | |
tableForCF_Detail | string | |
tableMixNode | string | |
return | void |
public InsertIntoDeviceInfoDB ( string nodeid, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void | ||
nodeid | string | |
deviceinstance | string | |
deviceip | string | |
param1id | string | |
param2id | string | |
param1info | string | |
param2info | string | |
param1type | string | |
param2type | string | |
return | void |
public InsertLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesVal, int linethickness ) : void | ||
id | string | |
prevNodeId | string | |
nextNodeId | string | |
lineColor | Color | |
lineSeriesVal | System.Windows.Forms.DataVisualization.Charting.Series | |
linethickness | int | |
return | void |
public InsertNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void | ||
id | string | |
xVal | double | |
yVal | double | |
source | string | |
name | string | |
label | string | |
colorValue | Color | |
showItemText | string | |
nodeSizeValue | int | |
deviceinstance | string | |
deviceip | string | |
param1id | string | |
param2id | string | |
param1info | string | |
param2info | string | |
param1type | string | |
param2type | string | |
return | void |
public InsertUpdateFromHumidityDeviceSelectionToDBOnlyTempertureUpdate ( string nodeid, string Humidity_deviceInstanceID, string Humidity_ip, string Humidity_param1id, string Humidity_param1info, string Humidity_param1type ) : void | ||
nodeid | string | |
Humidity_deviceInstanceID | string | |
Humidity_ip | string | |
Humidity_param1id | string | |
Humidity_param1info | string | |
Humidity_param1type | string | |
return | void |
public InsertUpdateFromTemperatureDeviceSelectionToDBOnlyTempertureUpdate ( string nodeid, string temp_deviceInstanceID, string temp_ip, string temp_param1id, string temp_param1info, string temp_param1type ) : void | ||
nodeid | string | |
temp_deviceInstanceID | string | |
temp_ip | string | |
temp_param1id | string | |
temp_param1info | string | |
temp_param1type | string | |
return | void |
public InsertingInputDataOfT3000ToPsychroDB ( string panelID, string inputIndex, string inputDesc, string inputAM, string inputValue, string inputUnit, string inputRange, string inputCalibration, string inputCalSign, string inputFilter, string inputDecon, string inputJumper, string inputLabel ) : void | ||
panelID | string | |
inputIndex | string | |
inputDesc | string | |
inputAM | string | |
inputValue | string | |
inputUnit | string | |
inputRange | string | |
inputCalibration | string | |
inputCalSign | string | |
inputFilter | string | |
inputDecon | string | |
inputJumper | string | |
inputLabel | string | |
return | void |
public LoadComfortZone ( string chartid ) : void | ||
chartid | string | |
return | void |
public LoadComfortZoneIfOn ( string chartid ) : void | ||
chartid | string | |
return | void |
public LoadDataFromFileToDBConfiguration ( ) : void | ||
return | void |
public LoadNodeAndLineFromDB ( int indexValue ) : void | ||
indexValue | int | |
return | void |
public LoadNode_LineAndDeviceInfoFromDB ( int indexValue ) : void | ||
indexValue | int | index of the chart selected |
return | void |
public PlotComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void | ||
Tmin | double | |
Tmax | double | |
Hmin | double | |
Hmax | double | |
c | Color | |
name | string | |
return | void |
public PlotComfortZoneForBackGroundWorker ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void | ||
Tmin | double | |
Tmax | double | |
Hmin | double | |
Hmax | double | |
c | Color | |
name | string | |
return | void |
public PlotOuterBorderForComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c ) : void | ||
Tmin | double | minimum temperature in deg Cel |
Tmax | double | maximum temperature in Deg Cel |
Hmin | double | minimum humidity in % like 30% |
Hmax | double | maximum humidity in % like 40% |
c | Color | color value |
return | void |
public ProcessResponse ( |
||
locationsResponse | ||
return | void |
public PullChartList ( string buildingName ) : void | ||
buildingName | string | |
return | void |
public PullDataFromHardware ( string device_instance_id, string param1id, string param2id, string param1info, string param2info ) : void | ||
device_instance_id | string | |
param1id | string | |
param2id | string | |
param1info | string | |
param2info | string | |
return | void |
public PullLongitudeAndLatitude ( string dbName ) : void | ||
dbName | string | |
return | void |
public PullingDataFromPsychrometricDB ( string tableName ) : void | ||
tableName | string | |
return | void |
public PullingDataFromT3000BuildingDB ( string databaseFileWithPath ) : void | ||
databaseFileWithPath | string | |
return | void |
public ReDrawLines ( string id, string prevNodeID, string nextNodeID, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesID, Color c, int thickness_value, string name, int status ) : void | ||
id | string | |
prevNodeID | string | |
nextNodeID | string | |
lineSeriesID | System.Windows.Forms.DataVisualization.Charting.Series | |
c | Color | |
thickness_value | int | |
name | string | |
status | int | |
return | void |
public ReDrawLinesForXML ( string id, string prevNodeID, string nextNodeID, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesID, Color c ) : void | ||
id | string | |
prevNodeID | string | |
nextNodeID | string | |
lineSeriesID | System.Windows.Forms.DataVisualization.Charting.Series | |
c | Color | |
return | void |
public ReDrawPoints ( System.Windows.Forms.DataVisualization.Charting.Series s1, double x, double y, Color c, string source_temperature, string source_humidity, string name1, string labelValueText, int marker_size_value ) : void | ||
s1 | System.Windows.Forms.DataVisualization.Charting.Series | |
x | double | |
y | double | |
c | Color | |
source_temperature | string | |
source_humidity | string | |
name1 | string | |
labelValueText | string | |
marker_size_value | int | |
return | void |
public ReDrawPointsForXML ( System.Windows.Forms.DataVisualization.Charting.Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText ) : void | ||
s1 | System.Windows.Forms.DataVisualization.Charting.Series | |
x | double | |
y | double | |
c | Color | |
source1 | string | |
name1 | string | |
label1x | string | |
labelValueText | string | |
return | void |
public ReDrawingLineAndNodeForLoadXML ( ) : void | ||
return | void |
public ReadDataForSavingConfiguration ( string path, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string mixnodeInfoTable ) : void | ||
path | string | |
chartTableName | string | |
nodeTableName | string | |
lineTableName | string | |
tableNameDevice | string | |
tableForComfortZoneSetting | string | |
tableForCF_Detail | string | |
mixnodeInfoTable | string | |
return | void |
public ReadDataForSavingConfiguration_For_Load ( string DB_String_path, string chartTableName, string nodeTableName, string lineTableName, string tableNameDevice, string tableForComfortZoneSetting, string tableForCF_Detail, string tableForMixNode ) : void | ||
DB_String_path | string | |
chartTableName | string | |
nodeTableName | string | |
lineTableName | string | |
tableNameDevice | string | |
tableForComfortZoneSetting | string | |
tableForCF_Detail | string | |
tableForMixNode | string | |
return | void |
public ReadDataFromDevice ( int deviceID, uint temp_panID, uint hum_panID, string param1_identifier_type, string param2_identifier_type ) : void | ||
deviceID | int | |
temp_panID | uint | |
hum_panID | uint | |
param1_identifier_type | string | |
param2_identifier_type | string | |
return | void |
public ReadDataFromDeviceForHumidity ( int deviceID, uint hum_panID, string param2_identifier_type ) : void | ||
deviceID | int | |
hum_panID | uint | |
param2_identifier_type | string | |
return | void |
public ReadDataFromDeviceForTemperature ( int deviceID, uint temp_panID, string param1_identifier_type ) : void | ||
deviceID | int | |
temp_panID | uint | |
param1_identifier_type | string | |
return | void |
public ReadDeviceInfoForNode ( string nodeID1 ) : void | ||
nodeID1 | string | the node id selected to search for |
return | void |
public ReadNodeAndLineDetails ( string chart_respective_node_id, string chart_respective_line_id, string buildingName ) : void | ||
chart_respective_node_id | string | |
chart_respective_line_id | string | |
buildingName | string | |
return | void |
public ReadNodeInfoToDelete ( string chartNodeID ) : void | ||
chartNodeID | string | |
return | void |
public RefreshDataFromDeviceAndWeb ( ) : void | ||
return | void |
public RefreshingEverythingChartAndContent ( object sender ) : void | ||
sender | object | |
return | void |
public ReloadComfortZoneForBackGroundWorker ( ) : void | ||
return | void |
public SQLiteSaveConfigurationSetting ( ) : void | ||
return | void |
public SaveConfigurationForBuildingSetting ( ) : void | ||
return | void |
public SetNode ( string temperature_sourceVal, string humidity_sourceVal, string name, Color c1, int markerSize1, string lineNameVal, int lineStatusVal, int airflow ) : void | ||
temperature_sourceVal | string | |
humidity_sourceVal | string | |
name | string | |
c1 | Color | |
markerSize1 | int | |
lineNameVal | string | |
lineStatusVal | int | |
airflow | int | |
return | void |
public SetNodeForWeb ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size ) : void | ||
source | string | |
name | string | |
label | string | |
c1 | Color | |
comboboxItemText1 | string | |
marker_size | int | |
return | void |
public SetNodeWithValues ( string source, string name, string label, Color c1, string comboboxItemText1, double temperature, double humidity ) : void | ||
source | string | |
name | string | |
label | string | |
c1 | Color | |
comboboxItemText1 | string | |
temperature | double | |
humidity | double | |
return | void |
public SetNodeWithValuesXYCoord ( string source, string name, string label, Color c1, string comboboxItemText1, double xvalue, double yvalue ) : void | ||
source | string | |
name | string | |
label | string | |
c1 | Color | |
comboboxItemText1 | string | |
xvalue | double | |
yvalue | double | |
return | void |
public UpdateComfortZoneValue ( string id, string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void | ||
id | string | |
name | string | |
min_temp | double | |
max_temp | double | |
min_hum | double | |
max_hum | double | |
color | Color | |
return | void |
public UpdateLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, System.Windows.Forms.DataVisualization.Charting.Series lineSeriesVal, int lineThicknessValue, string line_name, int line_status ) : void | ||
id | string | |
prevNodeId | string | |
nextNodeId | string | |
lineColor | Color | |
lineSeriesVal | System.Windows.Forms.DataVisualization.Charting.Series | |
lineThicknessValue | int | |
line_name | string | |
line_status | int | |
return | void |
public UpdateLineInfoToDBWithouSeriesID ( string id, string prevNodeId, string nextNodeId, Color lineColor, int lineThicknessValue ) : void | ||
id | string | |
prevNodeId | string | |
nextNodeId | string | |
lineColor | Color | |
lineThicknessValue | int | |
return | void |
public UpdateMixNodeValuesToDB ( string NodeID, double xValue, double yValue, int AirFlowValue ) : void | ||
NodeID | string | |
xValue | double | |
yValue | double | |
AirFlowValue | int | |
return | void |
public UpdateMixPointOnNodeMovement ( ) : void | ||
return | void |
public UpdateNewDataFromDGV ( string name, string chartID ) : void | ||
name | string | |
chartID | string | |
return | void |
public UpdateNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue ) : void | ||
id | string | Nodeid |
xVal | double | x coordinate |
yVal | double | y coordinate |
source | string | source of node |
name | string | name of the node |
label | string | label of node |
colorValue | Color | color value of node |
showItemText | string | which text to show |
nodeSizeValue | int | node size value |
return | void |
public UpdateNodeInfoToDBForHumidityFromHardware ( string id, double yVal ) : void | ||
id | string | |
yVal | double | |
return | void |
public UpdateNodeInfoToDBForTemeperatureFromHardware ( string id, double xVal ) : void | ||
id | string | |
xVal | double | |
return | void |
public UpdateNodeInfoToDBFromTemperatureDeviceSource ( string id, double xVal, double yVal, string TemperatureSource, string HumiditySource, string name, Color colorValue, int airFlow, int nodeSizeValue ) : void | ||
id | string | |
xVal | double | |
yVal | double | |
TemperatureSource | string | |
HumiditySource | string | |
name | string | |
colorValue | Color | |
airFlow | int | |
nodeSizeValue | int | |
return | void |
public addCursorFunctionForLineDisconnectConnect ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | Mouse event argument while performing onMouseMove |
return | void |
public dataGridView1_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Forms.DataGridViewCellEventArgs | |
return | void |
public elevationProcess ( |
||
locationsResponse | ||
return | double |
public enthalpyHumidityCalculatorForXYvalue ( double xVal, double yVal ) : void | ||
xVal | double | |
yVal | double | |
return | void |
public heat_map_button_click ( int index_selected_heat_map, System.DateTime from1, System.DateTime to1 ) : void | ||
index_selected_heat_map | int | |
from1 | System.DateTime | |
to1 | System.DateTime | |
return | void |
public insertNewDataFromDGV ( string name ) : void | ||
name | string | |
return | void |
public insertOrUpdateComfortChartSetting ( string chartID, string comfortzone_ID ) : void | ||
chartID | string | |
comfortzone_ID | string | |
return | void |
public loadDataFromIndependentFileAndRefreshData ( ) : void | ||
return | void |
public plot_by_DBT_Enthalpy ( double dbt, double enthalpy ) : int | ||
dbt | double | |
enthalpy | double | |
return | int |
public plot_by_DBT_HR ( double DBT1, double HR ) : int | ||
DBT1 | double | |
HR | double | |
return | int |
public plot_by_DBT_HR_heat_map ( double DBT, double HR ) : int | ||
DBT | double | |
HR | double | |
return | int |
public plot_by_DBT_HR_process_diagram ( double DBT, double HR ) : int | ||
DBT | double | |
HR | double | |
return | int |
public plot_on_graph_values ( double dbt, double hr, double xval, double yval ) : void | ||
dbt | double | |
hr | double | |
xval | double | |
yval | double | |
return | void |
public plot_on_graph_values_heat_map ( double dbt, double hr, double xval, double yval ) : void | ||
dbt | double | |
hr | double | |
xval | double | |
yval | double | |
return | void |
public plot_on_graph_values_process_diagram ( double xval, double yval ) : void | ||
xval | double | |
yval | double | |
return | void |
public pullComfortZoneInfoSingle ( string comfortzoneid ) : void | ||
comfortzoneid | string | |
return | void |
public timer1_Tick_For_Device ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public update_comfort_zone_for_chart ( string chartid, string comfortzone_id, string status ) : void | ||
chartid | string | id of chart selected |
comfortzone_id | string | comfort zone id for each chart |
status | string | |
return | void |
public List |
||
return | List |
public List |
||
return | List |
public List |
||
return | List |
public List |
||
return | List |
public System.Windows.Forms.DataGridView dataGridView1 | ||
return | System.Windows.Forms.DataGridView |
public List |
||
return | List |
public List |
||
return | List |
public string device_param1_info_for_node | ||
return | string |
public string device_param2_info_for_node | ||
return | string |
public System.Windows.Forms.Label lb_title_display | ||
return | System.Windows.Forms.Label |
public List |
||
return | List |
public List |
||
return | List |
public string medium_device_or_web_value | ||
return | string |
public List |
||
return | List |
public List |
||
return | List |
public List |
||
return | List |
public string object_param1_identifier_type | ||
return | string |
public string object_param2_identifier_type | ||
return | string |
public int previousNodeIndexForLineInput | ||
return | int |