add scripts for jtccr

This commit is contained in:
2024-05-03 08:33:15 +02:00
parent c157df24ba
commit 78d6c07858
5 changed files with 114 additions and 0 deletions

18
tcl/jtccr_overp.job Normal file
View File

@ -0,0 +1,18 @@
while {[result jtccr] == 0} {
wait 5
if {([result p2] > 0.6) && ([result epc port1] == 0)} {
epc port1 1
}
if {([result p2] <0.4) && ([result epc port1] == 1)} {
epc port1 0
}
if {([result p3] > 4.5) && ([result jtccr v10] == 0)} {
jtccr v10 1
}
if {([result p3] <2.0) && ([result jtccr v10] == 1)} {
jtccr v10 0
}
}
epc port1 0
jtccr v10 0