Emergency strategy
From PlcWiki
(Difference between revisions)
Petr.zalabak (Talk | contribs)
(Created page with '== Three levels of emergency strategy == === 1st level === Data are sent to CLEVER System via an alternative application (ASEC, LES) === 2nd level === A data connection from …')
Newer edit →
(Created page with '== Three levels of emergency strategy == === 1st level === Data are sent to CLEVER System via an alternative application (ASEC, LES) === 2nd level === A data connection from …')
Newer edit →
Revision as of 15:33, 27 March 2014
Contents |
Three levels of emergency strategy
1st level
Data are sent to CLEVER System via an alternative application (ASEC, LES)
2nd level
A data connection from JIS (WSW) and ASEC (LES) is totaly lost, but the connection between stations and the kernel is established. A 2-D specification barcode is scanned on the first station, the data are sent to the Kernel and prepared for all other stations.
3rd level
A network connection between stations and the kernel is lost. A 2-D specification barcode is scanned on each station, the data are sent to the local Kernel, which temporary replaces the functionality of the main Kernel.
Scanning of 2-D specification barcode (Client configuration)
#======================= #[Product configuration] #======================= # Operation.Configuration.Type = ProductConfiguration Operation.Configuration.Index = 9 operation.Configuration.SelectPattern[0] = ^@CS #Workplace.SendProductConfigurationToKernel = No operation.Configuration.SendDataToKernel = Yes operation.Configuration.ProductSpecification.FullData = Yes #operation.Configuration.ProductSpecification.OutgoingFieldSeparator = \xC2\x8D # for JIS data operation.Configuration.ProductSpecification.OutgoingFieldSeparator = \x0D\x0A # for WSW data # The parameter ScannedDataStartPosition should be 6 + KennLength operation.Configuration.ProductSpecification.ScannedDataStartPosition = 14 # Zwickau (VIN example: 13402471) #operation.Configuration.ProductSpecification.ScannedDataStartPosition = 17 # Golcuk (VIN example: TTGYDD04749) #operation.Configuration.ProductSpecification.ScannedDataStartPosition = 32