diff --git a/HMI/code_gen/pages/cardThermo.py b/HMI/code_gen/pages/cardThermo.py index 371e6009..968b44aa 100644 --- a/HMI/code_gen/pages/cardThermo.py +++ b/HMI/code_gen/pages/cardThermo.py @@ -86,6 +86,15 @@ text += """ vis bDown2,1 vis tCF2,1 } + //Show btDetail + spstr strCommand.txt,tTmp.txt,"~",47 + if(tTmp.txt!="1") + { + vis btDetail,1 + }else + { + vis btDetail,0 + } } """ + sharedfoot print(text) diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index f775b9c2..53b4a283 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index d5203b48..e653314c 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ