Adapters for switchable outputs and inputs
Up to now | Adapter for switchable outputs (ID 253 291) Two potential-free relay outputs which enable external devices to be switched on and off (a maximum of 24V/0.5A) are available. OUT 1 |
New | Adapters for switchable outputs and inputs 2 (ID 278 349) 2 outputs and 1 input OUT 1 |
Example for using the input "IN1"
A specific yarn shall be monitored for knots. For monitoring the yarn, an additional external knot detector is used.
A knot appears for example during a bobbin change. The knot leads to a quality defect, the fabric is unusable. The fabric does not need to be completed and is to be started again automatically.
Use the new adapter and complete the knitting program so that the machine quickly terminates the faulty fabric and starts a new one.
- The knot is detected
- The knot is knitted-in
You specify the number of knitting rows in the knitting program. - The fabric is aborted
In the knitting program you specify the behavior of the machine. - A new fabric is started.
In the knitting program you specify, how the machine should behave:
CTRLZ(x) |
The machine automatically begins with a new fabric if the following conditions are met:
x = Number of rows until the execution of the action |
NEWSP(x,y) |
Cancel the current fabric and start it again. x = Number of rows until the execution of the action y = Line number to start the knitting program with |
Example 1
Example with "CTRLZ" (minimum specifications):
30 START |
Line 33-34: Before activating (#IN1=1;), at least two stitch rows must be knit. Line 50 - Reset #IN1 Line 70 - Activate automatic CTRLZ with #IN1 If a knot is detected, the "CTRLZ" command will be executed after 6 rows. Set the quantity of rows that high in order to get the knot knit-in before the fabric piece will be started. Line 400 - Deactivate #IN1 |
If you work with "NEWSP", replace the above mentioned specifications for "CTRLZ(x)" with "NEWSP(x,y)".
Example 2
Controlled areas and areas without control:
|
The fabric pieces consists of three areas (A, B, C):
|
30 START |
Additional specifications: Line 70 – Control the area (A) Disable line 100 – #IN1, area (B) will not be controlled Line 200 – Control the area (C) Line 400 - Deactivate #IN1 |
Example 3
Extension with conditions:
30 START |
Line 240 – Condition, if a knot is detected from this line onwards. Only 4 rows are required before the "CTRLZ" command is executed. The second "#IN1=1" specification is necessary to activate again "#IN1=1"
Line 360 - In case of error, the "F:CANCEL-PROCEDURE;" function created by you will be executed. A new fabric is started after 8 knitting rows. The second "#IN1=1" specification is necessary to activate again "#IN1=1" |
Normally Closed or Normally Open
According to its design, the knot detector in its home position is NC=Normally Closed or NO=Normally Open.
The examples above use the "#IN1=1;" command in order to enable the monitoring. This is the command if an is used for the control.
With a "#IN1=0;" command instead.
, you have to use the
Tip
Make a note of the position of the external knot detector, so that you don't need to adapt the knitting program if it is to produce again at a later time.
Reason: The number of rows until a knot is knitted-in depends on the position of the external knot detector. The number of rows is entered in the knitting program.