You are on page 1of 2

VLT AutomationDrive

, 2
( ).
- (master-slave),
, - ,
-.
, , , ..
( ) .
.

/ .
.
MCO 305 3 : ,
, .


. ,
.
:
, , ;
( )
; ,
.
, :
- , , .
- , , .
- , , .
- , , .
MCO 305 : , ,
( ).


CAM , ,
,
, . ,
,
. -
. , , ,
,
. ,
-.
.
. ;
.

-
MCO 305 90 . .

/* Demonstration of a program delay and the influence of an interrupt during the delay. */
ON INT 4 GOSUB inthandle
/* Input 4 is def. as an int. source */
PRINT "A 20 seconds delay is started"
inttime = 0
/* Total interrupt time */
intcount = 0
/* Interrupt counter */
stime = TIME
/* Save start time */
DELAY 20000
/* Wait 20 seconds */
dtime = TIME - stime
/* Total gate time */
PRINT "Delay time:"
PRINT dtime,"ms (incl. time for measurement and interrupt handling):"
IF intcount > 0 THEN
/* if interrupt occurred => display information */
PRINT "Total number of interrupts: ",intcount;
ENDIF
/******************* S U B R O U T I N E - A R E A * * * * * * * * * * * * * * * * * * * * */
SUBMAINPROG
SUBPROG inthandle
/* Calculate the interrupt service time */
sit = TIME
/* Time when interrupt handler starts */
intcount = intcount + 1
/* Increase interrupt counter */
PRINT "Interrupt No. ",intcount,"occurred"
inttime = inttime + TIME - sit /* Summarize interrupt time */
RETURN
ENDPROG

www.drives.ru

VLT AutomationDrive


MCO 305 Programmable Motion Controller
(C-)
MCO 305
(Motion Controller)
VLT Automation Drive FC 301 FC 302.
- 2

- 1 ( )
- 10
- 8
- (
)
-
.

VLT AutomationDrive MCO 305 ,


, ( ), (CAM).
, , .
MCO 305 /
, VLT Motion Control Tools MCT 10. ,
CAM-, test-run . MCO 305
, - ,
.
VLT AutomationDrive -- MCO 305
MCO 305 .
:
- (Home).
- .
- .
- , .
- CAM ( ).
- .
- On-line .
- On-line .
- , FC 300.
- / VLT AutomationDrive .
- ( Fieldbus ).
- : , , Fieldbus, ,
.
- , , .
- .
- - .
- .

MCO 350 Synchronizing Controller (C-)

MCO 351 Positioning Controller (C-)


VLT AutomationDrive FC301
FC302:
- :
, (),

- 2
- 1 ( )
- 10
- 8
- (
)
- .



VLT AutomationDrive FC301 FC302:
- :
- 2

- 10
- 8
- (
)
-
.

MCO 352 Center Winder



.

www.drives.ru

You might also like