Download Print this page
Megmeet MC280 Series User Manual

Megmeet MC280 Series User Manual

Motion control
Hide thumbs Also See for MC280 Series:

Advertisement

Quick Links

Thank you for using MC280/MC200E series PLC. Before using the product, please carefully read this manual
so as to better understand it, fully use it, and ensure safety. This quick start manual is to offer you a quick guide
to the design, installation, connection and maintenance of MC280/ MC200E series PLC, convenient for on-site
reference.
This manual is for the following series members:
MC280-1616BTA4
MC200E-1616BTA4
Version:1.10
Revision Date:2012-03-15
BOM Code:R120000578
For detailed product information, please refer to MC200 Series PLC User Manual , X-Builder Programming
Software User Manual , and MC200/ MC100 Series PLC Programming Reference Manual . For ordering the above
user manuals, contact your Megmeet distributor or sales office.
1. Main Function Introduction
1)
Pulse count function:
8-channel single-end 100k count, or 4-channel AB phase 100k count (with reset);
Support differential input (transfer board required);
Position event function (set position stop, timely reverse).
2)
Single axis pulse transmission function:
4 single-channel 200k pulse output, 4 single-channel 100k pulse output;
Acceleration and deceleration time can be set;
Supporting triangle prevention function;
The speed is variable in real time during pulse transmission;
Position closed-loop control;
AB phase pulse transmission;
Following.
3)
Multi-axis pulse transmission function:
Linear interpolation
MC280/MC200E Motion Control User Manual
MC280-1616BTA6
MC200E-1616BTA6
MC280-1616BTA8
MC200E-1616BTA8

Advertisement

loading
Need help?

Need help?

Do you have a question about the MC280 Series and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Megmeet MC280 Series

  • Page 1 For detailed product information, please refer to MC200 Series PLC User Manual , X-Builder Programming Software User Manual , and MC200/ MC100 Series PLC Programming Reference Manual . For ordering the above user manuals, contact your Megmeet distributor or sales office. 1. Main Function Introduction Pulse count function: 8-channel single-end 100k count, or 4-channel AB phase 100k count (with reset);...
  • Page 2 Arc interpolation  Electronic gear  Electronic CAM  G-code function Supporting standard G-code  2. IO Port 2.1 Output port definition: Model MC280-1616BTA8 MC280-1616BTA6 MC280-1616BTA4 MC200E-1616BTA8 MC200E-1616BTA6 MC200E-1616BTA4 2.2 Output port performance Frequency Conversion Terminal Output mode Interpolation (KHZ) In process ACC.&DEC.
  • Page 3 2.3 Input port definition (R=Reset, S=Start) Input point (KHz)Max. Counter Frequency 1 phase & 1 C236 point input C237 mode C238 C239 C240 C241 C301 C302 C242 C243 C244 C245 1 phase C246 C247 bi-directional C303 input mode C248 C249 C250 2 phase C251...
  • Page 4: Instruction Description

    3. Instruction Description DRVI: Relative Position Control Instruction  IL: DRVI (S1) (S2) (D1) (D2) Operand description S1: Output pulse number (relatively specified): -134217728~134217728(27-bit); S2: Output pulse frequency: Y0\Y1\Y2\Y3(0~200kHz), Y4\Y5\Y6\Y7(0~100KHz); D1: Pulse output starting address: Y000 ~ Y007 D2: Rotating direction output starting address. Its state is determined by S1: When S1 is positive: D2 is ON When S1 is negative: D2 is OFF Function description...
  • Page 5 related SM elements. The output slows to a stop after driving the power flow to stop. During the drive process, changing the frequency can be responded. And there are the acceleration and deceleration process after modifying the frequency(except Y4/Y5). During Y0 pulse output, SM82 will be set ON and set to OFF after execution. Y0~Y7 support the output completion interrupt.
  • Page 6 Note: Take Y0 as an example: the actual acceleration and deceleration time is not SD205, which SD205 is the time from SD202(32-bit) to SD204 (16-bit). If a frequency f is set, then the actual acceleration and deceleration time t =SD205*( f -sd204)/(SD202-SD204), and the acceleration and deceleration times of other axes can be referred to the corresponding SD elements.
  • Page 7 S3: Output direction of the port; Function description: 1. The output port Y transmits pulse to drive a servo axis, the actual position of the axis is fed-back to the X port by the encoder(Counter). The positioning drive is completed of physical axis position by this instruction.
  • Page 8 DSZR: Return to Mechanical Zero Point with DOG Search  IL: DSZR (S1) (S2) (D1) (D2) Operand description S1: Element number for specified near-point input signal (DOG). When the input element is specified, the offset of the origin position will increase due to the influence of the PLC operation cycle. S2: Input number for specified zero signal input: X0 ~ X7.
  • Page 9 GEARBOX: Electronic Gear Instruction  IL: GEARBOX (D1) (S1) (D2) (S2) Operand description D1: Input axis, that is master axis: X0~X7 or Y0~Y7, supporting the C236~C306 elements of single direction, AB phase and frequency multiplication; S1: Rotation distance of input axis, electronic gear ratio determined by this operand and S2. D2: Output axis.
  • Page 10 Example: LIN: Liner Interpolation Instruction  IL: LIN (S) (D1) (D2) (D3) (D4) Operand description S:Starting address of the parameter table storage area D1:Output point number corresponding to X-axis pulse (or forward pulse): Y0, Y4,Y5,Y6, Y7. D2:Output point number corresponding to X-axis direction (or reserve pulse). D3:Output point number corresponding to Y-axis pulse (or forward pulse): Y2, Y4,Y5,Y6, Y7.
  • Page 11 (1) In incremental mode, the trajectory target adopts relative address, which refers to the moving distance of X and Y axis during the movement from the current position to the target. (2) In absolute mode, the trajectory target adopts absolute address, which refers to the absolute position coordinates of the target position on the X and Y axis.
  • Page 12 CW: Clockwise Arc Trajectory Interpolation  IL: CW (S) (D1) (D2) (D3) (D4) Operand description S:Starting address of the parameter table storage area D1:Output point number corresponding to X-axis pulse (or forward pulse): Y0, Y4,Y5,Y6, Y7. D2:Output point number corresponding to X-axis direction (or reserve pulse). D3:Output point number corresponding to Y-axis pulse (or forward pulse): Y2, Y4,Y5,Y6, Y7.
  • Page 13 Note 1.The output point numbers D1 and D3 corresponding to the two output pulse signals (or forward pulse signal) used in the instruction, must be used in groups. When the output group is specified as Y0 and Y2, Y1 and Y3 are used as directional signal or reverse pulse signal with them respectively; D1 and D3 can also select any 2 axis of Y4, Y5, Y6, Y7, to interpolate, and the corresponding direction signal can be freely selected;...
  • Page 14 PLSV: Variable Speed Pulse Output Instruction  IL: PLSV (S) (D1) (D2) Operand description S: Output pulse frequency: Y0\Y1\Y2\Y3(0 ~ 200kHz, Y5\Y6\Y7\Y8(0 ~ 100kHz; D1: Starting address of pulse output: Y000 ~ Y007 D2: Starting address of rotating direction output . Its state is determined by S: When S is positive: D2 is ON When S is negative: D2 is OFF Function description...
  • Page 15 Special Auxiliary Element 1)Stop and monitor bit Addr. Name Function SM80 Y0 pulse output stop Y0 pulse will be disabled when this bit is set SM261 Y1 pulse output stop Y1 pulse will be disabled when this bit is set SM262 Y2 pulse output stop Y2 pulse will be disabled when this bit is set...
  • Page 16 2)SM element of Y0 Addr. Name Function SM290 Clearing enable Y0, applicable to DSZR/DVIT The value Y (N) in the corresponding SD Clearing signal element indicates a clearing signal. SM291 assignment enabling If no value is specified, Y0 is Y10. This is applicable to DSZR SM292 Origin returning direction...
  • Page 17 SM317 Interrupt signal logic reversal Y1, applicable to DVIT SM318 Driving position instruction Y1, applicable to DSZR/DVIT SM319 User interrupt input Y1, applicable to DVIT 4)SM element of Y2 Addr. Name Function SM320 Clearing enable Y2, applicable to DSZR/DVIT The value Y (N) in the corresponding SD Clearing signal element indicates a clearing signal.
  • Page 18 SM334 Reverse rotation limit Y3, applicable to DSZR/DVIT SM335 Near-point signal logic reversal Y3, applicable to DSZR SM336 Zero signal logic reversal Y3, applicable to DSZR SM337 Interrupt signal logic reversal Y3, applicable to DVIT SM338 Driving position instruction Y3, applicable to DSZR/DVIT SM339 User interrupt input Y3, applicable to DVIT...
  • Page 19 applicable to DSZR SM352 Origin returning direction Y5, applicable to DSZR SM353 Forward rotation limit Y5, applicable to DSZR/DVIT SM354 Reverse rotation limit Y5, applicable to DSZR/DVIT SM355 Near-point signal logic reversal Y5, applicable to DSZR Y5, applicable to DSZR SM356 Zero signal logic reversal SM357...
  • Page 20 The value Y (N) in the corresponding SD Clearing signal element indicates a clearing signal. SM371 assignment enabling If no value is specified, Y7 is Y17. This is applicable to DSZR SM372 Origin returning direction Y7, applicable to DSZR SM373 Forward rotation limit Y7, applicable to DSZR/DVIT SM374...
  • Page 21 increases from the base speed (SD204) to the maximum speed (SD202,SD203). (y0)(5ms~5000ms) SD206 Clearing signal soft element specified Y0 SD207 1000 Crawl speed Y0, applicable to DSZR SD208 50000 Origin returning speed Y0, applicable to DSZR SD209 SD220 Clearing signal soft element specified Y0 2) SD element used by high-speed pulse Y1 Addr.
  • Page 22 3) SD element used by high-speed pulse Y2 Addr. Data length Initial value Function Used as the current value data register of SD320 Y002 output positioning instruction SD321 Max. Speed (10~100000)(Y2)when the output SD322 200000 axis executes ZRN, PLSV, DRVI, DRVA, DSZR SD323 and DVIT instruction The base speed(Below 1/10 of maximum...
  • Page 23 The base speed(Below 1/10 of maximum speed) (y3) when execute SD334 ZRN,PLSV,DRVI,DRVA, DSZR and DVIT instruction The acceleration and deceleration time increases from the base speed (SD234) to the SD335 1000 maximum speed (SD232,SD233). (y3)(5ms~5000ms) SD336 Clearing signal soft element specified Y3 SD337 1000 Crawl speed Y3, applicable to DSZR...
  • Page 24 SD346 Clearing signal soft element specified Y4 SD347 1000 Crawl speed Y4, applicable to DSZR SD348 50000 Origin returning speed Y4, applicable to DSZR SD349 6) SD element used by high-speed pulse Y5 Addr. Data length Initial value Function Used as the current value data register of SD350 Y005 output positioning instruction SD351...
  • Page 25 Y006 output positioning instruction SD361 Max. Speed (10~100000)(Y6)when the output SD362 200000 axis executes ZRN, PLSV, DRVI, DRVA, DSZR SD363 and DVIT instruction The base speed(Below 1/10 of maximum speed) (y6) when execute SD364 ZRN,PLSV,DRVI,DRVA, DSZR and DVIT instruction The acceleration and deceleration time increases from the base speed (SD264) to the SD365 1000...
  • Page 26: Special Instruction

    instruction The acceleration and deceleration time increases from the base speed (SD274) to the SD375 1000 maximum speed (SD272,SD273). (y7)(5ms~5000ms) SD376 Clearing signal soft element specified Y7 SD377 1000 Crawl speed Y7, applicable to DSZR SD378 50000 Origin returning speed Y7, applicable to DSZR SD379 Special Instruction In the process of sending AB phase pulses, the current position and pulse total...
  • Page 27 Notice 1. The warranty range is confined to the PLC only. 2. Warranty period is 18 months, within which period Megmeet conducts free maintenance and repairing to the PLC that has any fault or damage under the normal operation conditions.