Conveyor control

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with 'In case of defined situations (e.g. a sequence error or a not-finished product) the request for stop of a conveyor of a production line is sent to the conveyor controller. It is …')
Line 2: Line 2:
== PLC Client parameters ==
== PLC Client parameters ==
-
line.ConveyorServer = plcgntcs
+
<!--- Definition of the host name, where the module plc_conveyor_controller is running: /-->
 +
* line.ConveyorServer = plcgntcs
-
line.ConveyorServerPort = 6779
+
* line.ConveyorServerPort = 6779
-
'# workplace.LampToSwitch = 6
+
* # workplace.LampToSwitch = 6
-
workplace.ConveyorID = 21
+
* workplace.ConveyorID = 21
-
workplace.ConveyorWSAddr = 0000000000000010
+
* workplace.ConveyorWSAddr = 0000000000000010
-
WorkPlace.SendConveyorRelease = Yes
+
* WorkPlace.SendConveyorRelease = Yes
-
WorkPlace.SequenceConveyorControl = Yes
+
* WorkPlace.SequenceConveyorControl = Yes
-
workplace.Conveyor.SendPID = Yes
+
* workplace.Conveyor.SendPID = Yes
-
workplace.Conveyor.ReleaseWhenProductFinished = Yes
+
* workplace.Conveyor.ReleaseWhenProductFinished = Yes
-
workplace.Conveyor.StopWhenIncompleteProduct =  No
+
* workplace.Conveyor.StopWhenIncompleteProduct =  No
-
workplace.Conveyor.StopWhenSequenceError =      No
+
* workplace.Conveyor.StopWhenSequenceError =      No
-
workplace.Conveyor.StopWhenProductTimeout =    Yes
+
* workplace.Conveyor.StopWhenProductTimeout =    Yes
-
workplace.Conveyor.StopWhenActivityTimeout =    Yes
+
* workplace.Conveyor.StopWhenActivityTimeout =    Yes

Revision as of 17:31, 16 November 2009

In case of defined situations (e.g. a sequence error or a not-finished product) the request for stop of a conveyor of a production line is sent to the conveyor controller. It is a software module, which is running on a computer connected to a conveyor PLC with a serial line or via Ethernet network.

PLC Client parameters

  • line.ConveyorServer = plcgntcs
  • line.ConveyorServerPort = 6779
  • # workplace.LampToSwitch = 6
  • workplace.ConveyorID = 21
  • workplace.ConveyorWSAddr = 0000000000000010
  • WorkPlace.SendConveyorRelease = Yes
  • WorkPlace.SequenceConveyorControl = Yes
  • workplace.Conveyor.SendPID = Yes
  • workplace.Conveyor.ReleaseWhenProductFinished = Yes
  • workplace.Conveyor.StopWhenIncompleteProduct = No
  • workplace.Conveyor.StopWhenSequenceError = No
  • workplace.Conveyor.StopWhenProductTimeout = Yes
  • workplace.Conveyor.StopWhenActivityTimeout = Yes
Personal tools