mycnc control & software. MyCNC-ET5 CNC control board

Size: px
Start display at page:

Download "mycnc control & software. MyCNC-ET5 CNC control board"

Transcription

1 mycnc control & software. MyCNC-ET5 CNC control board User manual (rev.5) 5-5- mycnc Puruvesi Automation Inc. mycnc, CNC control and software

2 Using This Manual This user manual provides information for proper installation of the mycnc-et5 controller and operation of machining centers based on mycnc control software. WARNING: Machinery in motion can be dangerous! It is the responsibility of the user to design effective error handling and safety protection as part of the machinery. mycnc shall not be liable or responsible for any incidental or consequential damages mycnc, CNC control and software

3 Table of content Introduction Communication mycnc peripherals System Elements...7 mycnc-et5 connection MyCNC-ET5 outline Power supply Motor Interface Opto-isolated inputs PWM outputs, Transistor open collector outputs Relays outputs RS485 bus connectors ADC inputs Connection to the control PC MyCNC-ET5 connection examples Motor interface connection examples Configuration and diagnostic Connection the mycnc-et5 controller to diagnostic channel PC to driver command format Set commands... 4 RS485 Modbus interface Introduction...6 Table. PLC variables for access to ADC, DAC and PWM...6 Table. mycnc-et5 peripherals. Address-to-pin assosiations... Table 3. mycnc-et5. Power supply. X3 pin description... Table 4. mycnc-et5 motor interface. Connectors X-X6 pin description... Table 5. mycnc-et5. Incremental encoders connectors X-X5... Table 6. Settings for digital inputs power supply...3 Table 7. X connector binary inputs pins description...3 Table 8. PWM and open collector outputs. X7 connector pin description...4 Table 9. RS485 X3, X3 pin description...7 Table. ADC inputs. X33, X34, X35, X36 connectors pin description...8 Table. Set LAN/Ethernet commands (mycnc-et5 controller)... Table. Set PID regulator commands (mycnc-et5 controller)... Table 3. Print command (mycnc-et5 controller)...4 Table 4. Debug commands (mycnc-et5 controller)...5 Table 5. RS485 Modbus IO access commands (mycnc-et5)...6 Table 6. RS485 Modbus Positioning commands Motion control access through Modbus (mycnc-et5)...7 Figure. mycnc-et5 board (revision ). Board outline()...7 Figure. mycnc-et5 board (revision ). Board outline()...8 Figure 3. mycnc-et5 board (revision ). Board outline(3)...9 Figure 4. STEP/DIR interface schematic design for mycnc-et5 control board... mycnc, CNC control and software

4 Figure 5. +/-V analogue motor control output scematic design... Figure 6. Opto-isolated inputs schematic design (mycnc-et5)...4 Figure 7. mycncet5. Relay outputs schematic design...6 Figure 8. RS485 connectors (X7, X) schematic design...7 Figure 9. mycnc-et5 ADC input schematic design...8 Figure. ADC inputs pinout schematic...8 Figure. Connection servo or stepper driver with differential line driver as inputs...9 Figure. Connection servo or stepper driver with opto-isolated inputs...9 mycnc, CNC control and software

5 Introduction The mycnc-et5 is all-in-one 6 axes motion controller and PLC controller. The controller communicates with HMI software through LAN/Ethernet. Performance capability of the controller includes: Motion controller processing time is 8us ; 6 channels STEP/DIR outputs with 3MHz maximum pulse frequency; 6 channels DAC +/-V speed control outputs; Extra 6 channel encoder inputs to build extra closed loop control. 6 channel closed loop servo driver control thought incremental encoder feedback. 3 PWM open collectors outputs (4V DC, ma max); 7 open collectors binary outputs (4V DC, ma max); 7 relay outputs; 6 optoisolated binary inputs; 36 optional binary inputs line driver/rs4 compatible; channel RS485 (Modbus ASCII implemented to provide third-party software/hardware interface to ET5 peripherals and motion control features); 4 channel ADC inputs with integrated Torch height control system (THC) suitable for plasma, gas, laser, water-jet cutting applications. Built-in PLC with ms processing time to control all peripheral units (relay outputs, optoisolated inputs, PWM outputs, ADC); Mbytes flash memory for PLC program, motion program and parameters storage for maximum flexibility (more than write cycles). mycnc-et5 controller drives up tp 6 motor drivers (stepper or servo that accepts step/dir control or analogues +/-V control and encoder feedback). Modes of motion include jogging, point-to-point positioning and contouring. Electronic gearing is available via mycnc control software. Several motion parameters can be specified including acceleration and deceleration rates. Committed digital inputs can be configured as abort, jog, start and home events or can be flexibly used while machining process via PLC controller. For communication between controller and HMI software specially designed binary full-duplex protocol is used. To prevent system damage during machine operation, the mycnc software programming interface and mycnc-et5 controller provide many error handling features. These include software and hardware limits, automatic shut-off on excessive error, user-definable abort input... Communication For communication mycnc-et5 controllers with HMI (mycnc software) is used LAN/Ethernet interface (base-t Ethernet port). mycnc, CNC control and software

6 ET5 provides RS485 Modbus ASCII and Modbus TCP interfaces for third party software-hardware access to Motion control features and ET5 peripherals. For programming and configuring the device is used USB slave interface with integrated USB-toserial converter. Communication parameters for connection is 5-N-8-.. mycnc peripherals. mycnc-et5 controller board contains wide range of peripherals (PWM, binary Inputs, relay and transistor keys outputs, DAC output, ADC inputs). There are available operations that synchronized with motion and asynchronous operations that run immediately. All peripherals are available via PLC reserved variables or functions. In a table below there are PLC variable names and peripherals that assigned to it. PWM, ADC and DAC are unsigned -bit values. Complete range for these variables is 495 (in hex xfff) Table. PLC variables for access to ADC, DAC and PWM PLC variable pwm pwm pwm3 pwm4 adc adc adc3 adc4 dac dac Peripherals PWM PWM PWM3 Reserved for PWM4 ADC ADC ADC3 ADC4 DAC Reserved for DAC Digital inputs available via PLC function: getport(int port_number) //read digital input nr. (port_number+); return value is if input pin open, if closed; Digital outputs available via PLC functions: portset(int port_number); //turn on relay nr. (port_number+) portclr(int port_number); //turn off relay nr. (port_number+) Samples:. Turn on relay nr.3 and turn off relay nr. portset(); // turn on relay output nr.3 portclr(); // turn off relay output nr. mycnc, CNC control and software

7 . if input pin nr.5 is open turn off PWM channel nr., otherwise turn on it on a half of maximum; if (portget(4)==) pwm=; else pwm=48; 3. PWM channel nr. repeats value on ADC channel nr. pwm=adc;.3. System Elements The mycnc-et5 is part of a motion control system which includes PC control with installed mycnc software, servo or stepper motor drivers, motors and power supply. mycnc-et5 connection... MyCNC-ET5 outline. Figure. mycnc-et5 board (revision ). Board outline(). mycnc, CNC control and software

8 Figure. mycnc-et5 board (revision ). Board outline(). mycnc, CNC control and software

9 Figure 3. mycnc-et5 board (revision ). Board outline(3). mycnc, CNC control and software

10 Table. mycnc-et5 peripherals. Address-to-pin assosiations. Software name Relay outputs Выходы RELAY (OUT ) RELAY (OUT ) RELAY3 (OUT ) RELAY4 (OUT 3) RELAY5 (OUT 4) RELAY6 (OUT 5) RELAY7 (OUT 6) Transistor outputs TR (OUT 7) TR (OUT 8) TR3 (OUT 9) TR4 (OUT ) TR5 (OUT ) TR6 (OUT ) TR7 (OUT 3) Binary inputs (optoisolated) IN IN IN IN 3 IN 4 IN 5 IN 6 IN 7 IN 8 IN 9 IN IN IN IN 3 IN 4 IN 5 ADC inputs ADC ADC ADC 3 ADC 4 PWM outputs PWM PWM PWM 3 Connector Pin numbers X7 X8 X6 X8 X9 X X X7 X7 X7 X7 X7 X7 X X X X X X X X X X X X X X X X X X33 X34 X35 X36 X7 X7 X7 4 6 Comments mycnc, CNC control and software

11 .. Power supply. The board 4V DC power supply. Connector X3 is used for control power supply 4V DC connection. Table 3. mycnc-et5. Power supply. X3 pin description. Pin nr. Description 4V DC GND / COMMON.3. Motor Interface. mycnc-et5 board contains 6 connectors for motor drivers control X- X6. PULSE/DIR interface and +/-V analogue speed control may be connected through this connectors. PULSE/DIR motor interface is made with 5V linear driver chip DS34C87 (RS4 compatible). X for motor ; X4 for motor ; X for motor 3; X5 for motor 4; X3 for motor 5; X6 for motor 6; Pin connection is described it a table below. Table 4. mycnc-et5 motor interface. Connectors X-X6 pin description Pin Nr. Pin description GND/COMMON GND/COMMON 3 GND/COMMON 4 GND/COMMON 5 STEP 6 /STEP 7 DIR 8 /DIR 9 +/-V AOUT Not connected mycnc, CNC control and software

12 Figure 4. STEP/DIR interface schematic design for mycnc-et5 control board. Figure 5. +/-V analogue motor control output scematic design. MyCNC-ET6 contains 6 connectors X-X5 to connect up to incremental encoders. X Encoders.,.; X Encoders.,.;. X5 Encoders 6., 6.; X-X5 pin description is shown on a table below mycnc, CNC control and software

13 Table 5. mycnc-et5. Incremental encoders connectors X-X5. Pin nr Description 5V DC GND A (Encoder -5) /A (Encoder -5) B (Encoder -5) /B (Encoder -5) Z (Encoder -5) /Z (Encoder -5) A (Encoder 6-) /A (Encoder 6-) B (Encoder 6-) /B (Encoder 6-) Z (Encoder 6-) /Z (Encoder 6-).4. Using Encoder inputs as extra binary inputs. Each encoder inputs contains 3 pin (A, B, Z). It's possible to map encoder input pins to Inputs address space and use encoder inputs as general purpose binary inputs, There are 3x 6-bit port that reflect state on encoder inputs. Each 6-bit port can be mapped to Inputs address space. See mycnc software configuration dialog below. ET5 encoder input ports #, #, # are mapped respectively to Input ports #, #, #3. mycnc software, PLC can access to this pins as normal input pins. For example, Encoder5 inputs pin Z (X5, pin 7, 8) connected to Encoder Inputs Port #, bit 6. If Encoder-Inputs Port# is mapped to Input Port #, then input pin # (6 + 6)= represents state.state of Encoder5/Z pin. mycnc, CNC control and software

14 In a table below shown connection Encoder Input pins tp Encoder-Input Ports mycnc, CNC control and software

15 Table 6. mycnc-et5. Incremental encoders connectors X-X5. Encoder # SIgnal Conn. Input pins. Enc. Port# # A, /A B, /B Z, /Z X X X 3, 4 5, 6 7, A, /A B, /B Z, /Z X X X 9,, 3, A, /A B, /B Z, /Z X X X 3, 4 5, 6 7, A, /A B, /B Z, /Z X X X 9,, 3, 4 A, /A B, /B Z, /Z X X X 3, 4 5, 6 7, A, /A B, /B Z, /Z X X X 9,, 3, A, /A B, /B Z, /Z X3 X3 X3 3, 4 5, 6 7, A, /A B, /B Z, /Z X3 X3 X3 9,, 3, A, /A B, /B Z, /Z X4 X4 X4 3, 4 5, 6 7, 8 9 A, /A B, /B Z, /Z X4 X4 X4 9,, 3, mycnc, CNC control and software

16 5 5 5 A, /A B, /B Z, /Z X5 X5 X5 3, 4 5, 6 7, A, /A B, /B Z, /Z X5 X5 X5 9,, 3, 4.5. Opto-isolated inputs. The mycnc-et5 contains 6 opto-isolated inputs for connection any type sensors, keys, switchers. Schematic design is shown on the figure below. Internal +4V DC power supply or external power supply 4V DC (For complete digital input optical isolation) can be used to supply optocoupled leds. Configuration for internal/external power supply is shown on a table below. Table 7. Settings for digital inputs power supply. External power supply 4V DC for digital inputs Internal power supply 4V DC for digital inputs J & J are open; J & J are closed Table 8. X connector binary inputs pins description. Pin #, 3, Description Ext VCC + (+4V DC if J6 closed) Ext VCC- (GND/COMMON if J closed) Ext VCC- (GND/COMMON if J closed) Input 5 Ext VCC- (GND/COMMON if J closed) Input 4 Ext VCC- (GND/COMMON if J closed) Input 3 Ext VCC- (GND/COMMON if J closed) Input Ext VCC- (GND/COMMON if J closed) Input Ext VCC- (GND/COMMON if J closed) Input Ext VCC- (GND/COMMON if J closed) Input 9 Ext VCC- (GND/COMMON if J closed) Input 8 mycnc, CNC control and software

17 , 38 39, 4 Ext VCC- (GND/COMMON if J closed) Input Ext VCC- (GND/COMMON if J closed) Input Ext VCC- (GND/COMMON if J closed) Input Ext VCC- (GND/COMMON if J closed) Input 3 Ext VCC- (GND/COMMON if J closed) Input 4 Ext VCC- (GND/COMMON if J closed) Input 5 Ext VCC- (GND/COMMON if J closed) Input 6 Ext VCC- (GND/COMMON if J closed) Input 7 Not connected Not connected Figure 6. Opto-isolated inputs schematic design (mycnc-et5)..6. PWM outputs, Transistor open collector outputs. The mycnc-et5 board contains 3 channel PWM outputs and 7 transistor open collector outputs. Connector X7 is used to connect this signals. PWM outputs are open collector as well. Internal power supply +4V DC is used as pair to use PWM signal or transistor open collector output. Table 9. PWM and open collector outputs. X7 connector pin description. Pin nr Description +4V DC PWM +4V DC PWM +4V DC PWM3 +4V DC OUT +4V DC OUT +4V DC OUT3 +4V DC mycnc, CNC control and software

18 OUT4 +4V DC OUT5 +4V DC OUT6 +4V DC OUT7.7. Relays outputs. The mycnc-et5 board contains 7 relays (with normally open & closed contacts available). Connectors X7, X8, X6, X8, X9, X, X are used for relays connection. Schematic of relays outputs and connectors is shown on a figure below. mycnc, CNC control and software

19 Figure 7. mycncet5. Relay outputs schematic design..8. RS485 bus connectors. ET5 control board contains RS485 bus connectors. RS485 might be configured as Modbus-ASCII server, IPG fiber laser interface. Connectors X7, X are used for RS485. X7 connector schematic is shown on a picture below. X connectors has similar pinouts. mycnc, CNC control and software

20 Figure 8. RS485 connectors (X7, X) schematic design. Pin description for X3, X3 connector is shown below. Table. RS485 X3, X3 pin description. Pin nr.,, 3, , 8 9, Description GND/COMMON RS485 - B RS485 - A Not used Not used (+5V DC optional).9. ADC inputs. MyCNC-ET5 control board contains 4 Analog-to-Digital converter (ADC) inputs. Connectors X33,X34, X35, X36 are used for connection ADC inputs to ET5 control board. Pin connection described in a table below. Connectors contains +5V DC power supply output pin, so external active sensors can be connected & powered from mycnc-et5 control board (3mA max current). ADC input schematic design is shown on a picture below. mycnc, CNC control and software

21 Figure 9. mycnc-et5 ADC input schematic design. Table. ADC inputs. X33, X34, X35, X36 connectors pin description. Pin nr. 3 4 Description +5V DC supply output AD+ input GND (Common) GND (Common) Typical using of ADC inputs are: Joystick connection for Jog motion; Pressure sensors connection for automatic gas console; Height sensing control; Analogue end switchers;.. Connection to the control PC. MyCNC-ET5 control board is connected to PC HMI through LAN/Ethernet connector XT. Standard Ethernet cable can be used for connection. The control board may be connected either directly to the control PC or through Ethernet Switch/HUB to Local Network. For reflashing, configuration and siagnistic is used USB slave connector X. mycnc, CNC control and software

22 .. MyCNC-ET5 connection examples... Motor interface connection examples. Figure. Connection servo or stepper driver with differential line driver as inputs. Figure. Connection servo or stepper driver with opto-isolated inputs. mycnc, CNC control and software

23 3 Configuration and diagnostic. 3.. Connection the mycnc-et5 controller to diagnostic channel. For programming, reflashing of configuring the ET5 controller should be connected to PC through USB-slave connector. USB-to-serial converter chip FT3RL is installed on the ET5 controller for serial communication with Host PC. Drivers for this converter should be installed on the Host. Driver for Linux OS is called «ftdi_sio» and included into the Linux Kernel. For Windows machines the drivers can be installed from mycnc folder: mycnc/driver.usb-to-serial or directly from the manufacturers website: For communication with myservo-a servodriver terminal software like hyperterminal for MS Windows or minicom for Linux, can be used. Serial connection is used with parameters 5 8N. 3.. PC to driver command format. Command to the driver is text line that begins with symbol # and ends with <CR/LF>. Text line is case sensitive. There are available Set, Print and Debug commands Set commands. Table. Set LAN/Ethernet commands (mycnc-et5 controller). Command format. #SLE {A}<CR/LF> Possible value for {A} is, #SLA {A} {B} {C} {D}<CR/LF> Command description. [S]et [L]AN [E]nable turn on/off LAN/Ethernet interface. Automatically save settings in flash memory. Change will take effect after restart the driver. {A} LAN enable {A} LAN disable Examples: #SLE turns LAN interface off; #SLE turns LAN interface on [S]et [L]AN [A]ddress set LAN/Ethernet mycnc, CNC control and software

24 Possible value for {ABCD} are...55 #SLG {A} {B} {C} {D}<CR/LF> Possible value for {ABCD} are...55 address of the board as given values ABCD: IP Addr ={A}.{B}.{C}.{D} Automatically save settings in flash memory. Change will take effect after restart the driver. Example: #SLA <CR/LF> sets IP address to [S]et [L]AN [G]ateway set LAN/Ethernet gateway as given values ABCD: GW Addr ={A}.{B}.{C}.{D} Automatically save settings in flash memory. Change will take effect after restart the driver. Example: #SLG <CR/LF> sets GW address to Table 3. Set PID regulator commands (mycnc-et5 controller). Command format. #SP{A}P {B}<CR/LF> Possible value for {A} is... Possible value for {B} is...3 #SP{A}I {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is...3 #SP{A} {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is...3 Command description. [S]et [P]id regulator number {A} [P]roportional coeff to given value {B}. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SPP 3 set PID number, Proportional coefficient to value 3 [S]et [P]id regulator number {A} [I]ntegral coeff to given value {B}. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SPI 5 set PID number, Integral coefficient to value 5 [S]et [P]id regulator number {A} K[] coeff to given value {B}. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. mycnc, CNC control and software

25 #SP{A}K {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is...3 #SP{A}H {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is...3 #SP{A}< {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is #SP{A}> {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is #SP{A} {B}<CR/LF> Examples: #SP 5 set PID number, K coefficient to value 5 [S]et [P]id regulator number {A} Linear coefficient [K] to given value {B}. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SPK 45 set PID number, K linear coefficient to value 5 [S]et [P]id regulator number {A} [H]ysteresis coeff to given value {B}. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SPH 4 set PID number, Hysteresis coefficient to value 5 [S]et [P]id regulator number {A} [<] minimum control range to given value {B}. Minimum level of PID Output control will be limited with given value. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SP< set PID number Output control value minimum range to [S]et [P]id regulator number {A} [>] maximum Output control range to given value {B}. Maximum level of PID Output control will be limited with given value. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SP> 3 set PID number Output control value maximum range to 3 [S]et [P]id regulator number {A} [] Integral mycnc, CNC control and software

26 Possible value for {A} is.. Possible value for {B} is...3 #SP{A} {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is...3 #SP{A}X <CR/LF> Possible value for {A} is.. #SP{A}W {B} <CR/LF> Possible value for {A} is.. Possible value for {B} is.. #SP{A}D {B}<CR/LF> Possible value for {A} is.. Possible value for {B} is.. Part minimum range to given value {B}. Minimum of Integral Part for given PID regulator will be limited with given value multiplied to (-). Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SP set PID number Minimum limit for Integral Part to (-) [S]et [P]id regulator number {A} [] Integral Part maximum range to given value {B}. Maximum of Integral Part for given PID regulator will be limited with given value. Change takes effect immediately. New value is NOT stored in the flash memory. Special command need to store settings in the flash. Examples: #SP 5 set PID number Maximum limit for Integral Part to (5) [S]et [P]id regulator number {A} [X] rest of config parameters to default values and save all PID configuration to Flash memory. Change takes effect immediately. Examples: #SPX set PID number rest of variables to default value and save the Configuration. [S]et [P]id regulator number {A} all the values from configuration of PID number {B} and save the config to Flash memory. Change takes effect immediately. Examples: #SPW Load a complete configuration to PID number from the PID number and save the Configuration to Flash memory. [S]et [P]id regulator number {A} Debug level to given value {B}. While B=5 Modbus debug is turned on. Examples: #SPD5 set PID number Debug ON. Table 4. Print command (mycnc-et5 controller). mycnc, CNC control and software

27 Command format. #PP <CR/LF> Command description. [P]rint [P]ID regulator data. Print current PID coefficients Example: #PP mycnc, CNC control and software

28 Table 5. Debug commands (mycnc-et5 controller). Command format. #DP {A} <CR/LF> Possible value range for {A} is...3 Command description. [D]ebug [P]ID regulator level. Turn on PID control diagnostic with given level or turn off it Give value turn off diagnostic; print position error, speed; print position error, motor voltage, speed; 3 print position error, speed error, motor voltage, speed; Examples: #DP turn off diagnostic #DP turn on PID diagnostic with level mycnc, CNC control and software

29 4 RS485 Modbus interface. 4.. Introduction. MyCNC-ET5 control board provides Modbus/ASCII interface for access to Peripherals and Motion controller features of the controller. Modbus ASCII protocol implemented through RS485 and Ethernet. Physical specification of connection is: ) for RS485-5-n-8- ) for Ethernet UDP, port 43 Modbus server service is implementer in ET5 by default. Optional client features can be activated through Ethernet connection with mycnc control software. Implemented commands listed in tables below. Table 6. RS485 Modbus IO access commands (mycnc-et5). Description Value, range Address Read binary inputs. 6-bit value х8 Read/Write binary outputs (relay & open collector outputs) 6-bit value х84 Read ADC values (ADC... 6-bit value (low bit is actual ADC value) ADC4). х88, х89, х8а, х8в 3 Read/Write DAC outputs value (DAC, DAC). 6-bit value (low bit is actual avlue) х8с, х8d 4 Read/Write PWM outputs value(pwm... PWM4). 6-bit value (low bit is actual avlue) х8, х8, x8, x83 mycnc, CNC control and software

30 Table 7. RS485 Modbus Positioning commands Motion control access through Modbus (mycnc-et5). Description Value, range Address Motion speed set (pulses per 3-bit value, (х84 hi word, х85 lo sec), 3-bit format : 4.8 word) х84, х85 Acceleration set for motion 3-bit value, command (pulses per sec^), (х86 hi word, х87 lo word) integer value х86, х87 3 Absolute position/increment 3-bit value, for axis X (х8 hi word, х8 lo word) х8, х8 4 Absolute position/increment 3-bit value, for axis Y (х8 hi word, х83 lo word) х8, х83 5 Absolute position/increment 3-bit value, for axis Z (х84 hi word, х85 lo word) х84, х85 6 Absolute position/increment 3-bit value, for axis A (х86 hi word, х87 lo word) х86, х87 7 Absolute position/increment 3-bit value, for axis B (х88 hi word, х89 lo word) х88, х89 8 Absolute position/increment 3-bit value, for axis C (х8a hi word, х8b lo word) х8a, х8b 9 Start motion in given axes. 6-bit value (6 bit binary fields). in the fiels means moving in the given axis, - ignore increment, no motion. Bit axis X Bit axis Y Bit axis Z Bit 3 axis A Bit 4 axis B Bit 5 axis C Bit 5 - absolute programming, - incremental programming. x83 Set pulse/dir configuration 6 bit value ) bit...bit7 (8 bit value ) - pulse width -.6us us ) bit8...bit5 (8 bit value) pulse format, reserved 3 STEP/DIR STEP CW/ STEP CCW x84 Set Hard Limits 6-bit value x84 mycnc, CNC control and software

31 ) bit...bit9 ( bit value) input port number ) bit...bit3 (4 bit value) axis - axis X - axis Y - axis Z 3 - axis A 4 - axis B 5 - axis C axes (reserved) 3) bit 4 normally opened/closed state 4) bit 5 negative/positive limits - limit set for negative direction - limit for positive direction Example: a) Write x4 set Limit switch for axis X, negative direction, input number, opened input triggers the limit. b) Write x84 set Limit switch for axis Y, positive direction, input number, closed input triggers the limit. Multiplier ratio for Job X coordinate 3-bit value, fixed point format 8.4 (х85 hi word, х85 lo word) х85, х85 3 Multiplier ratio for Job Y coordinate 3-bit value, fixed point format 8.4 (х85 hi word, х853 lo word) х85, х853 4 Multiplier ratio for Job Z coordinate 3-bit value, fixed point format 8.4 (х854 hi word, х855 lo word) х854, х855 5 Multiplier ratio for Job A coordinate 3-bit value, fixed point format 8.4 (х856 hi word, х857 lo word) х856, х857 6 Multiplier ratio for Job B coordinate 3-bit value, fixed point format 8.4 (х858 hi word, х859 lo word) х858, х859 7 Multiplier ratio for Job C coordinate 3-bit value, fixed point format 8.4 (х85a hi word, х85b lo word) х85a, х85b 8 Multiplier ratio for Encoder 3-bit value, fixed point format 8.4 X coordinate (х85 hi word, х85 lo word) х86, х86 9 Multiplier ratio for Encoder 3-bit value, fixed point format 8.4 Y coordinate (х85 hi word, х853 lo word) х86, х863 Multiplier ratio for Encoder 3-bit value, fixed point format 8.4 Z coordinate (х854 hi word, х855 lo word) х864, х865 Multiplier ratio for Encoder 3-bit value, fixed point format 8.4 A coordinate (х856 hi word, х857 lo word) х866, х867 Multiplier ratio for Encoder 3-bit value, fixed point format 8.4 B coordinate (х858 hi word, х859 lo word) х868, х869 3 Multiplier ratio for Encoder 3-bit value, fixed point format 8.4 х86a, mycnc, CNC control and software

32 C coordinate (х85a hi word, х85b lo word) х86b 4 Read current Position X 3-bit value (х88 hi word, х88 lo word) x88, x88 5 Read current Position Y 3-bit value (х88 hi word, х883 lo word) x88, x883 6 Read current Position Z 3-bit value (х884 hi word, х885 lo word) x884, x885 7 Read current Position A 3-bit value (х886 hi word, х887 lo word) x886, x887 8 Read current Position B 3-bit value (х888 hi word, х889 lo word) x888, x889 9 Read current Position C 3-bit value (х88a hi word, х88b lo word) x88a, x88b 3 Read current motion code 8-bit value reflects Motion control current code. Codes list : 3 Idle (wait) 8 Linear interpolation 9 Arc/Spiral interpolation 8 Positioning command 9/'m' Manual/Jog motion 6/'t' PLC procedure running x9 3 Stop running program Stop program x9 3 Run Homing procedure Runs PLC procedure «HOME» x9 33 Reset Work/Machine coordinates Reset work/machine coordinates. 8-bit bit field. tells reset coordinates in thi axis, - leave unchanged. Bit reset X coordinate; Bit reset Y coordinate; Bit reset Z coordinate; Bit 3 reset Z coordinate; x93 34 Set Virtual Machine Variable 3-bit value # (var) (х98 hi word, х98 lo word) x98, x98 35 Set Virtual Machine Variable 3-bit value # (var) (х98 hi word, х983 lo word) x98, x Set Virtual Machine Variable 3-bit value # (var) (х984 hi word, х985 lo word) x984, x Set Virtual Machine Variable 3-bit value #3 (var3) (х986 hi word, х987 lo word) x986, x Set Virtual Machine Variable 3-bit value #4 (var4) (х988 hi word, х989 lo word) x988, x989 mycnc, CNC control and software

33 39 Set Virtual Machine Variable 3-bit value #5 (var5) (х98a hi word, х98b lo word) x98a, x98b 4 Set Virtual Machine Variable 3-bit value #6 (var6) (х98c hi word, х98d lo word) x98c, x98d 4 Set Virtual Machine Variable 3-bit value #7 (var7) (х98e hi word, х98f lo word) x98e, x98f 4 Set Virtual Machine Variable 3-bit value #8 (var8) (х99 hi word, х99 lo word) x99, x99 43 Set Virtual Machine Variable 3-bit value #9 (var9) (х99 hi word, х993 lo word) x99, x Set Virtual Machine Variable 3-bit value # (var) (х994 hi word, х995 lo word) x994, x Set Virtual Machine Variable 3-bit value # (var) (х996 hi word, х997 lo word) x996, x Set Virtual Machine Variable 3-bit value # (var) (х998 hi word, х999 lo word) x998, x Set Virtual Machine Variable 3-bit value #3 (var3) (х99a hi word, х99b lo word) x99a, x99b 47 Set Virtual Machine Variable 3-bit value #4 (var4) (х99c hi word, х99d lo word) x99c, x99d 48 Set Virtual Machine Variable 3-bit value #5 (var5) (х99e hi word, х99f lo word) x99e, x99f mycnc, CNC control and software

mycnc control & software.

mycnc control & software. mycnc control & software. Manual (rev 0.02 Preliminary) mycnc http://www.bevelcutting.com email: mail@bevelcutting.com 195257, Russia, Saint-Petersburg Severny st. 73-1-91 mycnc, CNC control and software.

More information

USER S MANUAL. C32- DUAL PORT MULTIFUNCTION CNC BOARD Rev. 4

USER S MANUAL. C32- DUAL PORT MULTIFUNCTION CNC BOARD Rev. 4 USER S MANUAL C32- DUAL PORT MULTIFUNCTION CNC BOARD Rev. 4 August, 2012 USER'S MANUAL TABLE OF CONTENTS Page # 1.0 FEATURES... 1-1 2.0 SPECIFICATIONS... 2-3 3.0 BOARD DESCRIPTION... 3-4 4.0 FUNCTIONAL

More information

Galil Motion Control. DMC - 42x0. Datasheet

Galil Motion Control. DMC - 42x0. Datasheet Galil Motion Control DMC - 42x0 Datasheet Product Description The DMC-42x0 is part of Galil s highest performance, stand- alone motion controller Accellera family. Similar to the rest of Galil s latest

More information

RS485 MODBUS Module 16I-M

RS485 MODBUS Module 16I-M Version 2.0 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

RS485 MODBUS Module 8AO

RS485 MODBUS Module 8AO Version 1.3 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

TIP120. Motion Controller with Incremental Encoder Interface. Version 1.0. User Manual. Issue August 2014

TIP120. Motion Controller with Incremental Encoder Interface. Version 1.0. User Manual. Issue August 2014 The Embedded I/O Company TIP120 Motion Controller with Incremental Encoder Interface Version 1.0 User Manual Issue 1.0.5 August 2014 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany www.tews.com

More information

RS485 MODBUS Module 8I8O

RS485 MODBUS Module 8I8O Expansion Module 8 digital inputs, 8 digital outputs Version 2.2 12/01/2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the

More information

udr-1300s PROGRAMMABLE MOTOR CONTROLLER

udr-1300s PROGRAMMABLE MOTOR CONTROLLER udr-13 is designed to control of stepper motor or servo motor rotation on the set distance or with the set speed without use of the computer or CNC controller. Functions 5 lines of the movement program

More information

Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION. Introduction 1-1

Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION. Introduction 1-1 Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION Introduction - Trio Motion Technology - Introduction M O T I O N T E C H N O L O G Y MOTION T E C H N O L O G Y A SERIAL B OK

More information

Ndrive Linear Series. Digital Servo Amplifiers Linear. Output power range of 10 or 20 A peak with ±10 to ±80 VDC bus

Ndrive Linear Series. Digital Servo Amplifiers Linear. Output power range of 10 or 20 A peak with ±10 to ±80 VDC bus Ndrive Linear Amplifiers/Drives Ndrive Linear Series Digital Servo Amplifiers Linear Output power range of 10 or 20 A peak with ±10 to ±80 VDC bus 2- or 3-phase AC line input or DC input CE approved and

More information

USER S MANUAL. M16 POKEYS MOTION MOTHERBOARD Rev. 1.1 JUNE 2016.

USER S MANUAL. M16 POKEYS MOTION MOTHERBOARD Rev. 1.1 JUNE 2016. USER S MANUAL M16 POKEYS MOTION MOTHERBOARD Rev. 1.1 JUNE 2016. USER'S MANUAL TABLE OF CONTENTS Page # Contents 1.0 OVERVIEW... 1 2.0 FEATURES... 1 3.0 BOARD DESCRIPTION... 2 4.0 SPECIFICATIONS... 2 4.1

More information

TIP111. Motion Controller with Absolute Encoder Interface (SSI) User Manual. The Embedded I/O Company. Version 1.1. Issue 1.4 September 2005 D

TIP111. Motion Controller with Absolute Encoder Interface (SSI) User Manual. The Embedded I/O Company. Version 1.1. Issue 1.4 September 2005 D The Embedded I/O Company TIP111 Motion Controller with Absolute Encoder Interface (SSI) Version 1.1 User Manual Issue 1.4 September 2005 D75111800 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek /

More information

Ensemble Linear Series

Ensemble Linear Series Motion Controllers Ensemble Linear Ensemble Linear Series Networked, Panel-Mount Drives Linear Network drives through a high-speed serial interface to coordinate up to ten axes of motion Coordinate motion

More information

USER S MANUAL. C11S- MULTIFUNTCION CNC BOARD Rev. 1.2

USER S MANUAL. C11S- MULTIFUNTCION CNC BOARD Rev. 1.2 USER S MANUAL C11S- MULTIFUNTCION CNC BOARD Rev. 1.2 SEPTEMBER 2014 User s Manual Page i TABLE OF CONTENTS Page # 1. Overview... 1 2. Features... 1 3. Specifications... 3 4. BOARD DESCRIPTION... 4 5. Special

More information

RS 485 Mini Modbus 1AO

RS 485 Mini Modbus 1AO RS 485 Mini Modbus 1AO Version 1.0 14/08/2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained

More information

Galil Motion Control. DMC - 18x6. Datasheet (US ONLY)

Galil Motion Control. DMC - 18x6. Datasheet (US ONLY) Galil Motion Control DMC - 18x6 Datasheet Galil Motion Control 270 Technology Way, Rocklin, CA 1-916-626-0101 (US ONLY) 1-800-377-6329 Product Description The DMC-18x6 PCI bus motor controllers belong

More information

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for Version 1.0 16.05.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

MOTION COORDINATOR MC403 / MC403-Z Quick Connection Guide

MOTION COORDINATOR MC403 / MC403-Z Quick Connection Guide 8 DIGITAL INPUTS INCLUDING 6 X REGISTRATION INPUTS AND 4 BI-DIRECTIONAL I/O 2 ANALOGUE INPUTS AND 2 VOLTAGE OUTPUT AND WDOG RELAY CAN PORT FOR TRIO CAN I/O, DEVICENET SLAVE, CANOPEN OR USER PROGRAMMABLE

More information

D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors

D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors Ron Boe 5/15/2014 This user guide details the servo drives capabilities and physical interfaces. Users will be able to

More information

HiCON Integra pn7766

HiCON Integra pn7766 HiCON Integra pn7766 Ethernet Motion Controller Data Acquisition System Logic Controller User Guide Document Revision 1.0 (Updated March 12, 2013) 2013 Vital Systems Inc Phoenix, AZ USA For more information

More information

RS485 MODBUS Module 8I8RO

RS485 MODBUS Module 8I8RO Expansion Module 8 digital inputs, 8 relay outputs Version 1.0 3.12.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device.

More information

Soloist Linear Series

Soloist Linear Series Soloist Linear Series Position Controller and Servo Amplifier Linear Single axis digital servo controller with integral power supply and amplifier Advanced software architecture shortens customer development

More information

Draft. CNC Controller Datasheet. 1 Features. 2 Applications

Draft. CNC Controller Datasheet. 1 Features. 2 Applications 1 Features 4-axis stepper motor control 2 general purpose 15 amp switched load outputs 12-36 VDC power supply Up to 15 amps output current. Plug compatible with standard Mean Well power supply Up to 6

More information

FEATURES DESCRIPTION FEATURES

FEATURES DESCRIPTION FEATURES FEATURES Two High Speed Counters Two Pulse Train Outputs Two Pulse Width Modulation Outputs 24 Sinking or Sourcing Inputs 16 Outputs 1 RS232 Port 2 RS485 Ports Supports Modbus RTU Protocol Communicate

More information

Motion Controller. MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control

Motion Controller. MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control Allied Motion s MXC motion controller is a very compact, multi-axis servo and/or step motor motion controller,

More information

Galil Motion Control. DMC - 500x0. Datasheet. Galil Motion Control 270 Technology Way, Rocklin, CA [Type here] [Type here] [Type here]

Galil Motion Control. DMC - 500x0. Datasheet. Galil Motion Control 270 Technology Way, Rocklin, CA [Type here] [Type here] [Type here] Galil Motion Control DMC - 500x0 Datasheet Galil Motion Control 270 Technology Way, Rocklin, CA 1-800-377-6329 [Type here] [Type here] [Type here] Product The DMC-500x0 EtherCAT Controller is Galil Motion

More information

Supplementary Manual for the Driver Configuration 1. Please install the operation program to your PC from the attached disk or Ye Li website. Ye Li icon will appear after the installation process.

More information

IO3-R2 BREAKOUT BOARD

IO3-R2 BREAKOUT BOARD IO3-R2 BREAKOUT BOARD DESCRIPTION Breakout board IO3-R2 (Revision R2) has digital buffer for STEP/DIR/ENA command signals and as such it is particularly suitable for the connection up to 4 microstep drives

More information

SDM-8I8O. Expansion Module 8 digital inputs, 8 digital outputs. Manufactured for

SDM-8I8O. Expansion Module 8 digital inputs, 8 digital outputs. Manufactured for Version 1.2 20.01.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

Everything s possible. Modbus Communication. Reference Manual. DigiFlex Performance Servo Drives. MNCMMBRF-02

Everything s possible. Modbus Communication. Reference Manual. DigiFlex Performance Servo Drives.  MNCMMBRF-02 Everything s possible. Modbus Communication Reference Manual DigiFlex Performance Servo Drives www.a-m-c.com MNCMMBRF-02 Preface ADVANCED Motion Controls constantly strives to improve all of its products.

More information

Operative Modes Manual

Operative Modes Manual 6) Speeder One VIALE STAZIONE 5-36054 MONTEBELLO VIC. - VI - ITALY Phone (+39) 0444 440441 - Fax (+39) 04444 440418 www.axorindustries.com - INFO@AXORINDUSTRIES.COM Operative Modes Manual Enclosures to

More information

Si 2035 Programmable Stepper Drive

Si 2035 Programmable Stepper Drive Si 23 Programmable Stepper Drive Description The Si23 is a programmable stepper drive/ indexer packaged in a rugged steel case. Integral heat sink, mounting brackets, switch covers and connectors are included

More information

USER S MANUAL. C11- MULTIFUNTCION CNC BOARD Rev. 9.9

USER S MANUAL. C11- MULTIFUNTCION CNC BOARD Rev. 9.9 USER S MANUAL C11- MULTIFUNTCION CNC BOARD Rev. 9.9 FEBRUARY, 2015 User s Manual Page i TABLE OF CONTENTS Page # 1. Overview... 1 2. Features... 1 3. Specifications... 3 4. BOARD DESCRIPTION... 4 5. Special

More information

C i t o. AMCS-S-0x-MS. Advanced Motion Control Server For Microstepping Motors. S y s t e m s. Product Description

C i t o. AMCS-S-0x-MS. Advanced Motion Control Server For Microstepping Motors. S y s t e m s. Product Description C i t o S y s t e m s Advanced Motion Control Server For Microstepping Motors AMCS-S-0x-MS Product Description AMCS [pronounced. a-maks] (Advanced Motion Control Server) is an advanced server designated

More information

Hardware Installation Manual MX Axis Stepper Drive with Breakout Board & I/O s

Hardware Installation Manual MX Axis Stepper Drive with Breakout Board & I/O s Hardware Installation Manual MX3660 3-Axis Stepper Drive with Breakout Board & I/O s Version 1.0 11 / 2013 Hardware Manual for MX3660 3-Axis Stepper Drive with Breakout Board & I/O s ii Notice Read this

More information

PLCM-B1 Breakout board for PLCM-E3/E3p controller

PLCM-B1 Breakout board for PLCM-E3/E3p controller www.purelogic.ru User manual CONTENTS: 1. General information... 2 2. Delivery set... 2 3. Technical specifications... 3 4. Key features... 4 5. Sockets purpose and indication... 6 6. Connection... 11

More information

HDBB Breakout board user s manual

HDBB Breakout board user s manual HDBB Breakout board user s manual The HDBB breakout board was designed to use with our Whale2(-T)*, Whale3, Mammut* and Dugong servo drives or with any other third party stepper or servo drives which using

More information

MAC3-USBCARD-MK-Instructions 济南优本机械设备有限公司 Jinan Acctek Machinery Co.,Ltd MACH3 Suitable systems:mach3

MAC3-USBCARD-MK-Instructions 济南优本机械设备有限公司 Jinan Acctek Machinery Co.,Ltd MACH3 Suitable systems:mach3 Suitable systems:mach3-1 - MAC3-USBCARD-MK-Instructions Model: XHC-MK4:With USB interface, 4-axis motion control card XHC-MK6:With USB interface, 6-axis motion control card MACH3 - 2 - Features: Fully

More information

ACE-SDC-V3 Stepper Driver +Controller with USB 2.0 Communication

ACE-SDC-V3 Stepper Driver +Controller with USB 2.0 Communication ACE-SDC-V3 Stepper Driver +Controller with USB 2.0 Communication ACE-SDC-V3 Manual page 1 rev 1.00 COPYRIGHT 2008 ARCUS, ALL RIGHTS RESERVED First edition, April 2008 ARCUS TECHNOLOGY copyrights this document.

More information

USER S MANUAL VER.2. C76- MULTIFUNCTION CNC BOARD Rev. 1.4

USER S MANUAL VER.2. C76- MULTIFUNCTION CNC BOARD Rev. 1.4 USER S MANUAL VER.2 C76- MULTIFUNCTION CNC BOARD Rev. 1.4 MARCH 2018 User s Manual Page i USER'S MANUAL TABLE OF CONTENTS Contents Page # 1.0 FEATURES... 1 2.0 I/O SPECIFICATIONS... 2 3.0 BOARD DESCRIPTION...

More information

Ethernet1 Xplained Pro

Ethernet1 Xplained Pro Ethernet1 Xplained Pro Part Number: ATETHERNET1-XPRO The Atmel Ethernet1 Xplained Pro is an extension board to the Atmel Xplained Pro evaluation platform. The board enables the user to experiment with

More information

C11G- MULTIFUNTCION CNC BOARD Rev. 8.2

C11G- MULTIFUNTCION CNC BOARD Rev. 8.2 C11G- MULTIFUNTCION CNC BOARD Rev. 8.2 User manual Rev. 2 1. Overview This card has been designed to provide a flexible interface and functions to your computer projects, by using the parallel port control

More information

PLC-CPU-CM3-SP Series

PLC-CPU-CM3-SP Series FEATURES Processor Speed: 200 ns/step 16DI/16DO 10K Steps of Program Memory Expansion Max: 11 Modules (Max 384 pts.) PID Control Two 20K pps High-Speed Counters Built in Two 100K pps Pulse Output Built

More information

EtherCAT User Manual. For SS EtherCAT

EtherCAT User Manual. For SS EtherCAT EtherCAT User Manual For SS EtherCAT Table of Contents Introduction to EtherCAT... 3 Commonly Used Acronyms... 3 Protocol... 4 Logical Addressing... 4 Auto Increment Addressing... 4 Fixed Node Addressing...

More information

SDB V2.2 Users Manual

SDB V2.2 Users Manual SDB V2.2 Users Manual SKU: DFR0057 www.dfrobot.com 1 SDB V2.0 A. Please read this manual carefully before power on the device. B. Do not use this device for military or medical purpose as they are not

More information

reprogrammable in BASIC

reprogrammable in BASIC Data Sheet Tinaxis+ Tinaxis+ DC400 INTELLIGENT DC motor control electronic Programmed and reprogrammable reprogrammable in BASIC 3 2 Jumpers RS485 - (B) RS485 + (A) GND RS485 (COM2) I/O Incremental Encoder

More information

ACORN User Guide For Revision (Aka Acorn_rev3) Updated 1/23/17

ACORN User Guide For Revision (Aka Acorn_rev3) Updated 1/23/17 ACORN User Guide For Revision 171025 (Aka Acorn_rev3) Updated 1/23/17 Overview ACORN is technically a breakout board for the BeagleBone Green or BeagleBone Black embedded computer. The remainder of this

More information

Controller and Drivers

Controller and Drivers Controller and Drivers All ADC's slits can be operated with almost all commercially available controller drivers on the market. We use standard NEMA stepper motors for each axis. Our customers have also

More information

C33- MULTIFUNCTION ROUTER BOARD Rev. 2

C33- MULTIFUNCTION ROUTER BOARD Rev. 2 C33- MULTIFUNCTION ROUTER BOARD Rev. 2 User manual Rev. 1 1. Overview This card provides an easy way of interfacing your router based spindle with your steeper motor driver board. This board includes a

More information

Modbus User Manual APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc.

Modbus User Manual APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc. APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc. Covers the following Modbus RTU enabled drives: ST5-Q-RN ST5-Q-RE ST5-Q-NN

More information

4Trio Motion Technology3

4Trio Motion Technology3 4Trio Motion Technology3 MC 202 Motion Controller Product Overview 3-1 3.0 Motion Coordinator 202 Description 3.1 Motion Coordinator 202 The Motion Coordinator 202 is a miniature stepper/servo positioner

More information

Using SimplexMotion integrated motors for simple standalone applications

Using SimplexMotion integrated motors for simple standalone applications Using SimplexMotion integrated motors for simple standalone applications This document describes how to use the SimplexMotion integrated motor units for simple motion tasks where the motor is manually

More information

C35- QUICK SETUP BREAKOUT BOARD Rev. 1.1

C35- QUICK SETUP BREAKOUT BOARD Rev. 1.1 C35- QUICK SETUP BREAKOUT BOARD Rev. 1.1 User manual Rev. 1 1. Overview This card provides an easy way of interfacing your inputs and outputs from the parallel port. It provides terminals and RJ45 for

More information

Galil Motion Control. EDD 3701x

Galil Motion Control. EDD 3701x Galil Motion Control EDD 3701x Datasheet : Digital Drive 1-916-626-0101 Galil Motion Control 270 Technology Way, Rocklin, CA [Type here] [Type here] (US ONLY) 1-800-377-6329 [Type here] Product Description

More information

MOTION COORDINATOR MC405 Quick Connection Guide

MOTION COORDINATOR MC405 Quick Connection Guide CAN PORT FOR TRIOCAN I/O, DEVICENET SLAVE, CANOPEN OR USER PROGRAMMABLE INPUTS INCLUDING REGISTRATION INPUTS BI-DIRECTIONAL I/O ANALOGUE INPUTS AND ANALOGUE OUTPUTS, WDOG RELAY PANEL MOUNT AND DIN RAIL

More information

CNC4PC. MULTIFUNCTION CNC BOARD Rev2

CNC4PC. MULTIFUNCTION CNC BOARD Rev2 CNC4PC Manual MULTIFUNCTION CNC BOARD Rev2 Overview This card has been designed to provide a flexible interface and functions to your computer projects, by using the parallel port control software. This

More information

C23- DUAL PORT MULTIFUNCTION CNC BOARD Rev. 3.1

C23- DUAL PORT MULTIFUNCTION CNC BOARD Rev. 3.1 C23- DUAL PORT MULTIFUNCTION CNC BOARD Rev. 3.1 User manual Rev. 2 1. Overview This card has been designed to provide a flexible interface and functions to computer CNC projects, by using the parallel

More information

USER S MANUAL. C33 - MULTIFUNCTION ROUTER BOARD BOARD Rev. 4

USER S MANUAL. C33 - MULTIFUNCTION ROUTER BOARD BOARD Rev. 4 USER S MANUAL C33 - MULTIFUNCTION ROUTER BOARD BOARD Rev. 4 June 2013 USER'S MANUAL TABLE OF CONTENTS Page # Contents 1.0 OVERVIEW... 3 2.0 FEATURES... 3 3.0 SPECIFICATIONS... 4 4.0 FUNCTIONAL BLOCK DIAGRAMS...

More information

Galil Motion Control. Sold & Serviced By: [ Toll Free Phone: here] Toll Free Fax:

Galil Motion Control. Sold & Serviced By:   [ Toll Free Phone: here] Toll Free Fax: Galil Motion Control DMC - 40x0 Datasheet [ here] Product The DMC-40x0 is Galil s highest performance, stand- alone motor controller. It belongs to Galil s latest generation motion controller family which

More information

Mk3DRV controller user manual 2018/01/09

Mk3DRV controller user manual 2018/01/09 Mk3DRV controller user manual 2018/01/09 Disclaimer CONTROLLER AND CONTROLLER SOFTWARE ARE PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO WARRANTY FOR THE CONTROLLER AND CONTROLLER SOFTWARE, EITHER

More information

Advanced Features. High Performance Stepper Drive Description. Self Test and Auto Setup

Advanced Features. High Performance Stepper Drive Description. Self Test and Auto Setup www.applied-motion.com STAC6 High Performance Stepper Drive Description The STAC6 represents the latest developments in stepper drive technology, incorporating features that will derive the highest performance

More information

Flex+Drive II and MintDrive II Brushless AC Servo. Controls. Product Characteristics Overview

Flex+Drive II and MintDrive II Brushless AC Servo. Controls. Product Characteristics Overview Flex+Drive II and MintDrive II Brushless AC Servo The Flex+Drive II and MintDrive II Series of Brushless AC Servo are a very flexible, versatile range to suit every application whether this is a simple

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

User Manual of 5Axis Breakout Board

User Manual of 5Axis Breakout Board WWW.VALLDER.COM User Manual of 5Axis Breakout Board Safety Statement Vallder Ltd is not liable or responsible for any accidents, injuries, equipment damage, property damage, loss of money or loss of time

More information

Soloist. Position Controller and Servo Amplifier. Single axis digital servo controller with integral power supply and amplifier

Soloist. Position Controller and Servo Amplifier. Single axis digital servo controller with integral power supply and amplifier Soloist Series Motion Controllers Soloist Position Controller and Servo Amplifier Single axis digital servo controller with integral power supply and amplifier Advanced software architecture shortens customer

More information

HiCON Integra pn7766

HiCON Integra pn7766 HiCON Integra pn7766 Ethernet Motion Controller Data Acquisition System Logic Controller User Guide Document Revision 1.5 (Updated Jan 19, 2017) 2017 Vital Systems Inc Phoenix, AZ USA For more information

More information

Allegra Series Reference Manual. Programmable Motion Control System

Allegra Series Reference Manual. Programmable Motion Control System Allegra Series Reference Manual Programmable Motion Control System The Allegra series of motion controllers are stand-alone or host controlled, easy-to-use, plug-and-play and cost effective solutions for

More information

EtherCAT Master Adapter Board (pn7729)

EtherCAT Master Adapter Board (pn7729) EtherCAT Master Adapter Board (pn7729) Document Revision 1.0 (Updated Aug 12, 2014) 2014 Vital Systems Inc. Phoenix, AZ USA For more information please visit the product web page: www.vitalsystem.com/dspmc

More information

Combining Today s Best Technologies. For Tomorrow s Break Through Discoveries. Feedback Versions Analog Sin/Cos. Control Modes.

Combining Today s Best Technologies. For Tomorrow s Break Through Discoveries. Feedback Versions Analog Sin/Cos. Control Modes. Feedback Versions Analog Sin/Cos Control Modes Command Interface Feedback I/O - Digital Accelnet Micro Panel Dimensions: mm [in]. Model * Vdc Ic Ip ACJ-055-09 20-55 9 ACJ-055-18 20-55 6 18 20-90 1 ACJ-090-09

More information

DC3IOB Revision User Guide Updated 3/29/10. Overview

DC3IOB Revision User Guide Updated 3/29/10. Overview Revision 080910 User Guide Updated 3/29/10 Overview The is a three axis DC brush motor drive with an integrated PLC. A range of motor drive currents are selectable with jumper blocks. The integrated PLC

More information

1.5 axis motion controller

1.5 axis motion controller Ver. CHARGE POWER CN3 CN CN SERVOPACK RUN RD MCW5 STS SD 6 +4V SGDH- Ver. CHARGE CN CN3 CN SERVOPACK POWER 0 MCW5 RUN STS RD SD 6 +4V R88A-MCW5-@.5 axis motion controller Advanced motion made perfectly

More information

SC2004MBS 20x4 Characters MODBUS RTU Slave LCD

SC2004MBS 20x4 Characters MODBUS RTU Slave LCD SC004MBS 0x4 Characters MODBUS RTU Slave SC004MBS is a MODBUS slave device that receives data from a Master MODBUS device and display them on the panel. The is 0 x 4 characters in size and each character

More information

PMX Support FAQ There may be a few different causes to this issue. Check each item below:

PMX Support FAQ There may be a few different causes to this issue. Check each item below: PMX Support FAQ USB Support What is the USB communication speed? The time interval between sending and command from a PC and receiving a response is 1-3ms. This applies to most commands. Commands dealing

More information

Trio Motion Technology 2-2 HARDWARE OVERVIEW

Trio Motion Technology 2-2 HARDWARE OVERVIEW 2 Trio Motion Technology 2-2 Hardware Reference Manual Hardware Motion Coordinator MC464 OVERVIEW The Motion Coordinator MC464 is Trio s new generation modular servo control positioner with the ability

More information

Gastrack Gas Analyser

Gastrack Gas Analyser Gastrack Gas Analyser Probe (GAP) RS485 (Modbus RTU) Set This document details the Modbus register set developed to control and analyse data from the GAP oxygen analyser. NOTE: set valid for product configuration

More information

Copley Indexer 2 Program User Guide

Copley Indexer 2 Program User Guide Copley Indexer 2 Program User Guide P/N 95-00744-000 Revision 2 June 2008 Copley Indexer 2 Program User Guide TABLE OF CONTENTS About This Manual... 6 1: Introduction... 9 1.1: Copley Controls Indexer

More information

INTEGRATED MICROSTEPPING MOTOR DRIVER AND HIGH PERFORMANCE MACHINE/PROCESS CONTROLLER

INTEGRATED MICROSTEPPING MOTOR DRIVER AND HIGH PERFORMANCE MACHINE/PROCESS CONTROLLER Sold by Servo Systems Co. 115 Main Road, P.O. Box 97, Montville, NJ 07045-0097 Toll Free: (800) 922-1103 Phone: (973) 335-1007 Fax: (973) 335-1661 www.servosystems.com INTEGRATED MICROSTEPG MOTOR DRIVER

More information

MCP 1200 Evaluation Board Guidance

MCP 1200 Evaluation Board Guidance MCP 1200 Evaluation Board Guidance Overview of the MCP-1200 Eval Board The MCP-1200 Evaluation Board provides an easy way to send commands to the MCP- 1200 control registers using a RS232 serial interface

More information

TPMC Channel Motion Control. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 March 2003 D

TPMC Channel Motion Control. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 March 2003 D The Embedded I/O Company TPMC118 6 Channel Motion Control Version 1.0 User Manual Issue 1.3 March 2003 D76118800 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek / Germany Phone: +49-(0)4101-4058-0

More information

Optris CT/ CTlaser/ CTvideo communication interface

Optris CT/ CTlaser/ CTvideo communication interface Optris CT/ CTlaser/ CTvideo communication interface Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 115200) Data bits: 8 Parity: ne Stop bits: 1 Flow control:

More information

LASER TRIANGULATION SENSORS LD3 SERIES

LASER TRIANGULATION SENSORS LD3 SERIES LASER TRIANGULATION SENSORS LD3 SERIES (The sensor series are of small size and weight but with a wide functionality) SENSOR SPECIFICATIONS: The sensor series are of small size and weight but with a wide

More information

E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/ Revised to new format PAE 09/03/09

E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/ Revised to new format PAE 09/03/09 Application Note Title AN-ODE-01 E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/08 1.03 Revised to new format PAE 09/03/09 General This document

More information

MPU User Guide Updated 3/11/15. Overview

MPU User Guide Updated 3/11/15. Overview MPU11 090212 User Guide Updated 3/11/15 Overview The MPU11 is Centroid s next generation motion control card. It supports greater communication bandwidth with new protocols and more processing power. MPU11

More information

EtherNet/IP with Applied Motion Drives

EtherNet/IP with Applied Motion Drives EtherNet/IP with Applied Motion Drives EtherNet/IP with Applied Motion Drives Jeff Kordik CTO Applied Motion Products, Inc. 1 92-5 Rev. B Applied Motion Products Contents Overview of EtherNet/IP...3 EtherNet/IP

More information

SERVO-DRIVE. PROGRAMMABLE STEP MOTOR CONTROLLER R ETH and R ETH. Manual Ver. 05

SERVO-DRIVE. PROGRAMMABLE STEP MOTOR CONTROLLER R ETH and R ETH. Manual Ver. 05 SERVO-DRIVE PROGRAMMABLE STEP MOTOR CONTROLLER R272-42-ETH and R272-80-ETH Manual Ver. 05 2018 1. Product designation Programmable step motor controller R272-42-ETH is designed to operate with hybrid two

More information

Logosol Joystick Node LS-731

Logosol Joystick Node LS-731 Features 2 and 3 axis models Travel ±20 deg Non contact hall effect joystick Mechanical MTBF 15,000,000 cycles 3 pushbuttons Up to 2 stick pushbuttons 8 LEDs Member of Logosol s distributed motion control

More information

MD3. Microstepping Motor Driver Page 1 of 7. Description. Software. Mechanical Drawing. Features

MD3. Microstepping Motor Driver Page 1 of 7. Description. Software. Mechanical Drawing. Features Page 1 of 7 The MD3 is a stepper motor driver with an integrated motion controller that is capable of driving size 14 to 42 stepper motors from 2 to 256 microsteps per step. Peak motor currents are selectable

More information

RS232-ADC16/24 Manual

RS232-ADC16/24 Manual RS232-ADC16/24 Manual Version 1.11 Copyright taskit GmbH 2009 www.taskit.de Page 1/22 Table of contents 1 Features...3 2 Introduction...3 3 Bringing into service...4 4 Application Sample...5 5 Frame layout...6

More information

SERVOMOTIVE MC Three Axis PC Based Servo Motion Controller. Features

SERVOMOTIVE MC Three Axis PC Based Servo Motion Controller. Features SERVOMOTIVE MC-3628 Three Axis PC Based Servo Motion Controller Features Closed-loop servo motion control for three axes, with position and velocity control 32-bit position, velocity, and acceleration

More information

8 PNP or NPN inputs including 8 registration inputs

8 PNP or NPN inputs including 8 registration inputs CAN port for trio CAN i/o, DEVICENET slave, canopen or user programmable 8 PNP or NPN inputs including 8 registration inputs 8 PNP or NPN inputs Backlit Display and status LEDs 8 Digital Outputs RS232

More information

uservo box instruction manual

uservo box instruction manual Safety notes uservo box instruction manual Every machine controlled by computer (PC) can be really dangerous for human life and health. Comply with bolow rules and use Your common sense while working with

More information

KOLLMORGEN. SERVOSTAR CD. SERCOS IDN Manual M-SS rev. F. Solutions by D A N A H E R M O T I O N

KOLLMORGEN.  SERVOSTAR CD. SERCOS IDN Manual M-SS rev. F. Solutions by D A N A H E R M O T I O N KOLLMORGEN www.danahermotion.com SERVOSTAR CD Solutions by D A N A H E R M O T I O N SERCOS IDN Manual M-SS-017-05 rev. F Revision History Revision Edition Date Reason for Revision 1 05/01/1999 Initial

More information

BrewTroller Phoenix. Owners Manual. Updated - March 14, 2016 BREWTROLLER PHOENIX 1

BrewTroller Phoenix. Owners Manual. Updated - March 14, 2016 BREWTROLLER PHOENIX 1 BrewTroller Phoenix Owners Manual Updated - March 14, 2016 BREWTROLLER PHOENIX 1 2016 BrewTroller All Rights Reserved. Product warranty or service will not be extended if: (1) the product is repaired,

More information

USER S MANUAL VER.1. C34GV BOARD Rev. 1

USER S MANUAL VER.1. C34GV BOARD Rev. 1 USER S MANUAL VER.1 C34GV BOARD Rev. 1 JANUARY, 2017 USER'S MANUAL TABLE OF CONTENTS Contents Page # 1.0 OVERVIEW... 1 2.0 FEATURES... 1 3.0 BOARD DESCRIPTION... 2 4.0 SPECIFICATIONS... 2 4.1 Power Requirements...

More information

DMC-52xx0 Manual Rev. 1.0c

DMC-52xx0 Manual Rev. 1.0c USER MANUAL DMC-52xx0 Manual Rev. 1.0c Galil Motion Control, Inc. 270 Technology Way Rocklin, California 916.626.0101 support@galil.com www.galil.com 08/2016 Using This Manual This user manual provides

More information

AN004 Using the PMDX-126 s Error Input and Restart Output with Geckodrive Servo Drivers and Mach3 CNC Software

AN004 Using the PMDX-126 s Error Input and Restart Output with Geckodrive Servo Drivers and Mach3 CNC Software 1.0 Overview This application note describes how to connect the to the Geckodrive G320//G340 step servo driver s ERR/RST terminal to allow the to detect a Geckodrive error (fault) state and to reset the

More information

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Integrated Step Motor Driver + (Basic Controller) Manual Table of Contents 1. Introduction... 4 Features... 4 2. Part Numbering Scheme... 5 3. Electrical and Thermal Specifications... 6 Power

More information

Trajexia motion controller

Trajexia motion controller SP IM G AC SERVO DRIVER ADR 0 0 X10 X1 COM 1 3 3 2 9 8 6 7 5 1 4 2 SW1 SW2 CN2 CN1 A/B GRT1-ML2 TJ Trajexia motion controller Motion controllers Stand-alone advanced motion controller over MECHATROLINK-II

More information

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND OleumTechTM TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND MUST BE FAMILIAR WITH LEVEL 1 TRAINING MATERIALS BEFORE MOVING FORWARD Doc ID# 80-6010-001b TABLE OF CONTENTS 1. WHAT IS NEW WRITE IMPORT

More information

IBL2401 INTELLIGENT SERVO DRIVE DIGITAL DRIVE FOR BRUSHLESS, DC BRUSH, LINEAR AND STEP MOTORS 25W FEATURES

IBL2401 INTELLIGENT SERVO DRIVE DIGITAL DRIVE FOR BRUSHLESS, DC BRUSH, LINEAR AND STEP MOTORS 25W FEATURES IBL2401 INTELLIGENT SERVO DRIVE DIGITAL DRIVE FOR BRUSHLESS, DC BRUSH, LINEAR AND STEP MOTORS 25W The IBL2401 is a new Technosoft high-performance intelligent drive, combining motion ler, drive and PLC

More information