Skip to content

Commit

Permalink
Update gateway emulation channel, sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
prismdata-dc committed Oct 18, 2020
1 parent 79751db commit 7f50592
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 42 deletions.
6 changes: 3 additions & 3 deletions gateway_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ def convert(list):


if __name__ == '__main__':
csv_test = pd.read_csv('TS_sample.csv')
csv_test = pd.read_csv('sample_data/TS_small.csv')
Emulation_Data = csv_test.drop(['name', 'time', 'INNER_PRESS_1', 'OVER_TEMP_1', 'PUMP_PRESS_1', 'TEMPERATURE1_1',
'TS_AMP1_(R)_1', 'TS_AMP1_(S)_1', 'TS_AMP1_(T)_1', 'TS_VOLT1_(RS)_1',
'TS_VOLT1_(RT)_1', 'TS_VOLT1_(ST)_1'], axis=1)
Emulation_Data.columns.to_list()
Emulation_Data_json = Emulation_Data.to_dict(orient='records')
column_list = ['TS_AMP1_(R)', 'TS_AMP1_(S)', 'TS_AMP1_(T)']
column_list = ['TS_AMP1_(R)', 'TS_AMP1_(S)', 'TS_AMP1_(T)','INNER_PRESS','PUMP_PRESS']
# Sample packet (2, 0, 0, 0, 0, 84, 83, 0, 1, 0, 9, 80, 86, 0, 0, 1, 74, 1, 3)
# Sample packet2 (2, 0, 0, 0, 0, 84, 83, 0, 101, 0, 1, 80, 86, 0, 0, 0, 175, 1, 3)
# facility_id 설비명 / 설비 ID, sensor_code : 센서에 대한 설명(iiot_server의 facilities_dict 참조), pv : 현재 센서 값
Expand All @@ -55,7 +55,7 @@ def convert(list):
'OVER_TEMP': 11}

for i, emulation_data in enumerate(Emulation_Data_json):
for column in column_list[0:1]:
for column in column_list:
print(i, column, 'code{:04d}'.format(sensor_id_map[column]), 'PV', int(emulation_data[column] / 100))
packet = make_packet(facility_id='TS0001', sensor_code='{:04d}'.format(sensor_id_map[column]),
pv=int(emulation_data[column] / 1000))
Expand Down
139 changes: 100 additions & 39 deletions sample_data/TS_small.csv
Original file line number Diff line number Diff line change
@@ -1,40 +1,101 @@
name,time,INNER_PRESS,INNER_PRESS_1,OVER_TEMP,OVER_TEMP_1,PUMP_PRESS,PUMP_PRESS_1,TEMPERATURE1,TEMPERATURE1_1,TS_AMP1_(R),TS_AMP1_(R)_1,TS_AMP1_(S),TS_AMP1_(S)_1,TS_AMP1_(T),TS_AMP1_(T)_1,TS_VOLT1_(RS),TS_VOLT1_(RS)_1,TS_VOLT1_(RT),TS_VOLT1_(RT)_1,TS_VOLT1_(ST),TS_VOLT1_(ST)_1
TS0001,1596953362194208553,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,197,197.0,0,0.0,0,0.0
TS0001,1596953364186584493,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,197,197.0,0,0.0,204,204.0
TS0001,1596953366186643695,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,197,197.0,251,251.0,204,204.0
TS0001,1596953368184885493,0,0.0,0,0.0,0,0.0,0,0.0,32767,32767.0,0,0.0,0,0.0,197,197.0,251,251.0,204,204.0
TS0001,1596953370182761179,0,0.0,0,0.0,0,0.0,0,0.0,32767,32767.0,0,0.0,0,0.0,197,197.0,251,251.0,204,204.0
TS0001,1596953372182797480,0,0.0,0,0.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,197,197.0,251,251.0,204,204.0
TS0001,1596953374183465060,0,0.0,0,0.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,197,197.0,251,251.0,204,204.0
TS0001,1596953376185174592,0,0.0,0,0.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,197,197.0,251,251.0,204,204.0
TS0001,1596953378184192371,0,0.0,0,0.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,197,197.0,251,251.0,204,204.0
TS0001,1596953380184387549,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,197,197.0,251,251.0,204,204.0
TS0001,1596953382183494278,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,130,130.0,251,251.0,204,204.0
TS0001,1596953384184377754,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,130,130.0,251,251.0,107,107.0
TS0001,1596953386183116355,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,130,130.0,0,0.0,107,107.0
TS0001,1596953388187783754,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,32767,32767.0,130,130.0,0,0.0,107,107.0
TS0001,1596953390181877546,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,32767,32767.0,130,130.0,0,0.0,107,107.0
TS0001,1596953392183740503,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,130,130.0,0,0.0,107,107.0
TS0001,1596953394183846512,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,130,130.0,0,0.0,107,107.0
TS0001,1596953396184259894,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,130,130.0,0,0.0,107,107.0
TS0001,1596953398184486083,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,130,130.0,0,0.0,107,107.0
TS0001,1596953400184776098,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,130,130.0,0,0.0,107,107.0
TS0001,1596953402183207111,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,0,0.0,0,0.0,107,107.0
TS0001,1596953404180330634,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,0,0.0,0,0.0,0,0.0
TS0001,1596953406182387030,0,0.0,164,164.0,0,0.0,0,0.0,26022,26022.0,0,0.0,21294,21294.0,0,0.0,0,0.0,0,0.0
TS0001,1596953408181376921,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,21294,21294.0,0,0.0,0,0.0,0,0.0
TS0001,1596953410182372864,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,21294,21294.0,0,0.0,0,0.0,0,0.0
TS0001,1596953412182584410,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1596953414181482146,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1596953416180433126,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1596953418181840822,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1596953420179359370,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1596953422177894007,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,0,0.0,0,0.0
TS0001,1596953424178284060,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,0,0.0,201,201.0
TS0001,1596953426178720793,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,252,252.0,201,201.0
TS0001,1596953428178890191,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,252,252.0,201,201.0
TS0001,1596953430179131499,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,252,252.0,201,201.0
TS0001,1596953432176076535,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,252,252.0,201,201.0
TS0001,1596953434178216747,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,252,252.0,201,201.0
TS0001,1596953436176238396,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,252,252.0,201,201.0
TS0001,1596953438174365551,0,0.0,164,164.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,190,190.0,252,252.0,201,201.0
TS0001,1600256387514855898,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,15656,15656.0,116,116.0,227,227.0,192,192.0
TS0001,1600256389511739067,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,15656,15656.0,116,116.0,227,227.0,192,192.0
TS0001,1600256391511238140,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,116,116.0,227,227.0,192,192.0
TS0001,1600256393513318477,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,116,116.0,227,227.0,192,192.0
TS0001,1600256395510073847,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,116,116.0,227,227.0,192,192.0
TS0001,1600256397514561702,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,116,116.0,227,227.0,192,192.0
TS0001,1600256399514411114,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,116,116.0,227,227.0,192,192.0
TS0001,1600256401507935772,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,227,227.0,192,192.0
TS0001,1600256403514779215,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,227,227.0,264,264.0
TS0001,1600256405510915707,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256408513455644,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256410511591248,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256412511991538,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256414511714998,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256416509131857,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256418510812490,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256420511743138,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,261,261.0,266,266.0,264,264.0
TS0001,1600256422505618850,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,266,266.0,264,264.0
TS0001,1600256424512180579,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,266,266.0,0,0.0
TS0001,1600256426509567021,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256428509583867,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256430512709725,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256432508444067,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256434510461328,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256436505028247,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256438511500125,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256440509361543,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256442509692802,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256444504273595,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256446500384161,0,0.0,168,168.0,0,0.0,0,0.0,6680,6680.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256448503882482,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256450504040291,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,5028,5028.0,0,0.0,0,0.0,0,0.0
TS0001,1600256452504592636,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256454499633314,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256456500691861,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256458500587809,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256460506942448,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256462506376233,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,255,255.0,0,0.0,0,0.0
TS0001,1600256464506465203,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,255,255.0,0,0.0,264,264.0
TS0001,1600256466550375744,0,0.0,168,168.0,0,0.0,0,0.0,32537,32537.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256468504331634,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256470505201048,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256472500323591,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256474503798785,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256476497151534,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256478503571802,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256480503246190,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,255,255.0,269,269.0,264,264.0
TS0001,1600256482501260201,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,219,219.0,269,269.0,264,264.0
TS0001,1600256484502563290,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,219,219.0,269,269.0,194,194.0
TS0001,1600256486497869641,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,219,219.0,0,0.0,194,194.0
TS0001,1600256488503398161,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,219,219.0,0,0.0,194,194.0
TS0001,1600256490504678778,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,219,219.0,0,0.0,194,194.0
TS0001,1600256492503755416,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,219,219.0,0,0.0,194,194.0
TS0001,1600256494501892650,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,219,219.0,0,0.0,194,194.0
TS0001,1600256496498023058,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,219,219.0,0,0.0,194,194.0
TS0001,1600256498506384000,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,219,219.0,0,0.0,194,194.0
TS0001,1600256500503852402,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,219,219.0,0,0.0,194,194.0
TS0001,1600256502496670186,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,0,0.0,0,0.0,194,194.0
TS0001,1600256504496354384,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,0,0.0,0,0.0,0,0.0
TS0001,1600256506525535507,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,23786,23786.0,0,0.0,0,0.0,0,0.0
TS0001,1600256508503623905,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,23786,23786.0,0,0.0,0,0.0,0,0.0
TS0001,1600256510503060132,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,23786,23786.0,0,0.0,0,0.0,0,0.0
TS0001,1600256512499813341,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,0,0.0,0,0.0,0,0.0
TS0001,1600256514499421343,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,0,0.0,0,0.0,0,0.0
TS0001,1600256516492215056,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,0,0.0,0,0.0,0,0.0
TS0001,1600256518498502420,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,0,0.0,0,0.0,0,0.0
TS0001,1600256520501609846,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,0,0.0,0,0.0,0,0.0
TS0001,1600256522497255180,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,115,115.0,0,0.0,0,0.0
TS0001,1600256524499304843,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,115,115.0,0,0.0,203,203.0
TS0001,1600256526493677585,0,0.0,168,168.0,0,0.0,0,0.0,9204,9204.0,0,0.0,16676,16676.0,115,115.0,224,224.0,203,203.0
TS0001,1600256528497962548,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,16676,16676.0,115,115.0,224,224.0,203,203.0
TS0001,1600256530493652448,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,16676,16676.0,115,115.0,224,224.0,203,203.0
TS0001,1600256532497970170,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,115,115.0,224,224.0,203,203.0
TS0001,1600256534496349033,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,115,115.0,224,224.0,203,203.0
TS0001,1600256536493086642,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,115,115.0,224,224.0,203,203.0
TS0001,1600256538494332562,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,115,115.0,224,224.0,203,203.0
TS0001,1600256540493482915,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,115,115.0,224,224.0,203,203.0
TS0001,1600256542493283161,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,224,224.0,203,203.0
TS0001,1600256544491785888,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,224,224.0,263,263.0
TS0001,1600256546505674962,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256548490689650,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256550498908315,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256552494493222,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256554492782430,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256556486780698,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256558493243871,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256560498973740,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,260,260.0,260,260.0,263,263.0
TS0001,1600256562490413808,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,260,260.0,263,263.0
TS0001,1600256564494456169,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,260,260.0,0,0.0
TS0001,1600256567489316584,0,0.0,168,168.0,0,0.0,0,0.0,32767,32767.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256569492971772,0,0.0,168,168.0,0,0.0,0,0.0,5481,5481.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256571485914069,0,0.0,168,168.0,0,0.0,0,0.0,5481,5481.0,0,0.0,32767,32767.0,0,0.0,0,0.0,0,0.0
TS0001,1600256573489972430,0,0.0,168,168.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0
TS0001,1600256575491566538,0,0.0,168,168.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0
TS0001,1600256577492100977,0,0.0,168,168.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0
TS0001,1600256579490682810,0,0.0,168,168.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0
TS0001,1600256581537471646,0,0.0,169,169.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0
TS0001,1600256583484724241,0,0.0,169,169.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0
TS0001,1600256585492625238,0,0.0,169,169.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0
TS0001,1600256587494057244,0,0.0,169,169.0,0,0.0,0,0.0,5481,5481.0,0,0.0,6016,6016.0,0,0.0,0,0.0,0,0.0

0 comments on commit 7f50592

Please sign in to comment.