Building with custom s7plcFW module to correctly read strings from SPS
This commit is contained in:
2
Makefile
2
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
require s7plcFW
|
||||
require s7plcFW, wall_e
|
||||
|
||||
# s7plcFWConfigure(
|
||||
# # Alias,
|
||||
|
@ -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" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user