|
@@ -1,40 +1,40 @@
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('SC.PwrAt.Ra.F32', '2', 3100);
|
|
|
+VALUES ('SC.PwrAt.Ra.F32', 2, 3100);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('SC.PwrReact.Ra.F32', '2', 3101);
|
|
|
+VALUES ('SC.PwrReact.Ra.F32', 2, 3101);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('SC.PF.Ra.F32', '2', 3102);
|
|
|
+VALUES ('SC.PF.Ra.F32', 2, 3102);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('SC.DC.Ra.F32', '2', 3104);
|
|
|
+VALUES ('SC.DC.Ra.F32', 2, 3104);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('SC.Other.Ra.F32.day', '2', 3105);
|
|
|
+VALUES ('SC.Other.Ra.F32.day', 2, 3105);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('SC.TotEgyAt.Wt.F32', '2', 3107);
|
|
|
+VALUES ('SC.TotEgyAt.Wt.F32', 2, 3107);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('SC.TurSt.Rs.S.QH', '2', 3099);
|
|
|
+VALUES ('SC.TurSt.Rs.S.QH', 2, 3099);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.Temp.Ra.F32', '1', 1105);
|
|
|
+VALUES ('MELT.Temp.Ra.F32', 1, 1105);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.Hum.Ra.F32', '1', 1107);
|
|
|
+VALUES ('MELT.Hum.Ra.F32', 1, 1107);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.Pres.Ra.F32', '1', 1106);
|
|
|
+VALUES ('MELT.Pres.Ra.F32', 1, 1106);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.Wdir.Ra.F32', '1', 1110);
|
|
|
+VALUES ('MELT.Wdir.Ra.F32', 1, 1110);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.WSpd.Ra.F32', '1', 1109);
|
|
|
+VALUES ('MELT.WSpd.Ra.F32', 1, 1109);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.TRadio.Ra.F32', '1', 1101);
|
|
|
+VALUES ('MELT.TRadio.Ra.F32', 1, 1101);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.DRadio.Ra.F32', '1', 1102);
|
|
|
+VALUES ('MELT.DRadio.Ra.F32', 1, 1102);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.SRadio.Ra.F32', '1', 1103);
|
|
|
+VALUES ('MELT.SRadio.Ra.F32', 1, 1103);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.SSHour.Ra.F32.day', '1', 1111);
|
|
|
+VALUES ('MELT.SSHour.Ra.F32.day', 1, 1111);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.TRadio.Ra.F32.day', '1', 1112);
|
|
|
+VALUES ('MELT.TRadio.Ra.F32.day', 1, 1112);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.DRadio.Ra.F32.day', '1', 1113);
|
|
|
+VALUES ('MELT.DRadio.Ra.F32.day', 1, 1113);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.SRadio.Ra.F32.day', '1', 1114);
|
|
|
+VALUES ('MELT.SRadio.Ra.F32.day', 1, 1114);
|
|
|
INSERT INTO t_data_point (C_MEASURING_POINT, C_EQUIPMENT_TYPE, C_EQUIPMENT_ATTRIBUTE_ID)
|
|
|
-VALUES ('MELT.Bool.Rd.b0.0004', '1', 1100;
|
|
|
+VALUES ('MELT.Bool.Rd.b0.0004', 1, 1100);
|