diff --git a/Makefile b/Makefile index 566d21d..9ad027c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ARCH_FILTER=RHEL% # additional module dependencies REQUIRED+=calc -REQUIRED+=s7plcFW +# REQUIRED+=s7plcFW # General DB files to include in the release TEMPLATES += db/sps_status.db diff --git a/scripts/shutter.cmd b/scripts/shutter.cmd index c58ca5f..508d9e4 100644 --- a/scripts/shutter.cmd +++ b/scripts/shutter.cmd @@ -1,4 +1,4 @@ -require s7plcFW +require s7plcFW, wall_e # s7plcFWConfigure( # # Alias, diff --git a/templates/shutter.substitutions b/templates/shutter.substitutions index 7b81d20..5cb117f 100644 --- a/templates/shutter.substitutions +++ b/templates/shutter.substitutions @@ -27,11 +27,11 @@ file "$(sinqSPS_DB)/readstring.db" { pattern {OFFSET, LENGTH, STRING_NAME } - {6 , 11 , "PSYS-OK" } - {20 , 17 , "SHUTTER-READY" } - {40 , 17 , "EMERGENCY-STOP" } - {60 , 19 , "BLOCKED" } - {82 , 24 , "BLOCKED-REASON" } - {108 , 14 , "OPEN" } - {124 , 27 , "REMOTE" } + {4 , 11 , "PSYS-OK" } + {18 , 17 , "SHUTTER-READY" } + {38 , 17 , "EMERGENCY-STOP" } + {58 , 19 , "BLOCKED" } + {80 , 24 , "BLOCKED-REASON" } + {106 , 14 , "OPEN" } + {122 , 27 , "REMOTE" } }