| | |
| | |
|
| | | import com.base.AppConfig;
|
| | | import com.power.mysql.Sql_Mysql;
|
| | | import com.power.alarm.PwrDevHistoryAlm_SubtableThread;
|
| | | import com.power.alarm.PwrDeviceAlarm_Thread;
|
| | | import com.power.comm.Power_61850_Task_Thread;
|
| | | import com.power.data.PowerData_RT_Array;
|
| | |
| | | public class main_PowerDev_IEC61850 {
|
| | |
|
| | | public final static boolean app_debug = false;
|
| | | public final static double m_VersionNum = 1.002;
|
| | | public final static double m_VersionNum = 1.103;
|
| | | public final static String m_Version = "Welcome To Use Monitor_PowerDev_IEC61850 V"
|
| | | + m_VersionNum + " RC_20210621";
|
| | |
|
| | |
| | | PowerRealDataSave_Thread datasavethd = new PowerRealDataSave_Thread(GB_MysqlConnPool,GB_DataArray);
|
| | | datasavethd.start();
|
| | |
|
| | | /********************************电源历史告警分表***********************************************/
|
| | | {
|
| | | PwrDevHistoryAlm_SubtableThread sub_thread = new PwrDevHistoryAlm_SubtableThread(GB_MysqlConnPool);
|
| | | new Thread(sub_thread).start();
|
| | | }
|
| | | |
| | | /*********************************************************************************/
|
| | |
|
| | | while(true)
|