mtd file for haas ec 1600

mtd file for haas ec 1600

t_dueber
Enthusiast Enthusiast
770 Views
7 Replies
Message 1 of 8

mtd file for haas ec 1600

t_dueber
Enthusiast
Enthusiast

I am searching for haas ec1600 mtd file. Anybody keen to share that?

For the vf2, vf4, vf6 and vf9 i created it by myself. But ec1600 is kind of challenging. I started to create the file but without success.

Thanks. 

0 Likes
Accepted solutions (1)
771 Views
7 Replies
Replies (7)
Message 2 of 8

kevin.hammond3WX4X
Advocate
Advocate

I have a VF4 with rotary

Model for EC1600 available here https://www.haascnc.com/machines/horizontal-mills/ec-series/models/ec-1600.html

 

0 Likes
Message 3 of 8

t_dueber
Enthusiast
Enthusiast

i've got the modell allready modified as dmt files.

But now i have some struggle in that mtd file...

0 Likes
Message 4 of 8

kevin.hammond3WX4X
Advocate
Advocate

Post what you have on here, along with your issue, i bet someone will be able to help you

0 Likes
Message 5 of 8

t_dueber
Enthusiast
Enthusiast
Thats what i got so far, when i try to add the moving column tot he Z axis i got some errors...
So how can i add another part to the "head".?
The following code works like it is shown:
































































##- Please type your reply above this line -##
0 Likes
Message 6 of 8

kevin.hammond3WX4X
Advocate
Advocate
Accepted solution

I am guessing you put a screenshot above, for some reason i cannot see it, could you check it please

0 Likes
Message 7 of 8

t_dueber
Enthusiast
Enthusiast
It was this code:
my problem is to add another moving part (column) to Z axis.
I am not sure about the order of parts and axis description you now.
 
<machine xmlns="x-schema:PowermillMachineTool">
 
  <!-- Where things are attached to the machine -->
  <table_attach_point PART="table" X="0" Y="0" Z="0" />
  <head_attach_point PART="head" X="0" Y="145" Z="107" I="0" J="0" K="1" />
  
  
  
  <!-- The static bits -->
  <machine_part>
    <model_list>
      <dmt_file>
        <path FILE="EC1600/Gestell.dmt" />
        <rgb R="100" G="100" B="200" />
      </dmt_file>
    </model_list>
  </machine_part>
  
 
  <!-- The table -->
    <machine_part>
      <axis>
        <control_info ADDRESS="X" VALUE="0" MIN="-813" MAX="813" />
        <simple_linear I="-1" J="0" K="0" />
      </axis>
      <model_list>
        <dmt_file>
          <path FILE="EC1600/Tisch.dmt" />
          <rgb R="255" G="255" B="255" />
        </dmt_file>
      </model_list>
  <machine_part NAME="table" />
      </machine_part>
  
  
 
 
  <!-- The head -->
  <machine_part>
    <axis>
      <control_info ADDRESS="Y" VALUE="0" MIN="0" MAX="1270" />
      <simple_linear I="0" J="1" K="0" />
    </axis>
<machine_part>
    <axis>
      <control_info ADDRESS="Z" VALUE="0" MIN="0" MAX="813" />
      <simple_linear I="0" J="0" K="1" />
    </axis>
    <model_list>
      <dmt_file>
        <path FILE="EC1600/Kopf.dmt" />
        <rgb R="100" G="100" B="120" />
      </dmt_file>
 
 
 
    </model_list>
    <machine_part NAME="head" />
  </machine_part>
</machine_part>
 
</machine>
0 Likes
Message 8 of 8

t_dueber
Enthusiast
Enthusiast

i was able to solf it by myself.