585,937 active members*
3,907 visitors online*
Register for free
Login
IndustryArena Forum > CNC Electronics > Servo Motors / Drives > DMC-18x6 Linear Mode doesn't work
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2021
    Posts
    2

    DMC-18x6 Linear Mode doesn't work

    I use Galil DMC-18x6 with two ICM-2900 modules. In vendor original program (Optomec Work Station Control) I load minimal worked code like this:

    REM Contours
    VA 88200
    VD 88200
    VS 17640
    LM YH
    LI ,36505,,,,,,7091280
    LE
    BGS
    AMS

    If I remove first REM block or change first word "Contours" to another, program doesn't work. The axis goes to state "In motion" but actually nothing. If I keep this block it works correctly.

    Then I put this program to Terminal (Galil WSDK) and load to controller. Block REM doesn't loaded to controller and I run this program with XQ command. The axis goes to state "In motion" but actually nothing. Command TS return "13, 141, 13, 13, 13, 13, 13, 141".

    Another commands like PA, PR, JG work correctly from command mode and program mode.

    What do I do wrong?

  2. #2
    Join Date
    Apr 2021
    Posts
    2

    Re: DMC-18x6 Linear Mode doesn't work

    I edit my program and try again.

    First I add label #contours at begin and EN instruction at end of program. This doesn't works in my case.
    Second I add switch coordinate system instruction CAS after label. And this doesn't works too.
    Third I switch coordinate system to T and replace BGS and AMS to BGT and AMT. I got program like this:

    Code:
    #contours
    CAT
    VA 88200
    VD 88200
    VS 17640
    LM YH
    LI ,36505,,,,,,7091280
    LE
    BGT
    AMT
    EN

    And this works for me!

    Next I tried vector mode from user manual with T coordinate system and it's works too. Then I check other axis (in my machine it is X, Y, Z, W (table tilt) and H (table rotate) axis). All of them works correctly.

    Question is done.

Similar Threads

  1. vfd will work in demo mode but not in real mode
    By sgaugetrains in forum UCCNC Control Software
    Replies: 0
    Last Post: 12-06-2019, 01:29 AM
  2. Replies: 7
    Last Post: 05-15-2014, 09:28 AM
  3. DMC 64V Linear X-axis limit
    By hartan in forum Deckel, Maho, Aciera, Abene Mills
    Replies: 0
    Last Post: 11-16-2012, 05:48 PM
  4. Dismantling DMC 104 V linear
    By FILPLAST in forum Machinery Manuals / Brochures
    Replies: 0
    Last Post: 10-03-2012, 09:33 AM
  5. DMC 104 V Linear
    By robertojover in forum Spanish
    Replies: 0
    Last Post: 09-08-2011, 06:00 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •