From 16d23ec4bba4dfa263dfd64605a950ce16eb0b63 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 10:50:33 +0900 Subject: [PATCH 1/7] update docs Manifest --- docs/Manifest.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/Manifest.toml b/docs/Manifest.toml index cd9edd1..f2c7bd3 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -67,10 +67,10 @@ uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" version = "1.16.0" [[deps.DataFrames]] -deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "REPL", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"] -git-tree-sha1 = "04c738083f29f86e62c8afc341f0967d8717bdb8" +deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"] +git-tree-sha1 = "fb61b4812c49343d7ef0b533ba982c46021938a6" uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" -version = "1.6.1" +version = "1.7.0" [[deps.DataStructures]] deps = ["Compat", "InteractiveUtils", "OrderedCollections"] @@ -154,9 +154,9 @@ version = "1.3.1" [[deps.Git_jll]] deps = ["Artifacts", "Expat_jll", "JLLWrappers", "LibCURL_jll", "Libdl", "Libiconv_jll", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"] -git-tree-sha1 = "d18fb8a1f3609361ebda9bf029b60fd0f120c809" +git-tree-sha1 = "ea372033d09e4552a04fd38361cd019f9003f4f4" uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb" -version = "2.44.0+2" +version = "2.46.2+0" [[deps.IOCapture]] deps = ["Logging", "Random"] @@ -292,9 +292,9 @@ version = "0.3.23+4" [[deps.OpenSSL_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] -git-tree-sha1 = "1b35263570443fdd9e76c76b7062116e2f374ab8" +git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10" uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" -version = "3.0.15+0" +version = "3.0.15+1" [[deps.OrderedCollections]] git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5" @@ -307,7 +307,7 @@ uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15" version = "10.42.0+1" [[deps.PSBoardDataBase]] -deps = ["CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "SQLite", "Tables"] +deps = ["CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "Downloads", "SQLite", "Tables"] path = ".." uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5" version = "0.1.0" @@ -347,9 +347,9 @@ version = "1.4.3" [[deps.PrettyTables]] deps = ["Crayons", "LaTeXStrings", "Markdown", "PrecompileTools", "Printf", "Reexport", "StringManipulation", "Tables"] -git-tree-sha1 = "66b20dd35966a748321d3b2537c4584cf40387c7" +git-tree-sha1 = "1101cd475833706e4d0e7b122218257178f48f34" uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" -version = "2.3.2" +version = "2.4.0" [[deps.Printf]] deps = ["Unicode"] @@ -420,9 +420,9 @@ version = "1.10.0" [[deps.StringManipulation]] deps = ["PrecompileTools"] -git-tree-sha1 = "a04cabe79c5f01f4d723cc6704070ada0b9d46d5" +git-tree-sha1 = "a6b1675a536c5ad1a60e5a5153e1fee12eb146e3" uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e" -version = "0.3.4" +version = "0.4.0" [[deps.SuiteSparse_jll]] deps = ["Artifacts", "Libdl", "libblastrampoline_jll"] From d58a13793f4b7e565b638cfd9006d391e7622137 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 10:52:47 +0900 Subject: [PATCH 2/7] add CSV download functions and set them as default and use in test - replaced old ones from runtests - need to remove CSVs in git repo --- Project.toml | 1 + docs/src/about_software.md | 6 ++++ src/PSBoardDataBase.jl | 12 ++++---- src/download_csv.jl | 61 ++++++++++++++++++++++++++++++++++++++ test/runtests.jl | 41 ++++++++++++++++++++----- 5 files changed, 107 insertions(+), 14 deletions(-) create mode 100644 src/download_csv.jl diff --git a/Project.toml b/Project.toml index 5a6e32c..8a2488c 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" diff --git a/docs/src/about_software.md b/docs/src/about_software.md index 49742fc..087a62f 100644 --- a/docs/src/about_software.md +++ b/docs/src/about_software.md @@ -48,3 +48,9 @@ Modules = [PSBoardDataBase] ```@autodocs Modules = [QaqcMasterLog] ``` + +## `DownloadCSVs` + +```@autodocs +Modules = [DownloadCSVs] +``` diff --git a/src/PSBoardDataBase.jl b/src/PSBoardDataBase.jl index 72c96f4..bc0be57 100644 --- a/src/PSBoardDataBase.jl +++ b/src/PSBoardDataBase.jl @@ -10,7 +10,7 @@ using Dates include("parse_qaqc_master_log.jl") include("create_table.jl") - +include("download_csv.jl") include("import_data.jl") """ @@ -37,11 +37,11 @@ Create database at `dbpath` and import data from CSV and master log files. """ function create_database_from_exported_csvs( dbpath::AbstractString; - single_run_csv::AbstractString, - runlist_csv::AbstractString, - dispatch_csv::AbstractString, - hundred_csv::AbstractString, - jathubs_csv::AbstractString, + single_run_csv::AbstractString = DownloadCSVs.download_single_run_csv(), + runlist_csv::AbstractString = DownloadCSVs.download_runlist_csv(), + dispatch_csv::AbstractString = DownloadCSVs.download_dispatch_csv(), + hundred_csv::AbstractString = DownloadCSVs.download_hundred_run_csv(), + jathubs_csv::AbstractString = DownloadCSVs.download_jathub_csv(), masterlog_dir::AbstractString, ) db = create_database(dbpath) diff --git a/src/download_csv.jl b/src/download_csv.jl new file mode 100644 index 0000000..ddc0fc9 --- /dev/null +++ b/src/download_csv.jl @@ -0,0 +1,61 @@ +""" +Functions to download result CSVs from Google Sheets. +All functions return the filename in `String`. +""" +module DownloadCSVs + +using Downloads + +""" + download_single_run_csv(outfile::AbstractString = tempname()) -> filename + +# Example +```jldoctest +julia> file = PSBoardDataBase.DownloadCSVs.download_single_run_csv(); + +julia> using CSV + +julia> using DataFrames + +julia> CSV.read(file, DataFrame) isa DataFrame +true +``` +""" +function download_single_run_csv(outfile::AbstractString = tempname()) + URL_SINGLE_RUN_CSV::String = "https://docs.google.com/spreadsheets/u/1/d/128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU/export?format=csv&id=128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU&gid=408695746" + Downloads.download(URL_SINGLE_RUN_CSV, outfile) +end + +""" + download_runlist_csv(outfile::AbstractString = tempname()) -> filename +""" +function download_runlist_csv(outfile::AbstractString = tempname()) + URL_RUNLIST_CSV::String = "https://docs.google.com/spreadsheets/u/1/d/128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU/export?format=csv&id=128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU&gid=252134084" + Downloads.download(URL_RUNLIST_CSV, outfile) +end + +""" + download_dispatch_csv(outfile::AbstractString = tempname()) -> filename +""" +function download_dispatch_csv(outfile::AbstractString = tempname()) + URL_DISPATCH_CSV::String = "https://docs.google.com/spreadsheets/u/1/d/128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU/export?format=csv&id=128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU&gid=707598141" + Downloads.download(URL_DISPATCH_CSV, outfile) +end + +""" + download_hundred_run_csv(outfile::AbstractString = tempname()) -> filename +""" +function download_hundred_run_csv(outfile::AbstractString = tempname()) + URL_HUNDRED_RUN_CSV::String = "https://docs.google.com/spreadsheets/u/1/d/128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU/export?format=csv&id=128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU&gid=615256061" + Downloads.download(URL_HUNDRED_RUN_CSV, outfile) +end + +""" + download_jathub_csv(outfile::AbstractString = tempname()) -> filename +""" +function download_jathub_csv(outfile::AbstractString = tempname()) + URL_JATHUB_CSV::String = "https://docs.google.com/spreadsheets/u/1/d/128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU/export?format=csv&id=128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU&gid=303843601" + Downloads.download(URL_JATHUB_CSV, outfile) +end + +end # module DownloadCSVs diff --git a/test/runtests.jl b/test/runtests.jl index e4f063c..1ec1141 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -16,17 +16,39 @@ true || include("../src/PSBoardDataBase.jl") @test masterlog_metadata.shiftscript_version == v"1.0.2" end + @testset "Download data csv" begin + out = tempname() + @test CSV.read( + PSBoardDataBase.DownloadCSVs.download_single_run_csv(out), + DataFrame, + ) isa DataFrame + @test CSV.read( + PSBoardDataBase.DownloadCSVs.download_runlist_csv(out), + DataFrame, + ) isa DataFrame + @test CSV.read( + PSBoardDataBase.DownloadCSVs.download_dispatch_csv(out), + DataFrame, + ) isa DataFrame + @test CSV.read( + PSBoardDataBase.DownloadCSVs.download_hundred_run_csv(out), + DataFrame, + ) isa DataFrame + @test CSV.read(PSBoardDataBase.DownloadCSVs.download_jathub_csv(out), DataFrame) isa + DataFrame + end + @testset "prepare dataframe" begin single_result_df = - CSV.read("input/PS board QAQC Data Base - 本番1回試験・追加検証試験.csv", DataFrame) + CSV.read(PSBoardDataBase.DownloadCSVs.download_single_run_csv(), DataFrame) @test PSBoardDataBase.prepare_single_result_df(single_result_df) isa DataFrame @test PSBoardDataBase.prepare_dispatch_table( - CSV.read("input/PS board QAQC Data Base - 出荷.csv", DataFrame), + CSV.read(PSBoardDataBase.DownloadCSVs.download_dispatch_csv(), DataFrame), ) isa DataFrame @test PSBoardDataBase.prepare_100test_table( - CSV.read("input/PS board QAQC Data Base - 100回試験結果.csv", DataFrame), + CSV.read(PSBoardDataBase.DownloadCSVs.download_hundred_run_csv(), DataFrame), ) isa DataFrame end @@ -48,12 +70,14 @@ true || include("../src/PSBoardDataBase.jl") end @test PSBoardDataBase.insert_qaqc_campaign_id(db) |> isnothing - jathub_list_df = CSV.read("input/PS board QAQC Data Base - JATHub db.csv", DataFrame) + jathub_list_df = + CSV.read(PSBoardDataBase.DownloadCSVs.download_jathub_csv(), DataFrame) @test PSBoardDataBase.insert_qaqc_positions(db, jathub_list_df) |> isnothing single_result_df = - CSV.read("input/PS board QAQC Data Base - 本番1回試験・追加検証試験.csv", DataFrame) - runlist_table = CSV.read("input/PS board QAQC Data Base - RUNLIST.csv", DataFrame) + CSV.read(PSBoardDataBase.DownloadCSVs.download_single_run_csv(), DataFrame) + runlist_table = + CSV.read(PSBoardDataBase.DownloadCSVs.download_runlist_csv(), DataFrame) @test PSBoardDataBase.add_psboard_ids(db, single_result_df) |> isnothing @test PSBoardDataBase.add_qaqc_runlist_from_runlist(db, runlist_table) |> isnothing @@ -61,7 +85,8 @@ true || include("../src/PSBoardDataBase.jl") @test PSBoardDataBase.add_qaqc_single_result(db, single_result_df, runlist_table) |> isnothing - dispatch_table = CSV.read("input/PS board QAQC Data Base - 出荷.csv", DataFrame) + dispatch_table = + CSV.read(PSBoardDataBase.DownloadCSVs.download_dispatch_csv(), DataFrame) @test PSBoardDataBase.add_qaqc_dispatch(db, dispatch_table) |> isnothing @@ -70,7 +95,7 @@ true || include("../src/PSBoardDataBase.jl") isnothing extra_100test_result_df = - CSV.read("input/PS board QAQC Data Base - 100回試験結果.csv", DataFrame) + CSV.read(PSBoardDataBase.DownloadCSVs.download_hundred_run_csv(), DataFrame) @test PSBoardDataBase.add_qaqc_100test_result(db, extra_100test_result_df) |> isnothing From fa082bf4e6988c96655def264070e80cc4b01c22 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 11:06:22 +0900 Subject: [PATCH 3/7] update: docstring for create_database_from_exported_csvs --- src/PSBoardDataBase.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/PSBoardDataBase.jl b/src/PSBoardDataBase.jl index bc0be57..a000e9e 100644 --- a/src/PSBoardDataBase.jl +++ b/src/PSBoardDataBase.jl @@ -16,11 +16,11 @@ include("import_data.jl") """ create_database_from_exported_csvs( dbpath::AbstractString; - single_run_csv::AbstractString, - runlist_csv::AbstractString, - dispatch_csv::AbstractString, - hundred_csv::AbstractString, - jathubs_csv::AbstractString, + single_run_csv::AbstractString = DownloadCSVs.download_single_run_csv(), + runlist_csv::AbstractString = DownloadCSVs.download_runlist_csv(), + dispatch_csv::AbstractString = DownloadCSVs.download_dispatch_csv(), + hundred_csv::AbstractString = DownloadCSVs.download_hundred_run_csv(), + jathubs_csv::AbstractString = DownloadCSVs.download_jathub_csv(), masterlog_dir::AbstractString, ) From a4927fe23666d4a3e2e185dc231230a55817804d Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 11:06:38 +0900 Subject: [PATCH 4/7] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527fc39..0038b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `versions` table to store versoin information of converter(this software) - Add `skew` columnt to `qaqc_positions` table +- Add `DownloadCSVs` module and functions which downloads the latest CSVs from Google sheets + +### Changed + +- Set download functions in `DownloadCSVs` as default CSV locations in `create_database_from_exported_csvs` +- Replaced CSV files used in test to newly add `DownloadCSVs` functions ## [0.1.0] From 41fa56f6e52f1f41063ff1a11f68e03f719240d5 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 11:24:30 +0900 Subject: [PATCH 5/7] delete: CSV files exported from Google Sheets --- ...S board QAQC Data Base - 100回試験結果.csv | 661 ------------------ .../PS board QAQC Data Base - JATHub db.csv | 21 - .../PS board QAQC Data Base - RUNLIST.csv | 118 ---- test/input/PS board QAQC Data Base - 出荷.csv | 483 ------------- ... Data Base - 本番1回試験・追加検証試験.csv | 614 ---------------- 5 files changed, 1897 deletions(-) delete mode 100644 test/input/PS board QAQC Data Base - 100回試験結果.csv delete mode 100644 test/input/PS board QAQC Data Base - JATHub db.csv delete mode 100644 test/input/PS board QAQC Data Base - RUNLIST.csv delete mode 100644 test/input/PS board QAQC Data Base - 出荷.csv delete mode 100644 test/input/PS board QAQC Data Base - 本番1回試験・追加検証試験.csv diff --git a/test/input/PS board QAQC Data Base - 100回試験結果.csv b/test/input/PS board QAQC Data Base - 100回試験結果.csv deleted file mode 100644 index 0e6e6fc..0000000 --- a/test/input/PS board QAQC Data Base - 100回試験結果.csv +++ /dev/null @@ -1,661 +0,0 @@ -motherboard ID,position,runid,10回reset足りず,reconfig_done = 0なのにresetしていない,always_hit_flag,DAC = 0,efficiency 99%,BCID shift,BCID 0:0:0,BCID 1:1:1,low efficiency,BCID fail,power out of range,invalid register values,ダブルチェック(橋本),追試送り(黒箱行き),追試完了チェック,旧基準, -PS000049,B-0-1,20,,1,,,13,,,,,,,,,1,FALSE,, -PS000043,B-0-2,20,1,,,,,,,,,,,,,,,, -PS000051,B-0-3,20,2,,,,,,,1,,,,,,1,FALSE,, -PS000057,B-0-4,20,,,1,,,,,,,,,,,,,, -PS000059,B-0-5,20,,1,,,,,,,,,,,,,,, -PS000065,B-0-6,20,,,,,,,,,,,,,,,,, -PS000067,B-0-7,20,,,,,29,,,,,,,,,1,FALSE,, -PS000073,B-0-8,20,,,,,,,,,,,,,,,,, -PS000075,B-0-9,20,,,1,,,,,,,,,,,,,, -PS000050,B-1-1,20,5,,,,,,,,,,,,,,,, -PS000044,B-1-2,20,,,,87,,,,,,,,,,1,TRUE,, -44,B-0-3,90,,,,,,,,,,,,,,,,, -PS000052,B-1-3,20,,1,,,,,,,,,,,,,,, -PS000058,B-1-4,20,,,,,,,,,,,,,,,,, -PS000060,B-1-5,20,8,,,,,,,,,,,,,,,, -PS000066,B-1-6,20,,1,,,,,,,,,,,,,,, -PS000068,B-1-7,20,2,,,,,,,,,,,,,,,, -PS000074,B-1-8,20,,,,99,,,,,,,,,,1,TRUE,, -74,B-1-2,90,,2,,,,,,,,,,,,,,, -PS000076,B-1-9,20,,1,,,,1,,,,,,,,1,FALSE,, -PS000041,B-0-1,27,,,,,5,,,,,,,,,,,, -PS000045,B-0-2,27,,2,,,,,,,,,,,,,,, -PS000047,B-0-3,27,,1,,,,,,,,,,,,,,, -PS000053,B-0-4,27,1,,,,,1,,,,,,,,1,FALSE,, -PS000055,B-0-5,27,,,,,,,,,,,,,,,,, -PS000061,B-0-6,27,,,,100,,1,,,,,,,,1,FALSE,, -PS000063,B-0-7,27,,,,,10,,,,,,,,,1,FALSE,, -PS000069,B-0-8,27,,1,,,,,,,,,,,,,,, -PS000071,B-0-9,27,,2,,,,,,,,,,,,,,, -PS000042,B-1-1,27,,1,,,,3,,,,,,,,1,FALSE,, -PS000046,B-1-2,27,,,,,,,,,,,1,,,,,, -PS000048,B-1-3,27,,,,,,,,,,,,,,,,, -PS000054,B-1-4,27,,2,,,,,,,,,,,,,,, -PS000056,B-1-5,27,,,,,,,,,,,,,,,,, -PS000062,B-1-6,27,,,,,,,,,,,,100,,1,TRUE,, -62,B-1-7,90,,2,,,,,,,,,,,,,,, -PS000064,B-1-7,27,13,2,,,,,,,,,,,,1,TRUE,, -PS000070,B-1-8,27,18,,,,,,,,,,,,,1,FALSE,, -PS000072,B-1-9,27,,2,,,,,,,,,,,,,,, -PS000036,B-0-1,28,,,,,,,1,,,,,,,1,FALSE,, -PS000101,B-0-2,28,,,,,,,,,,,,,,,,, -PS000080,B-0-3,28,,1,,,,,,,,,,,,,,, -PS000116,B-0-4,28,,1,,,,,,,,,,,,,,, -PS000104,B-0-5,28,,1,,,,,,,,,,,,,,, -PS000108,B-0-6,28,1,,,,,,,,,,,,,,,, -PS000107,B-0-7,28,,4,,,1,,,,,,,,,,,, -PS000112,B-0-8,28,,,,,,,,,,,,,,,,, -PS000114,B-0-9,28,,2,,,,,,,,,,,,,,, -PS000078,B-1-1,28,4,1,,,,3,,,,,,,,1,FALSE,, -PS000077,B-1-2,28,1,,,,,,,,,,,,,,,, -PS000079,B-1-3,28,11,,,,,,,,,,,,,1,FALSE,, -PS000105,B-1-4,28,,1,,,,,,,,,,,,,,, -PS000109,B-1-5,28,,,,,,1,,,,,,,,1,FALSE,, -PS000110,B-1-6,28,,,,,,,,,,,,,,,,, -PS000106,B-1-7,28,,1,,,,,,,,,,,,,,, -PS000103,B-1-8,28,,,,100,,1,,,,,,,,1,TRUE,, -103,B-1-6,90,,,,,,,,,,,,,,,,, -PS000111,B-1-9,28,1,1,,,,1,,,,,,,,1,FALSE,, -PS000115,B-0-1,31,,,,,5,,,,,,,,,,,, -PS000118,B-0-2,31,,,,,,,,,,,,,,,,, -PS000180,B-0-3,31,,,,,,,,,,,,,,,,, -PS000182,B-0-4,31,8,1,,,,1,,,,,,,,1,FALSE,, -PS000183,B-0-5,31,,,,,,,,,1,,,,,1,TRUE,, -PS000187,B-0-6,31,,,,,,,,,,,,,,,,, -PS000189,B-0-7,31,,,,,,,,,,,,,,,,, -PS000193,B-0-8,31,1,1,,,,,,,,,,,,,,, -PS000190,B-0-9,31,,1,,,,,,,,,,,,,,, -PS000117,B-1-1,31,,1,,,,1,,,,,,,,1,FALSE,, -PS000119,B-1-2,31,,2,2,,,,,,,,,,,,,, -PS000181,B-1-3,31,,,,,,,,,,,,,,,,, -PS000185,B-1-4,31,,1,,,,,,,,,,,,,,, -PS000184,B-1-5,31,19,,,100,,,,,,,,,,1,TRUE,, -PS000188,B-1-6,31,,,,,,,,,,,,,,,,, -PS000186,B-1-7,31,,1,,,,,,,,,,,,,,, -PS000192,B-1-8,31,,1,,,,,,,,,,,,,,, -PS000191,B-1-9,31,,,,,,,,,,,,,,,,, -PS000170,B-0-1,34,,,,,7,,,,,,,,,,,, -PS000194,B-0-2,34,,1,,,,,,,,,,,,,,, -PS000113,B-0-3,34,10,,,,,,,,,,,,,1,FALSE,, -PS000198,B-0-4,34,,,,,,100,,,,,,,,1,TRUE,, -PS000160,B-0-5,34,,,,,,,,,,,,100,,1,TRUE,, -160,B-0-7,90,,1,,,6,,,,,,,,,1,,, -PS000168,B-0-6,34,,,,,,,,,,,,,,,,, -PS000167,B-0-7,34,,1,,,,1,1,,,,,,,1,FALSE,, -PS000166,B-0-8,34,2,2,,,,,,,,,,,,,,, -PS000165,B-0-9,34,,4,,,,,,1,,,,,,1,TRUE,, -PS000169,B-1-1,34,,3,,,,,,,,,,,,,,, -PS000195,B-1-2,34,,,,,,,,,,,,,,,,, -PS000196,B-1-3,34,,,,100,,,,,,,,,,1,TRUE,, -196,B-1-3,90,,,,,,,,,,,,,,,,, -PS000197,B-1-4,34,,,,,,,,,,,,,,,,, -PS000199,B-1-5,34,,1,,,,,,,,,,,,,,, -PS000162,B-1-6,34,,1,,,,,,,,,,,,,,, -PS000164,B-1-7,34,1,2,,,,,,97,,,,,,1,TRUE,, -164,B-1-9,90,1,,,,,,,,,,,,,,,, -PS000161,B-1-8,34,,,,,,,,,,,,,,,,, -PS000163,B-1-9,34,1,,,,,1,,,,,,,,1,FALSE,, -PS000173,B-0-1,36,,,,,25,,,,,,,,,,,, -PS000172,B-0-2,36,,,,,,,2,,,,,,,1,FALSE,, -PS000171,B-0-3,36,7,,,,,,,,,,,,,,,, -PS000179,B-0-4,36,3,,,,,,,,,,,,,,,, -PS000176,B-0-5,36,1,3,,,,,,,,,,,,,,, -PS000120,B-0-6,36,,,,,,,,,,,,,,,,, -PS000123,B-0-7,36,,,,,14,,,,,,,,,,TRUE,, -PS000126,B-0-8,36,1,,,,,,,,,,,,,,,, -PS000127,B-0-9,36,46,,,100,,,,,,,,,,1,TRUE,, -127,B-0-1,90,47,,,,8,1,1,,,,,,,1,,, -PS000174,B-1-1,36,,1,,,,,,,,,,,,,,, -PS000175,B-1-2,36,1,2,,,,,,,,,,,,,,, -PS000178,B-1-3,36,,1,1,,,,,,,,,,,,,, -PS000121,B-1-4,36,,3,,,,,,,,,,,,,,, -PS000177,B-1-5,36,1,,,,,,,,,,,,,,,, -PS000124,B-1-6,36,,1,,,,,,,,,,,,,,, -PS000122,B-1-7,36,1,,,,,,,,,,,,,,,, -PS000128,B-1-8,36,5,,,,,,,,,,,,,,,, -PS000125,B-1-9,36,,2,,,,,,,,,,,,,,, -PS000135,B-0-1,40,,,,100,39,,,,,,,,,1,TRUE,, -PS000130,B-0-2,40,,,,,,,,,,,,,,,,, -PS000129,B-0-3,40,,1,,,,,,,,,,,,,,, -PS000158,B-0-4,40,,,,,,,,,,,,,,,,, -PS000139,B-0-5,40,,,,,,,,,,,,,,,,, -PS000156,B-0-6,40,,,,,,,,,,,,,,,,, -PS000134,B-0-7,40,,,,,67,,,,,,,,,,TRUE,, -PS000157,B-0-8,40,,,,,,,,,,,,,,,,, -PS000153,B-0-9,40,,1,,,,,,,,,,,,,,, -PS000136,B-1-1,40,,1,,,,,,,,,,,,,,, -PS000137,B-1-2,40,,,,,,,,,,,,,,,TRUE,, -137,B-0-4,90,,,,,,,2,,,,,,,1,,, -PS000138,B-1-3,40,21,1,,,,,,,,,,,,1,FALSE,, -PS000133,B-1-4,40,,1,,,,,,,,,,,,,,, -PS000159,B-1-6,40,,,,,,,,,,,,,,,,, -PS000131,B-1-7,40,,,,,,,,,,,,,,,,, -PS000155,B-1-8,40,,,,,,,,,,,,,,,,, -PS000154,B-1-9,40,,,,,,,,,,,,,,,,, -PS000152,B-0-1,42,,,,,12,,,,,,,,,,TRUE,, -PS000148,B-0-2,42,,,,,,,,,,,,,,,,, -PS000150,B-0-3,42,,1,,,,,,,,,,,,,,, -PS000145,B-0-4,42,,2,,,,1,,,,,,,,1,FALSE,, -PS000147,B-0-5,42,,1,,,2,,,,2,2,,,,1,FALSE,, -PS000140,B-0-6,42,,,,,,,,,,,,,,,,, -PS000143,B-0-7,42,,1,,,7,,,,,,,,,,,, -PS000219,B-0-8,42,,1,,,,,,,,,,,,,,, -PS000218,B-0-9,42,,3,,,,,,,,,,,,,,, -PS000151,B-1-1,42,,2,,,,,,,,,,,,,,, -PS000144,B-1-2,42,7,,,,,,,,,,,,,,,, -PS000149,B-1-3,42,,,,,,,,,,,,100,,1,TRUE,, -149,B-0-9,90,,,,,,,,,,,,,,,,, -PS000142,B-1-4,42,,,,,,,,,,,,,,,,, -PS000146,B-1-5,42,,,,,,,,,,,,,,,,, -PS000200,B-1-6,42,,,,,,,,,,,,,,,,, -PS000141,B-1-7,42,26,,,,,,,,,,,,,1,FALSE,, -PS000216,B-1-8,42,1,,,,,,,,,,,,,,,, -PS000217,B-1-9,42,1,,,,,,,,,,,,,,,, -PS000214,B-0-1,46,,1,,,15,,,,,,,,,,TRUE,, -PS000213,B-0-2,46,,1,1,,,,,,,,,,,,,, -PS000212,B-0-3,46,,1,,,,,,,,,,,,,,, -PS000207,B-0-4,46,8,,,,,,,,,,,,,,,, -PS000208,B-0-5,46,,,,,2,,1,,2,3,,,,1,FALSE,, -PS000205,B-0-6,46,,3,,,,,,,,,,,,,,, -PS000203,B-0-7,46,,,,,25,,,,,,,,,,TRUE,, -PS000201,B-0-8,46,,,,,,,,,,,,,,,,, -PS000238,B-0-9,46,1,1,,,,,,,,,,,,,,, -PS000211,B-1-2,46,1,,,,,,,,,,,,,,,, -PS000210,B-1-3,46,,,,,,,,,,,,,,1,TRUE,, -PS000209,B-1-4,46,,,1,,,,,,,,,,,,,, -PS000206,B-1-5,46,,,,,,,,,,,,,,,,, -PS000204,B-1-6,46,,,,10,,,,,,,,,,1,TRUE,, -204,B-0-2,90,,2,,,,,,,,,,,,,,, -PS000202,B-1-7,46,1,2,,,,,,,,,,,,,,, -PS000239,B-1-8,46,,,,,,,,,,,,,,,,, -PS000237,B-1-9,46,,1,,,,,1,,,,,,,1,FALSE,, -PS000235,B-0-1,49,,,,,22,,,,,,,,,,TRUE,, -PS000231,B-0-2,49,,1,,,,1,,,,,,,,1,FALSE,, -PS000232,B-0-3,49,,,,,,1,1,,,,,,,1,FALSE,, -PS000228,B-0-4,49,,3,,,,,,,,,,,,,,, -PS000230,B-0-5,49,,1,,,,1,,,,,,,,1,FALSE,, -PS000225,B-0-6,49,,1,,,,1,,,,,,,,1,FALSE,, -PS000226,B-0-7,49,,,,100,7,,,,,,,,,1,TRUE,, -PS000222,B-0-8,49,1,1,,,,,,,,,,,,,,, -PS000221,B-0-9,49,,,,,,,,,,,,,,,,, -PS000215,B-1-1,49,,2,,,,,,,,,,,,,,, -PS000234,B-1-1,49,,,,,,,,,,,,,,,,, -PS000233,B-1-3,49,,,,,,,,,,,,,,1,TRUE,, -PS000227,B-1-4,49,1,,,,,1,,,,,,,,1,FALSE,, -PS000229,B-1-5,49,,,,,,,,,,,,,,,,, -PS000224,B-1-6,49,,,,,,,,,,,,,,,,, -PS000223,B-1-7,49,,,,,,,,,,,,,,,,, -PS000220,B-1-8,49,1,,,,,,1,,,,,,,1,FALSE,, -PS000100,,,,,,,,,,,,,,,,1,FALSE,, -PS000102,,,,,,,,,,,,,,,,1,FALSE,, -PS000132,B-0-8,90,,1,,,,,,,,,,,,,,, -PS000236,,,,,,,,,,,,,,,,1,FALSE,, -324,B-0-2,67,15,,,,,,,,,,,,TRUE,1,TRUE,, -321,B-0-3,67,,3,,,,,,,,,,,TRUE,,,, -320,B-0-4,67,1,1,,,,,,,,,,,TRUE,,,, -325,B-0-5,67,1,,,,,,,,,,,,TRUE,,,, -334,B-0-8,67,1,1,,,,,,,,,,,TRUE,,,, -332,B-0-9,67,,1,,,,,,,,,,,TRUE,,,, -327,B-1-2,67,,1,,,,,,1,,,,,TRUE,1,,, -323,B-1-3,67,,,,,,,,,,,,,TRUE,,,, -322,B-1-4,67,,,,,,,100,,,,,,TRUE,1,TRUE,, -322,B-1-1,90,4,1,,,,,,,,,,,FALSE,,,, -326,B-1-5,67,,1,,,,,,,,,,,TRUE,,,, -330,B-1-6,67,,,,,,,,,,,,,TRUE,,,, -328,B-1-7,67,1,1,,,,,,,,,,,TRUE,,,, -335,B-1-8,67,,1,,,,,,,,,,,TRUE,,,, -335,B-0-6,90,,,,,,,,,,,,,FALSE,,,, -333,B-1-9,67,,,,,,,,,,,,,TRUE,,,, -336,B-0-1,70,,,,,,,,,,,,,TRUE,,,, -331,B-0-2,70,,,,,,,,,,,,,TRUE,,,, -338,B-0-3,70,,,,,,1,,,,,,,TRUE,1,FALSE,, -260,B-0-4,70,,1,,,,,,,,,,,TRUE,,,, -262,B-0-5,70,,,,,,,,,,,,,TRUE,,,, -264,B-0-6,70,,,,,,,,,,,,,TRUE,,,, -267,B-0-7,70,,1,,,,,,,,,,,TRUE,,,, -268,B-0-8,70,,,,,,1,1,,,1,,,TRUE,1,FALSE,, -269,B-0-9,70,,,,,,,,,,,,,TRUE,,,, -337,B-1-1,70,,2,,,,2,,,,,,,TRUE,1,FALSE,, -329,B-1-2,70,,2,,,,,,,,,,,TRUE,,,, -339,B-1-3,70,,,,,,,,,,,,,TRUE,,,, -261,B-1-4,70,,1,,,,,,,,,,,TRUE,,,, -263,B-1-5,70,,,,,,,,,,,,,TRUE,,,, -265,B-1-6,70,,,,,,,,,,,,,TRUE,,,, -266,B-1-7,70,,,,,,,,,,,,,TRUE,,,, -270,B-1-8,70,,1,,,,,,,,,,,TRUE,,,, -270,B-1-4,90,,1,,,,,,,,,,,FALSE,,,, -271,B-1-9,70,,,,,,,,,,,,,TRUE,,,, -273,B-0-1,73,,,,,,,,,,,,,TRUE,,,, -272,B-0-2,73,2,1,,,,,,,,,,,TRUE,,,, -277,B-0-3,73,,2,,,,,,,,,,,TRUE,,,, -278,B-0-4,73,4,2,,,,2,4,,,4,,,TRUE,1,FALSE,, -318,B-0-5,73,,1,,,,,,,,,,,TRUE,,,, -316,B-0-6,73,71,1,,,,,,,,,,,TRUE,1,TRUE,, -315,B-0-7,73,,,,,,,,,,,,,TRUE,,,, -314,B-0-8,73,,1,1,,,1,,,,,,,TRUE,1,FALSE,, -311,B-0-9,73,1,,,,,,,,,,,,TRUE,,,, -274,B-1-1,73,2,,,,,1,,,,1,,,TRUE,1,FALSE,, -275,B-1-2,73,,3,,,,,,,,,,,TRUE,,,, -276,B-1-3,73,,,,,,,,,,,,,TRUE,,,, -279,B-1-4,73,,1,,,,,,,,,,,TRUE,,,, -317,B-1-5,73,3,,,,,,,,,,,,TRUE,,,, -319,B-1-6,73,2,,,,,,,,,,,,TRUE,,,, -310,B-1-7,73,,1,,,,,,,,,,,TRUE,,,, -313,B-1-8,73,,,,,,,,,,,,,TRUE,,,, -312,B-1-9,73,,2,,,,,,,,,,,TRUE,,,, -304,B-0-1,76,,1,,,,,,,,,,,TRUE,,,, -352,B-0-2,76,1,1,,,,,1,,,,,,TRUE,1,FALSE,, -357,B-0-3,76,,,,,,,,,,,,,TRUE,,,, -305,B-0-4,76,8,5,,,,,,1,,,,,TRUE,1,FALSE,, -305,B-1-5,90,,1,,,,,,,,,,,FALSE,,FALSE,, -300,B-0-5,76,,,,,,,,,,,,,TRUE,,,, -302,B-0-6,76,1,,,,,,,,,,,,TRUE,,,, -356,B-0-7,76,,,,,,,,,,,,,TRUE,,,, -356,B-0-5,90,,,,,,,,,,,,,FALSE,,,, -308,B-0-8,76,,,,,,,,,,,,,TRUE,,,, -307,B-0-9,76,,,,,,,,,,,,,TRUE,,,, -301,B-1-1,76,22,,,,,1,,,,,,,TRUE,1,FALSE,, -354,B-1-2,76,,1,,,,,,,,,,,TRUE,,,, -355,B-1-3,76,,3,2,,,,,,,,,,TRUE,,,, -306,B-1-4,76,,,,,,,,,,,,,TRUE,,,, -303,B-1-5,76,,1,,,,,,,,,,,TRUE,,,, -358,B-1-6,76,,3,,,,1,,,,,,,TRUE,1,FALSE,, -359,B-1-7,76,,1,,,,,,,,,,,TRUE,,,, -309,B-1-8,76,3,,,,,,,,,,,,TRUE,,,, -353,B-1-9,76,,1,,,,,,,,,,,TRUE,,,, -351,B-0-1,80,1,1,,,,,,,,,,,TRUE,,,, -349,B-0-2,80,1,,,,,,,,,,,,TRUE,,,, -346,B-0-3,80,,1,2,,,,,,,,,,TRUE,,,, -342,B-0-4,80,,,,,,,,,,,,,TRUE,,,, -348,B-0-5,80,,,,,,,,,,,,,TRUE,,,, -343,B-0-6,80,,,,,,,,,,,,,TRUE,,,, -340,B-0-7,80,1,,,,,,,,,,,,TRUE,,,, -380,B-0-8,80,,1,,,,,,,,,,,TRUE,,,, -382,B-0-9,80,1,4,6,,,,,1,,,,,TRUE,1,FALSE,, -350,B-1-1,80,13,1,,,,,,,,,,,TRUE,1,FALSE,, -347,B-1-2,80,,1,,,,,,,,,,,TRUE,,,, -345,B-1-3,80,,,,,,,,,,,,,TRUE,,,, -341,B-1-4,80,,1,,,,,,,,,,,TRUE,,,, -344,B-1-5,80,,,,,,,,,,,,,TRUE,,,, -399,B-1-6,80,,,,,,,,,,,,,TRUE,,,, -381,B-1-7,80,,,,,,,,,,,,,TRUE,,,, -398,B-1-8,80,1,,,,,,,,,,,,TRUE,,,, -397,B-1-9,80,,,,,,,,,,,,,TRUE,,,, -293,B-0-1,82,,,,,2,,,,,,,,TRUE,1,FALSE,, -296,B-0-2,82,,,,,,,,,,,,,TRUE,,,, -383,B-0-3,82,,,,,,,,,,,,,TRUE,,,, -388,B-0-4,82,,,,,,,,,,,,,TRUE,,,, -393,B-0-5,82,,,,,,,100,,,,,,TRUE,1,TRUE,, -386,B-0-6,82,,1,,,,,,,,,,,TRUE,,,, -390,B-0-7,82,,,,,,,,,,,,,TRUE,,,, -394,B-0-8,82,,,,,,,,,,,,,TRUE,,,, -392,B-0-9,82,,2,,,,,,,,,,,TRUE,,,, -298,B-1-1,82,2,,,,,,,,,,,,TRUE,,,, -297,B-1-2,82,,,,,,,,,,,,,TRUE,,,, -385,B-1-3,82,,1,,,,,,,,,,,TRUE,,,, -389,B-1-4,82,,,,,,,,1,,,,,TRUE,1,FALSE,, -391,B-1-5,82,,1,,,,,,,,,,,TRUE,,,, -387,B-1-6,82,7,1,,,,,,,,,,,TRUE,,,, -384,B-1-7,82,,,,,,,,,,,,,TRUE,,,, -396,B-1-8,82,,3,,,,,,,,,,,TRUE,,,, -395,B-1-9,82,,2,,,,,,,,,,,TRUE,,,, -280,B-1-8,90,,,,,4,,,,,,,,FALSE,1,,, -286,B-0-1,84,,1,,,5,,,,,,,,TRUE,1,FALSE,, -240,B-0-2,84,4,1,,,,,,,,,,,TRUE,,,, -241,B-0-3,84,,1,,,,,,,,,,,TRUE,,,, -282,B-0-4,84,,1,,,,,,,,,,,TRUE,,,, -289,B-0-6,84,,1,,,,,,,,,,,TRUE,,,, -287,B-0-7,84,,1,,,,,,,,,,,TRUE,,,, -294,B-0-8,84,1,1,,,,,,,,,,,TRUE,,,, -292,B-0-9,84,,,,,,,,,,,,1,TRUE,1,TRUE,, -283,B-1-1,84,,,,,,,,,,,,,TRUE,,,, -281,B-1-2,84,,,,,,,,,,,,,TRUE,,,, -242,B-1-3,84,,,,,,1,1,,,1,,,TRUE,1,FALSE,, -285,B-1-4,84,1,1,,,,,,,,,,,TRUE,,,, -284,B-1-5,84,7,,,,,,,,,,,,TRUE,,,, -288,B-1-6,84,,,,,,,,,,,,,TRUE,,,, -290,B-1-7,84,13,,1,,,,,1,,1,,,TRUE,1,FALSE,, -295,B-1-8,84,,1,,,,,,,,,,,TRUE,,,, -291,B-1-9,84,,100,200,,,,,,,,,1,TRUE,1,TRUE,, -256,B-0-1,86,,,,,,,,,,,,,TRUE,,,, -243,B-0-2,86,1,1,,,,,,,,,,,TRUE,,,, -255,B-0-3,86,,100,200,,,,,,,,,1,TRUE,1,FALSE,, -248,B-0-4,86,,4,,,,,,,,,,,TRUE,,,, -246,B-0-5,86,,2,,,,,,,,,,,TRUE,,,, -245,B-0-6,86,,2,,,,,,,,,,,TRUE,,,, -250,B-0-7,86,,,,,,,,,,,,,TRUE,,,, -254,B-0-8,86,,,,,,,,,,,,,TRUE,,,, -257,B-0-9,86,1,1,2,,,,1,,,1,,,TRUE,1,FALSE,, -258,B-1-1,86,4,1,2,,,1,,,,,,,TRUE,1,FALSE,, -247,B-1-2,86,,,,,,,,,,,,,TRUE,,,, -253,B-1-3,86,,,,,,,,,,,,,TRUE,,,, -249,B-1-4,86,23,,,,,,,,,,,,TRUE,1,FALSE,, -244,B-1-5,86,,3,2,,,,,,,,,,TRUE,,,, -251,B-1-6,86,,2,,,,,,,,,,,TRUE,,,, -259,B-1-7,86,,,,,,,,,,,,,TRUE,,,, -252,B-1-8,86,,2,,,,,,,,,,,TRUE,,,, -360,B-1-9,86,,,,,,,,,,,,,TRUE,,,, -365,B-0-1,88,,,,,,,,,,,,,TRUE,,,, -371,B-0-2,88,1,,,,,,,,,,,,TRUE,,,, -375,B-0-3,88,,2,,,,,,,,,,,TRUE,,,, -377,B-0-4,88,,,,,,,,,,,,,TRUE,,,, -378,B-0-5,88,,100,200,,,,,,,,,1,TRUE,1,TRUE,, -364,B-0-6,88,,3,,,,,,,,,,,TRUE,,,, -362,B-0-7,88,,1,2,,,,,,,,,,TRUE,,,, -372,B-0-8,88,,1,,,,,,,,,,,TRUE,,,, -374,B-0-9,88,,2,,,,,,,,,,,TRUE,,,, -367,B-1-1,88,,,,,,,,,,,,,TRUE,,,, -376,B-1-2,88,,1,2,,,,,,,,,,TRUE,,,, -373,B-1-3,88,,1,,,,,,,,,,,TRUE,,,, -363,B-1-4,88,,1,,,,,,,,,,,TRUE,,,, -366,B-1-5,88,,1,,,,,,,,,,,TRUE,,,, -368,B-1-6,88,,1,,,,,,,,,,,TRUE,,,, -361,B-1-7,88,,3,,,,,,,,,,,TRUE,,,, -370,B-1-8,88,,,,,,,,,,,,,TRUE,,,, -369,B-1-9,88,,,1,,,,,1,,,,,TRUE,1,FALSE,, -127,B-0-1,90,47,0,,,5,1,1,,,,,,TRUE,1,,, -204,B-0-2,90,,2,,,,,,,,,,,TRUE,,,, -44,B-0-3,90,,,,,,,,,,,,,TRUE,,,, -137,B-0-4,90,,,,,,,2,,,,,,TRUE,1,,, -356,B-0-5,90,,,,,,,,,,,,,TRUE,,,, -335,B-0-6,90,,,,,,,,,,,,,TRUE,,,, -160,B-0-7,90,,1,,,8,,,,,,,,TRUE,1,,, -149,B-0-9,90,,,,,,,,,,,,,TRUE,,,, -74,B-1-2,90,,2,,,,,,,,,,,TRUE,,,, -196,B-1-3,90,,,,,,,,,,,,,TRUE,,,, -270,B-1-4,90,,1,,,,,,,,,,,TRUE,,,, -305,B-1-5,90,,1,,,,,,,,,,,TRUE,,,, -103,B-1-6,90,,,,,,,,,,,,,TRUE,,,, -62,B-1-7,90,,2,2,,,,,,,,,,TRUE,,,, -280,B-1-8,90,,,,,4,,,,,,,,TRUE,,,, -322,B-1-1,90,4,1,,,,,,,,,,,TRUE,,,, -132,B-0-8,90,,,,,,,,,,,,,TRUE,,,, -164,B-1-9,90,1,,,,,,,,,,,,TRUE,,,, -127,B-0-1,93,50,,,,,,,,,,,,TRUE,1,,, -204,B-0-2,93,,1,,,,,,,,,,,TRUE,,,, -44,B-0-3,93,,,,,,,,,,,,,TRUE,,,, -137,B-0-4,93,,,,,,,,,,,,,TRUE,,,, -356,B-0-5,93,,1,,,,,,,,,,,TRUE,,,, -335,B-0-6,93,,,,,,,,,,,,,TRUE,,,, -160,B-0-7,93,,1,,,,,,,,,,,TRUE,,,, -149,B-0-9,93,1,,,,,,,,,,,,TRUE,,,, -74,B-1-2,93,,1,,,,,,,,,,,TRUE,,,, -196,B-1-3,93,,,,,,,,,,,,,TRUE,,,, -270,B-1-4,93,,2,,,,,,,,,,,TRUE,,,, -305,B-1-5,93,,,,,,1,1,,,,,,TRUE,1,,, -103,B-1-6,93,,,,,,,,,,,,,TRUE,,,, -62,B-1-7,93,,3,1,,,,,,,,,,TRUE,,,, -280,B-1-8,93,,1,,,,,,,,,,,TRUE,,,, -322,B-1-1,93,,,,,,,,,,,,,TRUE,,,, -132,B-0-8,93,,3,,,,,,,,,,,TRUE,,,, -164,B-1-9,93,,3,,,,,,,,,,,TRUE,,,, -393,B-0-3,95,,2,,,,,,,,,,,TRUE,,,, -378,B-0-4,95,,,,,,,,,,,,,TRUE,,,, -324,B-0-2,95,3,2,,,,1,1,,,,,,TRUE,1,,, -316,B-1-3,95,,,,,,,,,,,,,TRUE,,,, -292,B-1-5,95,,,,,,1,1,,,,,,TRUE,1,,, -291,B-0-5,95,,1,,,,,,,,,,,TRUE,,,, -255,B-0-6,95,,70,140,,,,,,,,,,TRUE,1,,, -233,B-1-4,95,1,,,,,,,,,,,,TRUE,,,, -226,B-1-7,95,1,1,,,,,,,,,,,TRUE,,,, -210,B-1-2,95,1,1,,,,,,,,,,,TRUE,,,, -203,B-0-7,95,1,1,,,,,,,,,,,TRUE,,,, -198,B-1-8,95,,,,,,100,,,,,,,TRUE,1,,, -184,B-1-1,95,,1,,,,,,,,,,,TRUE,,,, -183,B-1-6,95,,1,,,,,,,,,,,TRUE,,,, -165,B-1-9,95,,,,,,,,,,,,,TRUE,,,, -135,B-0-8,95,,,,,,,,,,,,,TRUE,,,, -64,B-0-9,95,10,,,,,,,,,,,,FALSE,1,,新基準スタート, -379,B-0-1,99,28,1,,,,,,,,,,,,1,,1, -401,B-0-2,99,,5,2,,,4,4,,,5,,,,1,,1, -403,B-0-3,99,,2,,,,,,,,,,,,,,, -405,B-0-4,99,7,2,,,,1,1,,,1,,,,,,1, -407,B-0-5,99,,,,,,,,,,,,,,,,, -409,B-0-6,99,,1,,,,,,,,,,,,,,, -411,B-0-7,99,,2,,,,1,1,,,1,,,,,,1, -413,B-0-8,99,,2,,,,,,,,,,,,,,, -415,B-0-9,99,,2,,,,,,,,,,,,,,, -400,B-1-1,99,3,2,,,,,1,,,1,,,,,,1, -402,B-1-2,99,,3,1,,,,,1,,1,,,,,,1, -404,B-1-3,99,,4,,,,,,,,,,,,,,, -406,B-1-4,99,1,1,,,,,,,,,,,,,,, -408,B-1-5,99,,2,,,,,,,,,,,,,,, -410,B-1-6,99,37,2,2,,,1,,,,1,,,,1,,1, -412,B-1-7,99,,4,,,,,,,,,,,,,,, -414,B-1-8,99,,,,,,,,,,,,,,,,, -416,B-1-9,99,,1,,,,,,,,,,,,,,, -417,B-0-1,102,,1,,,,,,,,,,,,,,, -419,B-0-2,102,,1,,,,,,,,,,,,,,, -421,B-0-3,102,,,,,,,,,,,,,,,,, -423,B-0-4,102,,,,,,,,,,,,,,,,, -425,B-0-5,102,67,,,,,,,,,,,,,1,,1, -427,B-0-6,102,,1,,,,,,,,,,,,,,, -429,B-0-7,102,,,,,,,,,,,,,,,,, -431,B-0-8,102,,2,,,,,,,,,,,,,,, -433,B-0-9,102,,,,,,,,,,,,,,,,, -418,B-1-1,102,1,2,,,,,,1,,1,,,,,,1, -420,B-1-2,102,,,,,,,,,,,,,,,,, -422,B-1-3,102,,,,,,,,,,,,,,,,, -424,B-1-4,102,,1,,,,,,,,,,,,,,, -426,B-1-5,102,,,,,,,,,,,,,,,,, -428,B-1-6,102,,,,,,,,,,,,,,,,, -430,B-1-7,102,,1,,,,,,,,,,,,,,, -432,B-1-8,102,,,,,,,,,,,,,,,,, -434,B-1-9,102,,,,,,,,,,,,,,,,, -435,B-0-1,104,,,,,,,,,,,,,,,,, -437,B-0-2,104,,,,,,,,,,,,,,,,, -439,B-0-3,104,,,,,,,,,,,,,,,,, -441,B-0-4,104,,,,,,1,1,,,1,,,,,,1, -443,B-0-5,104,,,,,,1,,,,1,,,,,,1, -445,B-0-6,104,,,,,,,,,,,,,,,,, -447,B-0-7,104,1,,,,,,,,,,,,,,,, -449,B-0-8,104,,2,,,,,,,,,,,,,,, -451,B-0-9,104,16,1,,,,,,,,,,,,1,,1, -436,B-1-1,104,,1,,,,,,,,,,,,,,, -438,B-1-2,104,,,,,,,,,,,,,,,,, -440,B-1-3,104,1,1,,,,1,1,,,1,,,,,,1, -442,B-1-4,104,,1,,,,,,,,,,,,,,, -444,B-1-5,104,,1,,,,,,,,,,,,,,, -446,B-1-6,104,30,,,,,,,,,,,,,1,,1, -448,B-1-7,104,,2,,,,,,,,,,,,,,, -450,B-1-8,104,,1,,,,,,,,,,,,,,, -452,B-1-9,104,,,,,,,,,,,,,,,,, -453,B-0-1,106,,1,,,,,,,,,,,,,,, -455,B-0-2,106,1,,,,,,,,,,,,,,,, -457,B-0-3,106,,,,,,,,,,,,,,,,, -459,B-0-4,106,5,,,,,,,,,,,,,,,, -461,B-0-5,106,,1,,,,,,,,,,,,,,, -463,B-0-6,106,,,,,,,,,,,,,,,,, -465,B-0-7,106,,,,,,,,,,,,,,,,, -467,B-0-8,106,,,,,,,,,,,,,,,,, -469,B-0-9,106,,1,,,,,,,,,,,,,,, -454,B-1-1,106,,100,200,,,,,,,,,,,1,,1, -456,B-1-2,106,,,,,,,,,,,,,,,,, -458,B-1-3,106,,1,,,,,,,,,,,,,,, -460,B-1-4,106,,,,,,,1,,,1,,,,,,1, -462,B-1-5,106,1,,,,,,,,,,,,,,,, -464,B-1-6,106,,1,,,,,,,,,,,,,,, -466,B-1-7,106,,,,,,1,,,,1,,,,,,1, -468,B-1-8,106,7,,,,,,,,,,,,,,,, -470,B-1-9,106,1,,,,,,,,,,,,,,,, -471,B-0-1,108,1,,,,,,,,,,,,,,,, -473,B-0-2,108,,,,,,,,,,,,,,,,, -475,B-0-3,108,,,,,,,,,,,,,,,,, -477,B-0-4,108,,3,,,,,,,,,,,,,,, -479,B-0-5,108,,,,,,,,,,,,,,,,, -481,B-0-6,108,,2,,,,,,,,,,,,,,, -483,B-0-7,108,,1,,,,,,,,,,,,,,, -485,B-0-8,108,,1,,,,,,,,,,,,,,, -487,B-0-9,108,,1,,,,,,,,,,,,,,, -472,B-1-1,108,,100,200,,,,,,,,,,,1,,1, -474,B-1-2,108,,2,,,,,,,,,,,,,,, -476,B-1-3,108,,1,,,,,,,,,,,,,,, -478,B-1-4,108,,1,1,,,,1,,,1,,,,,,1, -480,B-1-5,108,,1,,,,,,,,,,,,,,, -482,B-1-6,108,,2,,,,,,,,,,,,,,, -484,B-1-7,108,1,,,,,,,,,,,,,,,, -486,B-1-8,108,,,,,,,,,,,,,,,,, -488,B-1-9,108,,1,,,,,,,,,,,,,,, -471,B-0-1,115,,2,,,,,,,,,,,,,,, -473,B-0-2,115,8,,,,,,,,,,,,,,,, -475,B-0-3,115,4,,,,,,,,,,,,,,,, -477,B-0-4,115,,3,2,,,1,2,,,2,,,,,,1, -479,B-0-5,115,,,,,,,,,,,,,,,,, -481,B-0-6,115,1,1,,,,,,,,,,,,,,, -483,B-0-7,115,,1,,,,,,,,,,,,,,, -485,B-0-8,115,,1,,,,,,,,,,,,,,, -487,B-0-9,115,,4,,,,,,,,,,,,,,, -472,B-1-1,115,,,,,,,,,,,,,,,,, -474,B-1-2,115,,,,,,,,,,,,,,,,, -476,B-1-3,115,,2,4,,,,,,,,,,,,,, -478,B-1-4,115,,1,,,,,,,,,,,,,,, -480,B-1-5,115,,1,,,,,,,,,,,,,,, -482,B-1-6,115,,1,,,,,,,,,,,,,,, -484,B-1-7,115,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,未抽出だが過去に試験しているのでOK,,,,,,, -486,B-1-8,115,,1,,,,,,,,,,,,,,, -488,B-1-9,115,,,,,,,,,,,,,,,,, -489,B-0-1,118,2,1,1,,,,,2,,2,,,,,,1, -491,B-0-2,118,31,,,,,,,,,,,,,1,,1, -493,B-0-3,118,,1,,,,,,,,,,,,,,, -495,B-0-4,118,,,,,,1,2,,,2,,,,,,1, -497,B-0-5,118,,3,,,,,,,,,,,,,,, -499,B-0-6,118,,,,,,,,,,,,,,,,, -501,B-0-7,118,,,,,,,,,,,,,,,,, -503,B-0-8,118,,,,,,,,,,,,,,,,, -505,B-0-9,118,,,,,,,,,,,,,,,,, -490,B-1-1,118,,,,,,,1,,,1,,,,,,1, -492,B-1-2,118,,2,,,,1,1,,,1,,,,,,1, -494,B-1-3,118,,1,,,,,,,,,,,,,,, -496,B-1-4,118,,2,,,,,,,,,,,,,,, -498,B-1-5,118,1,,,,,,,,,,,,,,,, -500,B-1-6,118,1,,,,,,,,,,,,,,,, -502,B-1-7,118,,2,,,,,,,,,,,,,,, -504,B-1-8,118,,1,,,,,,,,,,,,,,, -506,B-1-9,118,,,,,,,,,,,,,,,,, -507,B-0-1,121,,,,,,,,,,,,,,,,, -509,B-0-2,121,,,,,,,,,,,,,,,,, -511,B-0-3,121,,,,,,,,,,,,,,,,, -513,B-0-4,121,1,,,,,,,,,,,,,,,, -515,B-0-5,121,8,,,,,,,,,,,,,,,, -517,B-0-6,121,,,,,,,,,,,,,,,,, -519,B-0-7,121,,,,,,,,,,,,,,,,, -521,B-0-8,121,,,,,,,,,,,,,,,,, -523,B-0-9,121,,2,,,,,,,,,,,,,,, -508,B-1-1,121,,2,,,,,,,,,,,,,,, -510,B-1-2,121,,,,,,,,,,,,,,,,, -512,B-1-3,121,1,2,,,,,,,,,,,,,,, -514,B-1-4,121,,1,,,,,1,,,1,,,,,,1, -516,B-1-5,121,,,,,,,,,,,,,,,,, -518,B-1-6,121,100,,,,,,,,,,,,,1,,1, -520,B-1-7,121,,,,,,,,,,,,,,,,, -522,B-1-8,121,,,,,,,,,,,,,,,,, -524,B-1-9,121,,1,,,,,,,,,,,,,,, -525,B-0-1,124,99,1,,,,,,,,,,,,1,,1, -527,B-0-2,124,,,,,,,,,,,,,,,,, -529,B-0-3,124,,,,,,,,,,,,,,,,, -531,B-0-4,124,,,,,,,,,,,,,,,,, -533,B-0-5,124,,1,,,,,,,,,,,,,,, -535,B-0-6,124,,2,,,,,,,,,,,,,,, -537,B-0-7,124,1,,,,,,,,,,,,,,,, -539,B-0-8,124,,3,,,,,,,,,,,,,,, -541,B-0-9,124,,,,,,,,1,,1,,,,,,1, -526,B-1-1,124,,,,,,,,,,,,,,,,, -528,B-1-2,124,,1,,,,,,,,,,,,,,, -530,B-1-3,124,,1,,,,,,,,,,,,,,, -532,B-1-4,124,,1,,,,,,,,,,,,,,, -534,B-1-5,124,,1,,,,1,1,,,1,,,,,,1, -536,B-1-6,124,,,,,,,,,,,,,,,,, -538,B-1-7,124,,2,2,,,,,,,,,,,,,, -540,B-1-8,124,,,,,,1,1,,,1,,,,,,1, -542,B-1-9,124,,1,,,,,,,,,,,,,,, -543,B-0-1,127,1,,,,,,,,,,,,,,,, -545,B-0-2,127,,1,,,,,,,,,,,,,,, -547,B-0-3,127,,,,,,,,,,,,,,,,, -548,B-0-4,127,,2,6,,,,,5,,5,,,,1,,1, -550,B-0-5,127,,1,3,,,,,1,,1,,,,,,1, -552,B-0-6,127,,1,,,,,,,,,,,,,,, -554,B-0-7,127,,,,,,,,,,,,,,,,, -556,B-0-8,127,,,,,,,,,,,,,,,,, -558,B-0-9,127,1,2,,,,,,,,,,,,,,, -544,B-1-1,127,,,,,,,,,,,,,,,,, -546,B-1-2,127,,1,,,,,,,,,,,,,,, -48,B-1-3,127,,1,,,,,,,,,,,,,,,ガンマ線照射後再測定 -549,B-1-4,127,4,,,,,,,,,,,,,,,, -551,B-1-5,127,,,,,,,,,,,,,,,,, -553,B-1-6,127,3,,,,,,,,,,,,,,,, -555,B-1-7,127,3,,,,,,,,,,,,,,,, -557,B-1-8,127,,1,,,,,,,,,,,,,,, -559,B-1-9,127,5,,,,,,,,,,,,,,,, -560,B-0-1,129,,1,,,,,,,,,,,,,,, -562,B-0-2,129,,,,,,,,,,,,,,,,, -564,B-0-3,129,3,1,,,,,,,,,,,,,,, -566,B-0-4,129,,,,,,,,,,,,,,,,, -568,B-0-5,129,,2,1,,,,,2,,2,,,,,,1, -570,B-0-6,129,,1,,,,,,,,,,,,,,, -572,B-0-7,129,,1,,,,,,,,,,,,,,, -574,B-0-8,129,,,,,,,,,,,,,,,,, -576,B-0-9,129,,,,,,,,,,,,,,,,, -561,B-1-1,129,,,,,,,,,,,,,,,,, -563,B-1-2,129,,1,,,,,,,,,,,,,,, -565,B-1-3,129,,1,,,,,,,,,,,,,,, -567,B-1-4,129,,,,,,,,,,,,,,,,, -569,B-1-5,129,,2,,,,,,,,,,,,,,, -571,B-1-6,129,1,,,,,,,,,,,,,,,, -573,B-1-7,129,,2,,,,,,,,,,,,,,, -575,B-1-8,129,5,,,,,1,1,,,1,,,,,,1, -577,B-1-9,129,,,,,,,,,,,,,,,,, -578,B-0-1,131,,,,,,,,,,,,,,,,, -580,B-0-2,131,,1,,,,,,,,,,,,,,, -582,B-0-3,131,,2,1,,,,,,,,,,,,,, -584,B-0-4,131,,1,,,,,,,,,,,,,,, -586,B-0-5,131,,,,,,,,,,,,,,,,, -588,B-0-6,131,,1,,,,1,,,,1,,,,,,1, -590,B-0-7,131,5,,,,,,,,,,,,,,,, -592,B-0-8,131,,,,,,,,,,,,,,,,, -594,B-0-9,131,,2,,,,,,,,,,,,,,, -579,B-1-1,131,,,,,,,,,,,,,,,,, -581,B-1-2,131,,2,,,,,,,,,,,,,,, -583,B-1-3,131,,2,,,,,,,,,,,,,,, -585,B-1-4,131,,2,,,,1,1,,,1,,,,,,1, -587,B-1-5,131,,1,,,,,,,,,,,,,,, -589,B-1-6,131,,,,,,,,,,,,,,,,, -591,B-1-7,131,,2,,,,,,,,,,,,,,, -593,B-1-8,131,1,1,,,,,,,,,,,,,,, -595,B-1-9,131,,,,,,,,,,,,,,,,, -379,B-0-1,133,,,,,,,,,,,,,,,,, -562,B-0-2,133,,,,,,,,,,,,,,,,, -491,B-0-3,133,,1,1,,,,,,,,,,,,,, -545,B-0-4,133,,,,,,,,,,,,,,,,, -538,B-0-5,133,,,,,,,100,,,100,,,,1,,1, -401,B-0-6,133,,,,,,,,,,,,,,,,, -350,B-0-7,133,,1,,,,,,,,,,,,,,, -460,B-0-8,133,6,,,,,,,,,,,,,,,, -589,B-0-9,133,1,,,,,,,,,,,,,,,, -454,B-1-1,133,,,,,,1,1,,,1,,,,,,1, -425,B-1-2,133,,3,1,,,,,1,,1,,,,,,1, -580,B-1-3,133,,2,,,,,,,,,,,,,,, -442,B-1-4,133,2,,,,,,,,,,,,,,,, -462,B-1-5,133,,1,,,,,,,,,,,,,,, -437,B-1-6,133,,,,,,,,,,,,,,,,, -472,B-1-7,133,,2,,,,,,,,,,,,,,, -595,B-1-8,133,,1,,,,,,,,,,,,,,, -579,B-1-9,133,,,,,,,,,,,,,,,,, -525,B-0-1,165,,al,,,,,,,,,,,,,,, -249,B-0-2,165,,14,,,,,,,,,,,,1,,, -518,B-0-3,165,,99,,,,,,,,,,,,1,,, -111,B-0-4,165,,9,,,,,,,,,,,,,,, -61,B-0-5,165,,6,,,,,,,,,,,,,,, -163,B-0-6,165,,4,,,,,,,,,,,,,,, -78,B-0-7,165,,1,,,,1,1,,,1,,,,,,, -198,B-0-8,165,,5,,,,,,,,,,,,,,, -42,B-0-9,165,,4,,,,,,,,,,,,,,, -437,B-1-1,165,,67,,,,,,,,,,,,1,,, -451,B-1-2,165,,15,,,,,,,,,,,,1,,, -117,B-1-3,165,,3,,,,,,,,,,,,,,, -53,B-1-4,165,,1,,,,,,,,,,,,,,, -79,B-1-5,165,,7,,,,,,,,,,,,,,, -410,B-1-6,165,,11,,,,,,,,,,,,1,,, -301,B-1-7,165,,1,,,,,,,,,,,,,,, -182,B-1-8,165,,4,,,,,,,,,,,,,,, -425,B-1-9,165,,6,,,,,,,,,,,,,,, \ No newline at end of file diff --git a/test/input/PS board QAQC Data Base - JATHub db.csv b/test/input/PS board QAQC Data Base - JATHub db.csv deleted file mode 100644 index 0e79f8c..0000000 --- a/test/input/PS board QAQC Data Base - JATHub db.csv +++ /dev/null @@ -1,21 +0,0 @@ -station,slot,jathub_sn,psb_position,,試験 run number,立ち上がり [ns],skew [ns] -0,0,121,,,,, -0,1,171,B-0-1,with UART,135,12.32142857,0.000 -0,2,123,B-0-2,,137,12.55357143,0.232 -0,3,124,B-0-3,,139,12.32142857,0.000 -0,4,66,B-0-4,,141,13.17857143,0.857 -0,5,126,B-0-5,,143,13.30357143,0.982 -0,6,127,B-0-6,,145,13.91071429,1.589 -0,7,128,B-0-7,,147,13.57142857,1.250 -0,8,129,B-0-8,,149,12.26785714,-0.054 -0,9,67,B-0-9,,151,14.03571429,1.714 -1,0,131,,,,, -1,1,166,B-1-1,with SiTCP,136,11.85714286,-0.464 -1,2,133,B-1-2,,138,12.01785714,-0.304 -1,3,134,B-1-3,,140,12.67857143,0.357 -1,4,135,B-1-4,,142,13.66071429,1.339 -1,5,132,B-1-5,,144,13.48214286,1.161 -1,6,137,B-1-6,,146,11.92857143,-0.393 -1,7,138,B-1-7,,148,12.07142857,-0.250 -1,8,139,B-1-8,,150,12.46428571,0.143 -1,9,140,B-1-9,,152,12.30357143,-0.018 \ No newline at end of file diff --git a/test/input/PS board QAQC Data Base - RUNLIST.csv b/test/input/PS board QAQC Data Base - RUNLIST.csv deleted file mode 100644 index 3f0a3c2..0000000 --- a/test/input/PS board QAQC Data Base - RUNLIST.csv +++ /dev/null @@ -1,118 +0,0 @@ -Campaign ID,Run ID,Shifter name,is standard run,comment -1,38,Izumiyama,TRUE,Station1 が開始10分くらいで落ちた。 -1,39,Izumiyama,TRUE,Run 38 後に station1 系統を再起動して、1回試験を再度試した -1,40,Izumiyama,TRUE,Run 39 の long run -1,51,Hashimoto,FALSE,Only Clock試験を実施 -1,55,Otsubo,FALSE,PSBoardの電源を入れていなかった。Efficiency 99%のステーション/JATHub依存性を調べるために、まず問題の再現を100回試験で試す。 -1,56,Otsubo,FALSE,Efficiency 99%のステーション/JATHub依存性を調べるために、まず問題の再現を100回試験で試す。 -1,57,Otsubo,FALSE,問題が再現され、特定のASICのチャンネルで問題が見られることから、シグナルケーブルを上下でスワップして再度走らせる。 -1,58,Sube,FALSE,PS000206でauto_reconfigが1にならないため、SDを再度培養して1回試験を走らせる。 -1,59,Sube,FALSE,PS000206でauto_reconfigが1になることを確かめられたため、再度100回試験を走らせたが、途中で停電のため停止。 -1,60,Sube,FALSE,PSB電源入れ忘れのためストップ -1,61,Sube,FALSE,PSBIDミスのため、試験開始前にストップ -1,62,Sube,FALSE,"停電復旧後、PS000206,PS000076,PS000221,PS000135で試験" -2,66,hashimoto,TRUE,QA/QC第1弾でFirmwareだけ書いていた新規ボードのソフトウェア試験と、ASDスワップ試験 -2,67,hashimoto,TRUE,QA/QC第1弾でFirmwareだけ書いていた新規ボードのソフトウェア試験と、ASDスワップ試験のlong run -2,68,sue,TRUE,ソフトウェアリセット修正版のFirmware試験(2024_7_31.svf) -2,69,sue,TRUE,ソフトウェアリセット修正版のFirmware試験(2024_7_31.svf)のlong run -2,70,kondo,TRUE,"ソフトウェアリセット修正版のFirmwareだとLockがかからないので、 -元のFirmware(2024_7_23.svf)に戻したlong run" -2,71,sube,TRUE,"ソフトウェアリセット修正版のFirmwareだとLockがかからないので、 -元のFirmware(2024_7_23.svf)に戻した1回試験。以降は、2024_7_23.svfで実施" -2,72,sube,TRUE,通常の1回試験 -2,73,sube,TRUE,Run ID 73後の通常の100回試験 -2,74,sube,TRUE,B-0-8でSFP入れ間違い -2,75,sube,TRUE,通常の1回試験 -2,76,sube,TRUE,Run ID 75後の通常の100回試験 -2,77,hashimoto,TRUE,ミス -2,78,hashimoto,TRUE,通常の1回試験 -2,79,hashimoto,TRUE,ミス -2,80,hashimoto,TRUE,Run ID 78後の通常の100回試験 -2,81,sube,TRUE,通常の1回試験 -2,82,sube,TRUE,Run ID 81後の通常の1回試験 -2,83,kondo,TRUE,通常の1回試験 -2,84,kondo,TRUE,Run ID 83後の通常の1回試験 -2,85,makita,TRUE,通常の1回試験 -2,86,makita,TRUE,RUN ID 85後の通常の100回試験 -2,87,makita,TRUE,通常の1回試験 -2,88,makita,TRUE,RUN ID 87後の通常の100回試験 -2,89,Kondo,FALSE,"B-0-3, B-1-3, B-0-2, B-1-2はDAC=0のみ。B-0-7, B-1-7, B-0-9はinvalid register valueのみ。" -2,90,Sube,FALSE,89のlong run -2,91,hashimoto,FALSE,ミス -2,92,hashimoto,FALSE,ミス -2,93,Sube,FALSE,90のASD swap (B-0-7でPP1-4と5-8をswap) -2,94,Kondo,FALSE,追試(1回試験) -2,95,Kondo,FALSE,追試(100回試験) -2,96,Kondo,FALSE,PSB198のメザニンをNo.998→No.86に載せ替え -2,,Hashimoto,FALSE,いろんな追試ボード試験: 1回 -2,97,Hashimoto,FALSE,いろんな追試ボード試験: 10000回 -3,98,otsubo,,通常の1回試験 のつもりがSDカード(B-0-8)のパーティションテーブルが読めなくなりスレーブのlogが消えた→後に復旧し、log抽出済み -3,99,otsubo,,通常の100回試験 のつもりが10000回試験になっていて、途中で止めた。240回ほど回した のつもりがSDカード(B-0-8)のパーティションテーブルが読めなくなりスレーブのlogが消えた→後に復旧し、log抽出済み -3,100,tagami,,通常の1回試験 -3,101,tagami,,ミス -3,102,tagami,,通常の100回試験 -3,103,tagami,,通常の1回試験 -3,104,tagami,,通常の100回試験 -3,105,tagami,,通常の1回試験 -3,106,tagami,,通常の100回試験 -3,107,tagami,,通常の1回試験 -3,108,tagami,,通常の100回試験 -3,109,makita,,ミス -3,110,makita,,B1-1のGNDをきちんと接続した(PSBIDはB1-1以外てきとう) -3,111,makita,,CP11とCP12をスワップ(PSBIDはB1-1以外てきとう) -3,112,makita,,ASDをB1-1であまっていたASDと交換→直った! -3,113,makita,,ASDのスワップを元に戻して検証(差し直しor悪いASDがいるを切り分け)→直った。差し直しで改善はするが差し直しごとに悪くなりがちなやつがいる。このASDの組はつかわないようにする。ラベルしておいた -3,114,makita,,ミス -3,115,makita,,ASDを改善して再度108の100回試験を行う -3,116,tagami,,通常の1回試験 のはずがB-1-7が試験開始しないバグ発生、やり直し -3,117,tagami,,通常の1回試験(station 1 JatHubのパワーサイクル、B-1-7のリカバリーLED確認) -3,118,tagami,,通常の100回試験 -3,119,tagami,,ミス -3,120,tagami,,通常の1回試験 -3,121,tagami,,通常の100回試験 -3,122,kmaki,,通常の1回試験 -3,123,kmaki,,ミス -3,124,kamki,,通常の100回試験 -3,125,tagami,,ミス -3,126,tagami,,通常の1回試験 -3,127,tagami,,通常の100回試験 -3,128,tagami,,通常の1回試験 -3,129,tagami,,通常の100回試験 -3,130,mizuochi,,通常の1回試験 -3,131,mizuochi,,通常の100回試験 -3,132,tagami,,1回試験追試。メザニン交換5台+clock test fail+power fail+健康なもの×3 -3,133,tagami,,100回試験追試。メザニン交換5台+clock test fail+power fail+健康なもの×3 -3,134,mizuochi,,ミス -3,135,tagami,,clock skew測定用試験 B-0-1 (psb id 425) -3,136,mizuochi,,clock skew測定用試験 B-1-1 -3,137,mizuochi,,clock skew測定用試験 B-0-2 -3,138,mizuochi,,clock skew測定用試験 B-1-2 -3,139,mizuochi,,clock skew測定用試験 B-0-3 -3,140,mizuochi,,clock skew測定用試験 B-1-3 -3,141,mizuochi,,clock skew測定用試験 B-0-4 -3,142,mizuochi,,clock skew測定用試験 B-1-4 -3,143,mizuochi,,clock skew測定用試験 B-0-5 -3,144,mizuochi,,clock skew測定用試験 B-1-5 -3,145,mizuochi,,clock skew測定用試験 B-0-6 -3,146,mizuochi,,clock skew測定用試験 B-1-6 -3,147,mizuochi,,clock skew測定用試験 B-0-7 -3,148,mizuochi,,clock skew測定用試験 B-1-7 -3,149,mizuochi,,clock skew測定用試験 B-0-8 -3,150,mizuochi,,clock skew測定用試験 B-1-8 -3,151,mizuochi,,clock skew測定用試験 B-0-9 -3,152,mizuochi,,clock skew測定用試験 B-1-9 -3,153,makita,,QAQC_test update -3,154,makita,,QAQC_test update -3,155,makita,,QAQC_test update -3,156,makita,,miss -3,157,makita,,miss -3,158,makita,,QAQC_test update -3,159,makita,,QAQC_test update -3,160,makita,,QAQC_test update -,161,makita,,QAQC_test update -,162,makita,,QAQC_test update -3,163,makita,,プログラムの一回試験をする→なぜかプログラムの変更がはんえいされていない -,164,makita,,コンパイル、複製し直して一回試験→成功 -3,165,makita,,GTXのリンクを丁寧に確立させたバージョンの100回試験。これでBCIDfailが消えればよい→消えないし、resetが多い個体に対してはrx lockが立たない -3,166,makita,,ミス -3,167,makita,,1回試験。PSB個体が変わったのでまわし直し \ No newline at end of file diff --git a/test/input/PS board QAQC Data Base - 出荷.csv b/test/input/PS board QAQC Data Base - 出荷.csv deleted file mode 100644 index e618621..0000000 --- a/test/input/PS board QAQC Data Base - 出荷.csv +++ /dev/null @@ -1,483 +0,0 @@ -第1回出荷,,,, -PS000141,追試送りとしていたが、誤ってGNDに出荷した,,, -PS000140,,,, -PS000144,,,, -PS000143,,,, -PS000150,,,, -PS000151,,,, -PS000142,,,, -PS000148,,,, -PS000152,,,, -PS000139,,,, -PS000158,,,, -PS000133,,,, -PS000134,,,, -PS000129,,,, -PS000138,追試送りとしていたが、誤ってGNDに出荷した,,, -PS000131,,,, -PS000156,,,, -PS000136,,,, -PS000159,,,, -PS000223,,,, -PS000173,,,, -PS000126,,,, -PS000174,,,, -PS000124,,,, -PS000175,,,, -PS000128,,,, -PS000171,,,, -PS000120,,,, -PS000178,,,, -PS000179,,,, -PS000125,,,, -PS000176,,,, -PS000122,,,, -PS000177,,,, -PS000123,,,, -PS000130,,,, -PS000154,,,, -PS000157,,,, -PS000155,,,, -PS000190,,,, -PS000101,,,, -PS000146,,,, -PS000114,,,, -PS000180,,,, -PS000192,,,, -PS000185,,,, -PS000181,,,, -PS000193,,,, -PS000118,,,, -PS000115,,,, -PS000107,,,, -PS000106,,,, -PS000119,,,, -PS000110,,,, -PS000105,,,, -PS000108,,,, -PS000188,,,, -PS000104,,,, -PS000116,,,, -PS000224,,,, -PS000225,追試送りとしていたが、誤ってGNDに出荷した,,, -PS000218,,,, -PS000238,,,, -PS000229,,,, -PS000200,,,, -PS000219,,,, -PS000217,,,, -PS000216,,,, -PS000214,,,, -PS000213,,,, -PS000205,,,, -PS000212,,,, -PS000211,,,, -PS000239,,,, -PS000201,,,, -PS000202,,,, -PS000235,,,, -PS000222,,,, -PS000234,,,, -PS000215,,,, -PS000112,,,, -PS000186,,,, -PS000189,,,, -PS000191,,,, -PS000169,,,, -PS000109,,,, -PS000197,,,, -PS000199,,,, -PS000170,,,, -PS000113,追試送りとしていたが、誤ってGNDに出荷した,,,reset10回なのでどちらでも良いが、2024/9/4ではTrueと判断した -PS000162,,,, -PS000168,,,, -PS000153,,,, -PS000166,,,, -PS000187,,,, -PS000121,,,, -PS000161,,,, -PS000194,,,, -PS000195,,,, -PS000228,,,, -第2回出荷,,,, -PS000276,,,, -PS000383,,,, -PS000384,,,, -PS000391,,,, -PS000295,,,, -PS000294,,,, -PS000288,,,, -PS000319,,,, -PS000281,,,, -PS000289,,,, -PS000275,,,, -PS000132,,,, -PS000283,,,, -PS000240,,,, -PS000277,,,, -PS000062,プリプロだけどGNDに出荷してしまった,,, -PS000287,,,, -PS000285,,,, -PS000241,,,, -PS000284,,,, -PS000335,,,, -PS000270,,,, -PS000356,,,, -PS000196,,,, -PS000074,プリプロだけどGNDに出荷してしまった,,, -PS000374,,,, -PS000366,,,, -PS000361,,,, -PS000149,,,, -PS000362,,,, -PS000363,,,, -PS000364,,,, -PS000373,,,, -PS000368,,,, -PS000371,,,, -PS000375,,,, -PS000372,,,, -PS000377,,,, -PS000376,,,, -PS000322,,,, -PS000365,,,, -PS000367,,,, -PS000360,,,, -PS000254,,,, -PS000317,,,, -PS000259,,,, -PS000251,,,, -PS000103,,,, -PS000250,,,, -PS000244,,,, -PS000252,,,, -PS000253,,,, -PS000245,,,, -PS000243,,,, -PS000246,,,, -PS000318,,,, -PS000247,,,, -PS000248,,,, -PS000315,,,, -PS000256,,,, -PS000370,,,, -PS000343,,,, -PS000397,,,, -PS000348,,,, -PS000340,,,, -PS000381,,,, -PS000346,,,, -PS000344,,,, -PS000296,,,, -PS000300,,,, -PS000387,,,, -PS000386,,,, -PS000394,,,, -PS000390,,,, -PS000395,,,, -PS000392,,,, -PS000297,,,, -PS000385,,,, -PS000282,,,, -PS000355,,,, -PS000331,,,, -PS000260,,,, -PS000269,,,, -PS000329,,,, -PS000311,,,, -PS000272,,,, -PS000312,,,, -PS000273,,,, -PS000313,,,, -PS000263,,,, -PS000262,,,, -PS000267,,,, -PS000261,,,, -PS000264,,,, -PS000266,,,, -PS000265,,,, -PS000271,,,, -PS000339,,,, -PS000279,,,, -PS000310,,,, -PS000303,,,, -PS000309,,,, -PS000302,,,, -PS000308,,,, -PS000304,,,, -PS000307,,,, -PS000353,,,, -PS000359,,,, -PS000351,,,, -PS000349,,,, -PS000380,,,, -PS000347,,,, -PS000298,,,, -PS000342,,,, -PS000345,,,, -PS000341,,,, -PS000207,,,, -PS000398,,,, -PS000399,,,, -PS000388,,,, -PS000135,,,, -PS000354,,,, -PS000332,,,, -PS000336,,,, -PS000328,,,, -PS000357,,,, -PS000326,,,, -PS000323,,,, -PS000321,,,, -PS000320,,,, -PS000330,,,, -PS000164,,,, -PS000306,,,, -PS000334,,,, -PS000327,追試送りとしていたが、誤ってGNDに出荷した,,, -PS000333,,,, -PS000221,,,, -PS000206,,,, -PS000209,,,, -PS000204,,,, -第3回出荷,,,, -PS000554,,,, -PS000553,,,, -PS000552,,,, -PS000551,,,, -PS000550,,,, -PS000549,,,, -PS000580,,,, -PS000547,,,, -PS000546,,,, -PS000544,,,, -PS000543,,,, -PS000542,,,, -PS000541,,,, -PS000540,,,, -PS000290,,,, -PS000278,,,, -PS000274,,,, -PS000268,,,, -PS000257,,,, -PS000242,,,, -PS000420,,,, -PS000421,,,, -PS000422,,,, -PS000423,,,, -PS000424,,,, -PS000460,,,, -PS000426,,,, -PS000427,,,, -PS000428,,,, -PS000429,,,, -PS000430,,,, -PS000431,,,, -PS000432,,,, -PS000433,,,, -PS000434,,,, -PS000435,,,, -PS000436,,,, -PS000438,,,, -PS000439,,,, -PS000440,,,, -PS000314,,,, -PS000338,,,, -PS000352,,,, -PS000382,,,, -PS000389,,,, -PS000396,,,, -PS000579,,,, -PS000526,,,, -PS000527,,,, -PS000528,,,, -PS000529,,,, -PS000530,,,, -PS000531,,,, -PS000532,,,, -PS000533,,,, -PS000534,,,, -PS000535,,,, -PS000536,,,, -PS000537,,,, -PS000539,,,, -PS000401,,,, -PS000524,,,, -PS000523,,,, -PS000522,,,, -PS000521,,,, -PS000520,,,, -PS000519,,,, -PS000589,,,, -PS000517,,,, -PS000516,,,, -PS000515,,,, -PS000514,,,, -PS000513,,,, -PS000512,,,, -PS000511,,,, -PS000510,,,, -PS000509,,,, -PS000508,,,, -PS000507,,,, -PS000506,,,, -PS000555,,,, -PS000556,,,, -PS000557,,,, -PS000558,,,, -PS000559,,,, -PS000560,,,, -PS000561,,,, -PS000563,,,, -PS000564,,,, -PS000565,,,, -PS000566,,,, -PS000567,,,, -PS000568,,,, -PS000569,,,, -PS000570,,,, -PS000571,,,, -PS000572,,,, -PS000573,,,, -PS000574,,,, -PS000575,,,, -PS000505,,,, -PS000504,,,, -PS000503,,,, -PS000502,,,, -PS000501,,,, -PS000500,,,, -PS000499,,,, -PS000498,,,, -PS000497,,,, -PS000496,,,, -PS000495,,,, -PS000494,,,, -PS000493,,,, -PS000492,,,, -PS000462,,,, -PS000490,,,, -PS000489,,,, -PS000488,,,, -PS000487,,,, -PS000486,,,, -PS000472,,,, -PS000465,,,, -PS000466,,,, -PS000467,,,, -PS000468,,,, -PS000469,,,, -PS000470,,,, -PS000471,,,, -PS000473,,,, -PS000474,,,, -PS000475,,,, -PS000476,,,, -PS000477,,,, -PS000478,,,, -PS000479,,,, -PS000480,,,, -PS000481,,,, -PS000482,,,, -PS000483,,,, -PS000484,,,, -PS000291,,,, -PS000233,,,, -PS000400,,,, -PS000379,,,, -PS000402,,,, -PS000403,,,, -PS000404,,,, -PS000405,,,, -PS000406,,,, -PS000407,,,, -PS000408,,,, -PS000409,,,, -PS000411,,,, -PS000412,,,, -PS000413,,,, -PS000414,,,, -PS000415,,,, -PS000416,,,, -PS000417,,,, -PS000418,,,, -PS000419,,,, -PS000464,,,, -PS000463,,,, -PS000461,,,, -PS000459,,,, -PS000458,,,, -PS000457,,,, -PS000456,,,, -PS000455,,,, -PS000453,,,, -PS000452,,,, -PS000450,,,, -PS000449,,,, -PS000448,,,, -PS000447,,,, -PS000485,,,, -PS000445,,,, -PS000444,,,, -PS000443,,,, -PS000441,,,, -PS000576,,,, -PS000577,,,, -PS000578,,,, -PS000562,,,, -PS000581,,,, -PS000582,,,, -PS000583,,,, -PS000584,,,, -PS000585,,,, -PS000586,,,, -PS000587,,,, -PS000588,,,, -PS000442,,,, -PS000590,,,, -PS000591,,,, -PS000592,,,, -PS000593,,,, -PS000594,,,, -PS000454,,,, -PS000545,,,, -PS000491,,,, -PS000350,,,, -PS000595,,,, -PS000286,,,, -PS000316,,,, -PS000258,,,, -PS000203,,,, -PS000337,,,, -PS000369,,,, -PS000293,,,, -PS000160,,,, -PS000305,,,, -PS000325,,,, -PS000358,,,, -PS000378,,,, -PS000183,,,, -PS000393,,,, -PS000165,,,, -PS000184,,,, -PS000210,,,, -PS000425,,,, -PS000111,,,, -PS000117,,,, -PS000437,,,, -PS000137,,,, -PS000145,,,, -PS000147,,,, -PS000167,,,, -PS000172,,,, -PS000208,,,, -PS000220,,,, -PS000227,,,, -PS000230,,,, -PS000231,,,, -PS000232,,,, -PS000237,,,, -PS000292,,,, -PS000324,,,, -PS000163,,,, -PS000182,,,, \ No newline at end of file diff --git a/test/input/PS board QAQC Data Base - 本番1回試験・追加検証試験.csv b/test/input/PS board QAQC Data Base - 本番1回試験・追加検証試験.csv deleted file mode 100644 index b4f529d..0000000 --- a/test/input/PS board QAQC Data Base - 本番1回試験・追加検証試験.csv +++ /dev/null @@ -1,614 +0,0 @@ -motherboard_id,daughterboard,position,qspip,recov,power,clock,asdtp,reset,qaqc_result,lvds_tx_skew,runid,timestamp,qaqc_log_file,shiftscript_ver,shifter,firmware_ver,parameter_ver,fpga_dna,retest,comment, -102,1572,,,,,,,,,,,,,,Yamaguchi,,,,TRUE,abnormal resistance (mother board), -100,1574,,,,,,,,,,,,,,Yamaguchi,,,,TRUE,abnormal resistance (mother board), -76,48,B-1-9,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, BCID failは1回, PP ASIC 2のPLLLDが0なのにreset counterが0が1回, PPconfig_doneが立っていないが1回→新基準でクリア", -75,54,B-0-9,1,1,1,1,2,0,2,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,always_hit_flag が立つが1回, -74,52,B-1-8,1,1,2,1,1,0,2,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,DAC read = 0, -73,45,B-0-8,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -68,59,B-1-7,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -67,44,B-0-7,1,1,1,1,1,1,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,PP ASIC 3でhit efficiencyが99%が29回, -66,55,B-1-6,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,PLLLDが0なのにreset counterが0が1回, -65,53,B-0-6,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -60,42,B-1-5,1,1,1,1,1,6,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,PPconfig_doneが 立っていないが1回, -59,61,B-0-5,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,PPconfig_doneが 立っていないが1回, -58,40,B-1-4,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -57,58,B-0-4,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -52,60,B-1-3,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,PPconfig_doneが 立っていないが1回, -51,50,B-0-3,1,1,1,1,1,7,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, BCID failが1回→新基準でクリア?", -50,56,B-1-1,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -49,51,B-0-1,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"PP ASIC 5でhit efficiencyが99%が13回,BCID Fail debug用に統合試験テストベンチで使用中(2024/9/13)", -44,41,B-1-2,1,1,2,1,1,0,2,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,DAC read = 0, -43,49,B-0-2,1,1,1,1,1,0,1,,24,2024-07-24T04:18:46Z,24.log,0.2.0,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -72,68,B-1-9,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -71,46,B-0-9,1,1,1,2,1,0,2,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -70,66,B-1-8,1,1,1,1,1,5,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,18 times: no enough reset times for ACL(自立型制御機構), -69,77,B-0-8,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -64,78,B-1-7,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,13 times: no enough reset times for ACL(自立型制御機構), -63,71,B-0-7,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"PP ASIC ????でhit efficiencyが99%が10回, BCID shift(PP5の0~15ch)", -62,75,B-1-6,3,1,2,3,3,6,2,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,Invalid register values, -61,73,B-0-6,1,1,2,2,1,0,2,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"DAC read = 0, clock skew out of range, BCID fail, BCID shift", -56,72,B-1-5,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -55,74,B-0-5,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -54,63,B-1-4,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -53,69,B-0-4,1,1,1,1,1,1,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, BCID shift(PP5の0~15ch)", -48,65,B-1-3,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -47,64,B-0-3,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -46,67,B-1-2,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -45,70,B-0-2,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -42,76,B-1-1,1,1,1,1,1,1,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, BCID shift(PP5, 6の0~15ch)", -41,62,B-0-1,1,1,1,1,1,0,1,,25,2024-07-24T05:15:02Z,25.log,1.0.0,"Hashimoto,Otsubo,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -116,1558,B-0-4,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -114,1560,B-0-9,1,1,1,2,1,0,2,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -112,1562,B-0-8,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -111,1561,B-1-9,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID shift(PP6の0~15ch), →新基準でクリア", -110,1564,B-1-6,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -109,1567,B-1-5,1,1,1,2,1,0,2,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,TRUE,"clock skew out of range, BCID fail, BCID shift(PP5の1~15ch)", -108,1566,B-0-6,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -107,1569,B-0-7,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -106,1568,B-1-7,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -105,1571,B-1-4,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -104,1570,B-0-5,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -103,1573,B-1-8,1,1,2,1,1,0,2,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,TRUE,"Power Fail, BCID fail, BCID shift(PP5, 6の1~15ch), big tailがはずれかけ?", -101,1575,B-0-2,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -80,39,B-0-3,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -79,37,B-1-3,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,TRUE,11 times: no enough reset times for ACL(自立型制御機構), -78,47,B-1-1,1,1,1,1,1,2,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, BCID shift(PP5, 6の1~15ch)", -77,38,B-1-2,1,1,1,1,1,0,1,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,FALSE,, -36,36,B-0-1,1,1,1,1,2,0,2,,29,2024-07-24T10:12:44Z,29.log,1.0.0,"Otsubo,Kondo",PS_firmware_top_2024_7_23.svf,,,TRUE,FPGA修理後のボードだが、U12つけ忘れで保管, -193,994,B-0-8,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -192,993,B-1-8,1,1,1,1,1,3,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -191,990,B-1-9,1,1,1,1,1,1,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -190,989,B-0-9,1,1,1,2,1,0,2,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -189,992,B-0-7,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -188,987,B-1-6,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -187,991,B-0-6,1,1,1,2,1,0,2,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -186,985,B-1-7,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -185,988,B-1-4,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -184,986,B-1-5,1,1,2,1,2,10,2,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,"Power Fail, 19 times: no enough reset times for ACL(自立型制御機構) (PP5)→ daughter board載せ替えて追試験", -183,983,B-0-5,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, low efficiency(PP5,8)→ daughter board載せ替えて追試験", -182,984,B-0-4,1,1,1,1,1,1,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP1の1~15ch),→新基準でクリア", -181,981,B-1-3,1,1,1,1,2,0,2,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -180,982,B-0-3,1,1,1,1,1,1,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -119,1556,B-1-2,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -118,1554,B-0-2,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -117,1561,B-1-1,1,1,1,1,1,1,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP5の1~15ch),→新基準でクリア", -115,1559,B-0-1,1,1,1,1,1,0,1,,30,2024-07-24T11:08:10Z,30.log,1.0.0,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -199,9999,B-1-5,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -198,998,B-0-4,1,1,1,1,2,0,2,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, BCID shift, PP ASIC 6の15番目が必ずnextに立つ", -197,1000,B-1-4,1,1,1,1,1,1,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -196,995,B-1-3,1,1,2,1,1,0,2,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,Power Fail, -195,997,B-1-2,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -194,996,B-0-2,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -170,1599,B-0-1,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -169,1596,B-1-1,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -168,1591,B-0-6,1,1,1,2,1,0,2,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -167,1593,B-0-7,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP1の1~15ch)→新基準でクリア", -166,1592,B-0-8,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -165,1594,B-0-9,1,1,1,2,1,0,2,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"clock skew out of range, BCID fail", -164,1590,B-1-7,1,1,1,1,2,0,2,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, PP ASIC 7の4番目が必ず1:1:1、daughter board載せ替え", -163,1589,B-1-9,1,1,1,1,1,1,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP5, 6の1~15ch),→新基準でクリア", -162,1587,B-1-6,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -161,1588,B-1-8,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -160,1585,B-0-5,3,1,2,2,2,5,2,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,Si5395 not lock, -113,1563,B-0-3,1,1,1,1,1,0,1,,32,2024-07-25T00:25:45Z,32.log,1.0.0,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,10 times: no enough reset times for ACL(自立型制御機構), -179,980,B-0-4,1,1,1,1,1,2,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -178,979,B-1-3,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -177,978,B-1-5,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -176,977,B-0-5,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -175,1600,B-1-2,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -174,976,B-1-1,1,1,1,1,1,1,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -173,1598,B-0-1,1,1,1,1,2,0,2,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -172,1597,B-0-2,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, 0:0:0→新基準でクリア", -171,1595,B-0-3,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -128,1527,B-1-8,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -127,1530,B-0-9,1,1,2,1,1,0,2,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,"Power Fail, 46 times: no enough reset times for ACL(自立型制御機構), PP2", -126,1528,B-0-8,1,1,1,1,1,5,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -125,1526,B-1-9,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -124,1553,B-1-6,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -123,1551,B-0-7,1,1,1,1,2,0,2,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -122,1552,B-1-7,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -121,1555,B-1-4,1,1,1,2,1,0,2,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -120,1557,B-0-6,1,1,1,1,1,0,1,,35,2024-07-25T02:35:01Z,35.log,1.0.1,"Izumiyama,Sube",PS_firmware_top_2024_7_23.svf,,,FALSE,, -999999,,B-1-5,3,3,3,2,3,14,2,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,Dummy, -159,1583,B-1-6,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -158,1586,B-0-4,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -157,1580,B-0-8,1,1,1,1,1,3,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -156,1581,B-0-6,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -155,1584,B-1-8,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -154,1579,B-1-9,1,1,1,1,1,3,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -153,1582,B-0-9,1,1,1,2,1,0,2,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -139,1539,B-0-5,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -138,1540,B-1-3,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,21 times: no enough reset times for ACL(自立型制御機構), -137,1537,B-1-2,1,1,2,1,1,0,2,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,Power Fail, -136,1538,B-1-1,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -135,1535,B-0-1,1,1,2,1,1,0,2,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,Power Fail, -134,1536,B-0-7,1,1,1,1,2,0,2,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -133,1533,B-1-4,1,1,1,1,1,2,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -131,1531,B-1-7,1,1,1,1,1,1,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -130,1532,B-0-2,1,1,1,1,1,1,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -129,1529,B-0-3,1,1,1,1,1,0,1,,39,2024-07-25T05:19:04Z,39.log,1.0.1,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -219,1170,B-0-8,1,1,1,1,1,9,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -218,1168,B-0-9,1,1,1,2,1,0,2,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,TRUE,clocl skew out of range, -217,1166,B-1-9,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -216,1167,B-1-8,1,1,1,1,1,5,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -200,1151,B-1-6,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -152,1578,B-0-1,1,1,1,1,2,0,2,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -151,1577,B-1-1,1,1,1,1,1,1,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -150,1576,B-0-3,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -149,1549,B-1-3,1,1,2,2,2,1,2,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,TRUE,Power Fail, -148,1550,B-0-2,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -147,1548,B-0-5,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, low efficiency→新基準でクリア", -146,1545,B-1-5,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -145,1547,B-0-4,1,1,1,1,1,1,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP1の0~15ch)→新基準でクリア", -144,1546,B-1-2,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -143,1543,B-0-7,1,1,1,1,2,0,2,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -142,1544,B-1-4,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -141,1542,B-1-7,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,TRUE,26 times: no enough reset times for ACL(自立型制御機構), -140,1541,B-0-6,1,1,1,1,1,0,1,,41,2024-07-25T06:53:20Z,41.log,1.0.1,Airu Makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -239,1189,B-1-8,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -238,1190,B-0-9,1,1,1,2,2,0,2,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,"clock skew out of range,PPAsic5シグナルケーブルがきちんと刺さってなかった", -237,1188,B-1-9,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID fail→新基準でクリア, -214,1165,B-0-1,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -213,1164,B-0-2,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -212,1162,B-0-3,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -211,1163,B-1-2,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -210,1160,B-1-3,1,1,2,2,2,0,2,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,"Power fail, Power failは100回試験 (RUN46) では再現されず", -209,1158,B-1-4,1,1,1,2,1,0,2,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -208,1161,B-0-5,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID fail→新基準でクリア, -207,1157,B-0-4,1,1,1,2,1,0,2,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -206,1156,B-1-5,1,1,1,2,1,0,2,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,clock skew out of range, -205,1159,B-0-6,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -204,1154,B-1-6,1,1,2,1,1,2,2,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,Power fail, -203,1155,B-0-7,2,1,3,2,3,9,2,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,RUN43 Si not locked RUN44では問題なし, -202,1152,B-1-7,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -201,1153,B-0-8,1,1,1,1,1,0,1,,43,2024-07-25T08:22:25Z,43.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -999999,,B-1-9,2,1,2,3,2,2,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,Dummy, -235,1187,B-0-1,1,1,1,1,2,0,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -234,1186,B-1-1,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -233,1183,B-1-3,1,1,2,2,2,0,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"Power fail, clock skew out of range, Power failは100回試験 (RUN49) では再現されず", -232,1184,B-0-3,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP6の1~15ch)→新基準でクリア", -231,1181,B-0-2,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP6の1~15ch)→新基準でクリア", -230,1182,B-0-5,1,1,1,2,1,0,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"clock skew out of range, BCID fail, BCID shift(PP6の1~15ch)", -229,1180,B-1-5,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -228,1179,B-0-4,1,1,1,1,2,10,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -227,1178,B-1-4,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift(PP5の1~15ch) →新基準でクリア", -226,1177,B-0-7,1,1,2,2,1,0,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"Power fail, clock skew out of range,BCID Fail debug用に統合試験テストベンチで使用中(2024/9/13)", -225,1176,B-0-6,1,1,1,2,1,0,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"clock skew out of range, BCID shift(PP6の1~15ch)", -224,1171,B-1-6,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -223,1174,B-1-7,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -222,1175,B-0-8,1,1,1,1,1,1,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -221,1172,B-0-9,1,1,1,2,2,10,2,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"clock skew out of range, BCID shift(PP5の1~15ch)", -220,1173,B-1-8,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FLASE,BCID fail→新基準でクリア, -215,1169,B-1-1,2,1,1,1,2,1,2,,47,2024-07-25T08:22:25Z,47.log,1.0.1,amakita,PS_firmware_top_2024_7_23.svf,,,TRUE,"QSPI device ID does not match. inclueded in RUN45-, RUN47と49で問題が無いことを確認", -215,1169,B-1-2,1,1,1,1,1,0,1,,47,2024-07-25T10:54:11Z,47.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -999999,,B-1-2,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -238,,B-0-4,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -230,,B-0-5,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -225,,B-0-6,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -221,1172,B-0-9,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -218,,B-1-4,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -209,1158,B-1-6,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -207,,B-0-8,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -206,1156,B-0-7,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -190,,B-1-5,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -187,,B-1-1,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -168,,B-1-7,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -165,1594,B-0-3,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -153,,B-1-8,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -121,,B-0-2,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -114,,B-1-3,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -109,,B-1-9,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -71,,B-0-1,0,0,0,1,0,0,0,,51,2024-07-25T12:45:19Z,51.log,1.0.1,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,clock試験でfailのものでonly clock試験を実施, -335,562,B-1-8,1,1,2,1,1,0,2,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"Power fail,", -334,560,B-0-8,1,1,1,1,1,0,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -333,559,B-1-9,1,1,1,1,1,1,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -332,558,B-0-9,1,1,1,1,1,0,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -330,550,B-1-6,1,1,1,1,1,1,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -328,553,B-1-7,1,1,1,1,1,0,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -327,555,B-1-2,1,1,1,1,1,0,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, BCID 1:1:1", -326,551,B-1-5,1,1,1,1,1,1,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -325,552,B-0-5,1,1,1,1,1,0,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -324,,B-0-2,1,1,1,1,1,1,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"15 times: no enough reset times for ACL, PP5/6→ daughter board載せ替えて追試験", -323,547,B-1-3,1,1,1,1,1,0,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -322,544,B-1-4,1,1,1,1,2,0,2,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID fail, PP5で100回、daughter board載せ替えて試験", -321,548,B-0-3,1,1,1,1,1,0,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -320,545,B-0-4,1,1,1,1,1,1,1,,66,2024-08-06T03:49:29Z,66.log,1.0.2,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -339,564,B-1-3,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -338,565,B-0-3,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, PP5→新基準でクリア", -337,563,B-1-1,1,1,1,1,1,1,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, PP5 →新基準でクリア", -336,561,B-0-1,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -331,557,B-0-2,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -329,554,B-1-2,1,1,1,1,1,1,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -271,1223,B-1-9,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -270,1220,B-1-8,1,1,2,1,1,0,2,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,Power fail, -269,1221,B-0-9,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -268,1218,B-0-8,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, PP6→新基準でクリア", -267,1216,B-0-7,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -266,1219,B-1-7,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -265,1217,B-1-6,1,1,1,1,1,1,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -264,1214,B-0-6,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -263,1215,B-1-5,1,1,1,1,1,1,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -262,1212,B-0-5,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -261,1213,B-1-4,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -260,1208,B-0-4,1,1,1,1,1,0,1,,71,2024-08-06T08:02:09Z,71.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -319,546,B-1-6,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -318,543,B-0-5,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -317,544,B-1-5,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -316,87,B-0-6,1,1,1,1,1,7,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,"71 times: no enough reset times for ACL, PP8 → daughter board載せ替えて追試験", -315,541,B-0-7,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -314,539,B-0-8,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, PP5/6→新基準でクリア", -313,540,B-1-8,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -312,535,B-1-9,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -311,538,B-0-9,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -310,537,B-1-7,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -279,504,B-1-4,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -278,505,B-0-4,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, BCID 0:0:0, PP5/6 →新基準でクリア", -277,502,B-0-3,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -276,501,B-1-3,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -275,503,B-1-2,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -274,1224,B-1-1,1,1,1,1,1,1,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, PP1 →新基準でクリア", -273,1225,B-0-1,1,1,1,1,1,0,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -272,1222,B-0-2,1,1,1,1,1,1,1,,72,2024-08-06T08:42:13Z,72.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -359,1058,B-1-7,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -358,1059,B-1-6,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID shift →新基準でクリア, -357,1060,B-0-3,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -356,1056,B-0-7,1,1,2,1,1,0,2,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,Power fail, -355,1057,B-1-3,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -354,1055,B-1-2,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -353,1052,B-1-9,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -352,1054,B-0-2,1,1,1,1,1,1,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID fail, BCID shift, PP3 →新基準でクリア", -309,533,B-1-8,1,1,1,1,1,1,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -308,534,B-0-8,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -307,536,B-0-9,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -306,532,B-1-4,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -305,531,B-0-4,1,1,2,1,1,1,2,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,Power fail, -304,530,B-0-1,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -303,529,B-1-5,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -302,527,B-0-6,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -301,528,B-1-1,1,1,1,1,1,1,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,"BCID shift, 10回reset足りず,PP1,5", -300,526,B-0-5,1,1,1,1,1,0,1,,75,2024-08-06T11:05:22Z,75.log,1.0.2,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,, -399,1049,B-1-6,1,1,1,1,1,2,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -398,1050,B-1-8,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -397,1047,B-1-9,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -382,1034,B-0-9,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID 1:1:1 →新基準でクリア, -381,1032,B-1-7,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -380,1031,B-0-8,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -351,1053,B-0-1,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -350,1051,B-1-1,1,1,1,1,1,1,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"13 times : no enough reset for ACL,PP5→メザニン取り換え1051 -> 81", -349,575,B-0-2,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -348,574,B-0-5,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -347,570,B-1-2,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -346,572,B-0-3,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -345,573,B-1-3,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -344,569,B-1-5,1,1,1,1,1,1,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -343,568,B-0-6,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -342,567,B-0-4,1,1,1,1,1,1,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -341,571,B-1-4,1,1,1,1,2,0,2,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -340,566,B-0-7,1,1,1,1,1,0,1,,78,2024-08-07T00:33:06Z,78.log,1.0.3,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -396,1045,B-1-8,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -395,1048,B-1-9,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -394,1046,B-0-8,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -393,不明,B-0-5,1,1,1,1,2,0,2,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,BCID 0:0:0 100times、試験時記述はなかったがdaughter board載せ替えた, -392,1043,B-0-9,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -391,1041,B-1-5,1,1,1,1,1,1,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -390,1042,B-0-7,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -389,1040,B-1-4,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID 1:1:1 →新基準でクリア, -388,1039,B-0-4,1,1,1,1,1,1,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -387,1037,B-1-6,1,1,1,1,2,10,2,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -386,1038,B-0-6,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -385,1035,B-1-3,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -384,1036,B-1-7,1,1,1,1,2,0,2,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -383,1033,B-0-3,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -298,524,B-1-1,1,1,1,1,2,10,2,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -297,523,B-1-2,1,1,1,1,1,1,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -296,520,B-0-2,1,1,1,1,1,1,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,, -293,518,B-0-1,1,1,1,1,1,0,1,,81,2024-08-07T03:21:13Z,81.log,1.0.4,hashimoto,PS_firmware_top_2024_7_23.svf,,,FALSE,efficiency 99% →新基準でクリア, -999999,,B-0-5,2,3,2,3,2,9,2,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,TRUE,, -295,522,B-1-8,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -294,521,B-0-8,1,1,1,1,2,10,2,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -292,519,B-0-9,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,TRUE,invalid register number, -291,516,B-1-9,2,3,2,3,3,14,2,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,TRUE,communication error(SFP+半抜け), -290,517,B-1-7,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID 1:1:1→新基準でクリア, -289,512,B-0-6,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -288,515,B-1-6,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -287,514,B-0-7,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -286,513,B-0-1,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,efficiency 99% 1time →新基準でクリア, -285,511,B-1-4,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -284,510,B-1-5,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -283,509,B-1-1,1,1,1,1,1,1,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -282,508,B-0-4,1,1,1,1,1,5,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -281,506,B-1-2,1,1,1,1,2,0,2,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -242,1194,B-1-3,1,1,1,1,2,0,2,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,"BCID 0:0:0, BCID 1:1:1 →新基準でクリア", -241,1191,B-0-3,1,1,1,1,1,0,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -240,1192,B-0-2,1,1,1,1,1,1,1,,83,2024-08-07T04:39:42Z,83.log,1.0.4,skondo,PS_firmware_top_2024_7_23.svf,,,FALSE,, -360,1061,B-1-9,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -259,1209,B-1-7,1,1,1,1,1,1,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -258,1210,B-1-1,1,1,1,1,1,1,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID shift →新基準でクリア, -257,1211,B-0-9,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID 0:0:0 →新基準でクリア, -256,1206,B-0-1,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -255,1207,B-0-3,3,1,2,3,2,2,2,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,TRUE,Si not locked, -254,1204,B-0-8,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -253,1205,B-1-3,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -252,1202,B-1-8,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -251,1203,B-1-6,1,1,1,1,2,0,2,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -250,1201,B-0-7,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -249,1200,B-1-4,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,TRUE,"23 times reset : no enough reset for ACL,PP2,5", -248,1199,B-0-4,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -247,1195,B-1-2,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -246,1197,B-0-5,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -245,1198,B-0-6,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -244,1196,B-1-5,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -243,1193,B-0-2,1,1,1,1,1,0,1,,85,2024-08-07T06:18:09Z,85.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -378,1030,B-0-5,3,1,2,2,3,13,2,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,TRUE,FPGA not reprogramed from flash memory, -377,1027,B-0-4,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -376,1026,B-1-2,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -375,1028,B-0-3,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -374,1075,B-0-9,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -373,1074,B-1-3,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -372,1073,B-0-8,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -371,1072,B-0-2,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -370,1070,B-1-8,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -369,1071,B-1-9,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,BCID 1:1:1 →新基準でクリア, -368,1068,B-1-6,1,1,1,1,2,0,2,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -367,1069,B-1-1,1,1,1,1,1,1,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -366,1067,B-1-5,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -365,1066,B-0-1,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -364,1064,B-0-6,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -363,1065,B-1-4,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,試験はpassしたが、1V8Dの抵抗値が0.6[kΩ], -362,1063,B-0-7,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -361,1062,B-1-7,1,1,1,1,1,0,1,,87,2024-08-07T07:44:16Z,87.log,1.0.4,makita,PS_firmware_top_2024_7_23.svf,,,FALSE,, -356,1056,B-0-5,1,1,2,1,1,0,2,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:Power fail -> log解析の結果3V3Aが少し高い (3.21V) だけだったのでok扱いとする, -335,562,B-0-6,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -322,91,B-1-1,1,1,1,1,1,1,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:daughter board載せ替えて試験, -305,531,B-1-5,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"追試試験:BCID shift, BCID 0:0:0 →新基準でクリア", -280,507,B-1-8,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"追試試験:BCID fail, effi99%,4,PP7→新基準でクリアだが、抵抗値異常なので保留", -270,1220,B-1-4,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -204,1154,B-0-2,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -196,995,B-1-3,1,1,1,1,1,5,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -164,43,B-1-9,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:daughter board載せ替えて試験, -160,1585,B-0-7,1,1,1,1,2,7,2,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"追試試験:BCID fail, effi99%,8,PP7 →ASD swap でクリア", -149,1549,B-0-9,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -137,1537,B-0-4,1,1,1,1,1,1,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,"追試試験:BCID fail, BCID 0:0:0, PP5/6 →新基準でクリア", -132,57,B-0-8,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:daughter board載せ替えて試験, -127,1530,B-0-1,1,1,1,1,1,9,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,TRUE,"追試試験:BCIDfail, effi99%,5,PP1/2, BCID 0:0:0, PP5, BCID shift, PP6", -103,1573,B-1-6,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -74,52,B-1-2,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -62,75,B-1-7,1,1,1,1,1,1,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -44,41,B-0-3,1,1,1,1,1,0,1,,89,2024-08-08T02:49:55Z,89.log,1.0.4,sube,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:, -393,79,B-0-3,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験:試験時記述はなかったがdaughter board載せ替えたもの, -378,1030,B-0-4,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験,daughter boardは修理後のもの→修理完了 -324,90,B-0-2,1,1,1,1,1,1,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,"追試試験:daughter board載せ替えて試験 BCID fail, BCID 0:0:0, PP3, BCID shift, PP3→新基準でクリア",daughter boardは修理後のもの→修理完了 -316,87,B-1-3,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:daughter board載せ替えて試験, -292,519,B-1-5,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,"追試験:BCID fail, BCID shift, PP5, BCID 0:0:0, PP5→新基準でクリア", -291,516,B-0-5,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験, -255,1207,B-0-6,3,3,3,2,2,0,2,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,TRUE,追試験:Si not locked, -233,1183,B-1-4,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験:, -226,1177,B-1-7,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験:, -210,1160,B-1-2,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験:, -203,1155,B-0-7,1,1,1,1,2,0,2,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験:, -198,998,B-1-8,1,1,1,1,2,0,2,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,TRUE,"追試験:BCID fail, BCID shift, PP ASIC 6の15番目が必ずnextに立つ(メザニン載せ替え忘れ)", -184,89,B-1-1,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:daughter board載せ替えて試験, -183,88,B-1-6,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試試験:daughter board載せ替えて試験, -165,1594,B-1-9,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験:, -135,1535,B-0-8,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,FALSE,追試験:, -64,78,B-0-9,1,1,1,1,1,0,1,,94,2024-08-09T01:08:51Z,94.log,1.0.4,kondo,PS_firmware_top_2024_7_23.svf,,,TRUE,追試験:10 times: no enough reset times for ACL(自立型制御機構), -299,525,,,,,,,,,,,,,,hashimoto,,,,TRUE,abnormal resistance (mother board), -280,507,,,,,,,,,,,,,,hashimoto,PS_firmware_top_2024_7_23.svf,,,TRUE,"abnormal resistance(mother board, C172とGND間で抵抗値を測って1k Ohm程度、メザニン (daughter board) で測っても同じ). svfplayer test is done (mistake). ", -236,1185,,,,,,,,,,,,,,Otsubo,,,,TRUE,abnormal. CN15コネクタピンにランド不良有り注意、試験はスキップ, -132,1534,,,,,,,,,,,,,,Yamaguchi,,,,TRUE,abnormal resistance(C172とGND間で抵抗値を測って550 Ohm程度、メザニン (daughter board) で測っても同じ → メザニンを修理したNo.57にしたら1 kOhm程度になった), -379,1029,B-0-1,1,1,1,1,2,10,2,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,TRUE,"10回reset足りず:28回,PP5,8→メザニン取り換え1029 -> 84", -401,1001,B-0-2,1,1,2,1,1,0,2,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,TRUE,"Power fail (3V3A [V] = 2.79 (thresholdは2.8 < I < 3.2)),BCID fail:5回,PP3,4", -403,1003,B-0-3,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -405,1005,B-0-4,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -407,1007,B-0-5,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -409,1009,B-0-6,1,1,1,1,1,1,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -411,1015,B-0-7,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -413,1014,B-0-8,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,JATHubのSDカードが破損したため、ログ消失。追試→SDカードからログを取り出せたので追試はなし。, -415,1016,B-0-9,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -400,1013,B-1-1,1,1,1,1,1,1,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -402,1002,B-1-2,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -404,1004,B-1-3,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -406,1006,B-1-4,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -408,1008,B-1-5,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -410,1011,B-1-6,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,TRUE,"10回reset足りず:37回,PP2,4", -412,1010,B-1-7,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -414,1012,B-1-8,1,1,1,1,1,0,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -416,1017,B-1-9,1,1,1,1,1,7,1,,98,2024-09-10T03:49:53Z,98.log,1.0.4,otsubo,,,,FALSE,, -417,1019,B-0-1,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -419,1021,B-0-2,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -421,1023,B-0-3,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -423,1025,B-0-4,1,1,1,1,1,1,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -425,1378,B-0-5,1,1,1,1,1,7,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,TRUE,"10回reset足りず:67回,PP5,6 →メザニン取り換え1378 -> 82", -427,1380,B-0-6,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -429,1379,B-0-7,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -431,1381,B-0-8,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -433,1383,B-0-9,1,1,1,1,1,1,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -418,1018,B-1-1,1,1,1,1,1,1,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -420,1020,B-1-2,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -422,1022,B-1-3,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -424,1024,B-1-4,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -426,1376,B-1-5,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -428,1377,B-1-6,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -430,1382,B-1-7,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -432,1384,B-1-8,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -434,1386,B-1-9,1,1,1,1,1,0,1,,100,2024-09-10T06:15:35Z,100.log,1.0.4,tagami,,,,FALSE,, -435,1388,B-0-1,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -437,1390,B-0-2,1,1,2,1,1,4,2,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,TRUE,Power fail (3V3A [V] = 2.79 (thresholdは2.8 < V < 3.2)), -439,1389,B-0-3,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -441,1391,B-0-4,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -443,1393,B-0-5,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -445,1397,B-0-6,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -447,1398,B-0-7,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -449,1399,B-0-8,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -451,1403,B-0-9,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,TRUE,"10回reset足りず:16回,PP3", -436,1385,B-1-1,1,1,1,1,1,1,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -438,1387,B-1-2,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -440,1392,B-1-3,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -442,1394,B-1-4,1,1,1,2,1,0,2,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,TRUE,clock test fail (0と1000が繰り返し), -444,1396,B-1-5,1,1,1,1,2,10,2,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -446,1446,B-1-6,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,TRUE,"10回reset足りず:30回,PP4,5", -448,1400,B-1-7,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -450,1401,B-1-8,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -452,1402,B-1-9,1,1,1,1,1,0,1,,103,2024-09-10T07:32:45Z,103.log,1.0.4,tagami,,,,FALSE,, -453,1405,B-0-1,1,1,1,1,1,4,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -455,1406,B-0-2,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -457,1409,B-0-3,1,1,1,1,1,1,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -459,1411,B-0-4,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -461,1413,B-0-5,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -463,1415,B-0-6,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -465,1416,B-0-7,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -467,1421,B-0-8,1,1,1,1,1,1,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -469,1418,B-0-9,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -454,1404,B-1-1,1,1,2,2,2,0,2,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,TRUE,"Power fail (ADC値), clock test fail (ずっと1000), reconfig_done=2なのに10回resetしない:100回(ASDデバッグ前なのでメザニンを取り替えるか考える前に追試必要)→追試結果は基準クリア", -456,1407,B-1-2,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -458,1408,B-1-3,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -460,1410,B-1-4,1,1,1,2,1,2,2,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,TRUE,clock test fail (0と1000が繰り返し), -462,1412,B-1-5,1,1,1,2,1,0,2,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,TRUE,clock test fail (0と1000が繰り返し), -464,1414,B-1-6,1,1,1,1,2,10,2,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -466,1417,B-1-7,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -468,1419,B-1-8,1,1,1,1,1,0,1,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -470,1420,B-1-9,1,1,1,1,2,10,2,,105,2024-09-10T08:38:26Z,105.log,1.0.4,tagami,,,,FALSE,, -471,1423,B-0-1,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -473,1426,B-0-2,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -475,1428,B-0-3,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -477,1430,B-0-4,1,1,1,1,1,1,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -479,1429,B-0-5,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -481,1431,B-0-6,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -483,1436,B-0-7,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -485,1438,B-0-8,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -487,1437,B-0-9,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -472,1422,B-1-1,1,1,2,2,2,0,2,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,TRUE,"Power fail (ADC値), clock test fail, clock test fail (ずっと100)。デバッグ前。これのRUN115はデバッグ後の100回試験", -474,1425,B-1-2,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -476,1424,B-1-3,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -478,1427,B-1-4,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -480,1432,B-1-5,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -482,1434,B-1-6,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -484,1433,B-1-7,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -486,1435,B-1-8,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -488,1440,B-1-9,1,1,1,1,1,0,1,,107,2024-09-10T10:03:58Z,107.log,1.0.4,tagami,,,,FALSE,, -489,1442,B-0-1,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -491,1441,B-0-2,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,TRUE,"10回reset足りず:31回,PP5→メザニン取り替え1441 -> 85", -493,1446,B-0-3,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -495,1450,B-0-4,1,1,1,1,1,1,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -497,1447,B-0-5,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -499,1449,B-0-6,1,1,1,1,1,1,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -501,1303,B-0-7,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -503,1305,B-0-8,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -505,1306,B-0-9,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -490,1439,B-1-1,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -492,1444,B-1-2,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -494,1443,B-1-3,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -496,1445,B-1-4,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -498,1448,B-1-5,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -500,1301,B-1-6,1,1,1,1,1,1,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -502,1302,B-1-7,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -504,1304,B-1-8,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -506,1307,B-1-9,1,1,1,1,1,0,1,,117,2024-09-11T02:13:40Z,117.log,1.0.4,tagami,,,,FALSE,, -507,1308,B-0-1,1,1,1,1,1,2,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -509,1311,B-0-2,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -511,1313,B-0-3,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -513,1315,B-0-4,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -515,1316,B-0-5,1,1,1,1,1,1,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -517,1318,B-0-6,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -519,1321,B-0-7,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -521,1323,B-0-8,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -523,1325,B-0-9,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -508,1309,B-1-1,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -510,1310,B-1-2,1,1,1,1,1,3,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -512,1312,B-1-3,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -514,1314,B-1-4,1,1,1,1,1,3,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -516,1317,B-1-5,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -518,1319,B-1-6,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,TRUE,"10回reset足りず:100回,PP1,5", -520,1320,B-1-7,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -522,1322,B-1-8,1,1,1,1,1,1,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -524,1324,B-1-9,1,1,1,1,1,0,1,,120,2024-09-11T03:41:25Z,120.log,1.0.4,tagami,,,,FALSE,, -525,1328,B-0-1,1,1,1,1,2,10,2,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,TRUE,"10回reset足りず:99回,PP2,5", -527,1330,B-0-2,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -529,1329,B-0-3,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -531,1331,B-0-4,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -533,1333,B-0-5,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -535,1338,B-0-6,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -537,1340,B-0-7,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -539,1339,B-0-8,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -541,1342,B-0-9,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -526,1326,B-1-1,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -528,1327,B-1-2,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -530,1332,B-1-3,1,1,1,1,1,3,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -532,1334,B-1-4,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -534,1336,B-1-5,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -536,1335,B-1-6,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -538,1337,B-1-7,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,TRUE,抵抗値異常だが試験実行。抵抗値異常のメザニンカードを取り替え1337 -> 83, -540,1341,B-1-8,1,1,1,1,1,9,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -542,1344,B-1-9,1,1,1,1,1,0,1,,122,2024-09-11T05:04:29Z,122.log,1.0.4,kmaki,,,,FALSE,, -543,1343,B-0-1,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -545,1348,B-0-2,2,1,2,1,2,10,2,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,TRUE,Power fail (3V3A [V] = 2.78 (thresholdは2.8 < V < 3.2)), -547,1350,B-0-3,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -548,1347,B-0-4,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,TRUE,"BCID fail:5回,PP7,8→メザニン取り換え1347 -> ", -550,1351,B-0-5,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -552,1352,B-0-6,1,1,1,1,1,4,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -554,1354,B-0-7,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -556,1356,B-0-8,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -558,1359,B-0-9,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -544,1346,B-1-1,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -546,1345,B-1-2,1,1,1,1,1,1,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -48,65,B-1-3,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,ガンマ線照射後の再測定, -549,1349,B-1-4,1,1,1,1,2,10,2,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -551,1353,B-1-5,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -553,1355,B-1-6,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -555,1357,B-1-7,1,1,1,1,1,1,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -557,1361,B-1-8,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -559,1358,B-1-9,1,1,1,1,1,0,1,,126,2024-09-11T06:30:42Z,126.log,1.0.4,tagami,,,,FALSE,, -560,1360,B-0-1,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -562,1362,B-0-2,1,1,2,1,1,0,2,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,TRUE,Power fail (3V3A [V] = 2.76 (thresholdは2.8 < V < 3.2)), -564,1364,B-0-3,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -566,1366,B-0-4,1,1,1,1,1,1,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -568,1369,B-0-5,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -570,1373,B-0-6,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -572,1370,B-0-7,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -574,1375,B-0-8,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -576,826,B-0-9,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -561,1363,B-1-1,1,1,1,1,1,1,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -563,1365,B-1-2,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -565,1367,B-1-3,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -567,1368,B-1-4,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -569,1371,B-1-5,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -571,1372,B-1-6,1,1,1,1,1,1,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -573,1374,B-1-7,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -575,828,B-1-8,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -577,829,B-1-9,1,1,1,1,1,0,1,,128,2024-09-11T07:32:48Z,128.log,1.0.4,tagami,,,,FALSE,, -578,827,B-0-1,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -580,832,B-0-2,1,1,2,1,1,0,2,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,TRUE,Power fail (3V3A [V] = 2.76 (thresholdは2.8 < V < 3.2)), -582,833,B-0-3,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -584,835,B-0-4,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -586,842,B-0-5,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -588,841,B-0-6,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -590,838,B-0-7,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -592,843,B-0-8,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -594,845,B-0-9,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -579,830,B-1-1,1,1,1,1,1,1,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -581,831,B-1-2,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -583,834,B-1-3,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -585,836,B-1-4,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -587,840,B-1-5,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -589,839,B-1-6,1,1,1,1,1,1,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -591,837,B-1-7,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -593,844,B-1-8,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -595,846,B-1-9,1,1,1,1,1,0,1,,130,2024-09-11T08:25:46Z,130.log,1.0.4,muzuochi,,,,FALSE,, -379,84,B-0-1,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -562,1362,B-0-2,1,1,1,1,1,1,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -491,85,B-0-3,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -545,1348,B-0-4,1,1,1,1,1,1,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -538,83,B-0-5,1,1,1,1,2,0,2,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,TRUE,"追試:BCID fail:100回,PP8→メザニン取り換え(2回目)83->", -401,1001,B-0-6,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -350,81,B-0-7,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -460,1410,B-0-8,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -589,839,B-0-9,1,1,1,1,1,1,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -454,1404,B-1-1,1,1,1,1,1,1,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -425,82,B-1-2,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -580,832,B-1-3,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -442,1394,B-1-4,1,1,1,1,1,1,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -462,1412,B-1-5,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -437,1390,B-1-6,1,1,1,1,1,5,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -472,1422,B-1-7,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -595,846,B-1-8,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, -579,830,B-1-9,1,1,1,1,1,0,1,,132,2024-09-12T02:31:20Z,132.log,1.0.4,tagami,,,,FALSE,追試:, \ No newline at end of file From ab6c01248076c868f392400c8dcf8779e4b7604d Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 11:28:34 +0900 Subject: [PATCH 6/7] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0038b40..ea6822b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Set download functions in `DownloadCSVs` as default CSV locations in `create_database_from_exported_csvs` - Replaced CSV files used in test to newly add `DownloadCSVs` functions +### Deleted + +- CSV files manually exported from Google Sheets + ## [0.1.0] ### Added From 995abd47acaf3a6dd2774e9bab4f356312c923fc Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Tue, 1 Oct 2024 11:29:05 +0900 Subject: [PATCH 7/7] fix typos --- CHANGELOG.md | 2 +- src/import_data.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6822b..10cebc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `versions` table to store versoin information of converter(this software) +- Add `versions` table to store version information of converter(this software) - Add `skew` columnt to `qaqc_positions` table - Add `DownloadCSVs` module and functions which downloads the latest CSVs from Google sheets diff --git a/src/import_data.jl b/src/import_data.jl index 349c21c..87040c6 100644 --- a/src/import_data.jl +++ b/src/import_data.jl @@ -210,7 +210,7 @@ end ) -> nothing Fill `qaqc_single_run_results` in `db` from single result table DataFrame. -Additionaly, it +Additionally, it 1. automatically add `runid` if it's not in `qaqc_runs` table in `db`. 2. automatically update fields in `qaqc_runs` table. """