Kernel configuration
From PlcWiki
(Difference between revisions)
Petr.zalabak (Talk | contribs)
(Created page with '= Kernel configuration file = The main configuration of the Kernel process is stored in the file /usr/local/plc/etc/plc_krnl_''project''.cfg. == Sending of backflush == The back…')
Newer edit →
(Created page with '= Kernel configuration file = The main configuration of the Kernel process is stored in the file /usr/local/plc/etc/plc_krnl_''project''.cfg. == Sending of backflush == The back…')
Newer edit →
Revision as of 11:59, 30 July 2013
Contents |
Kernel configuration file
The main configuration of the Kernel process is stored in the file /usr/local/plc/etc/plc_krnl_project.cfg.
Sending of backflush
The backflush data can be created either by the Kernel, or it can be prepared by a PMC data flow when the data are being received.
Kernel data
PMC data
# It is possible to backflush the product using the PMC dataflow. PMC will prepare the datafile # in time when the data are received to Clever system and place it to the defined DirQueue. When # the product assembly is finished, the Kernel crates the flag file and PMC DirQueue sends the # datafile to JIS. #EndAssemPMCFlagDir = /usr/local/plc/var/pmc/backflushdirq # The flag file can be created by a done operation as well. DoneOperationPMCFlagDir.OC2 = /usr/local/plc/var/pmc/backflushdirq