Hello Guest it is March 28, 2024, 07:09:55 PM

Author Topic: CSMIO/IP-S vs DELTA ASDA-B2  (Read 27882 times)

0 Members and 1 Guest are viewing this topic.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #11 on: November 16, 2014, 04:24:39 AM »
Very nice indeed, really looking forward to see this running.

What are you planning to use it for cutting?


Hood

Offline Arman

*
  •  20 20
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #12 on: November 16, 2014, 05:39:55 AM »
Thanks Hood. I will see this running soon...
 This is an order. I make CNC machines for others. I have built many different typs of them(3-4 axis). But first time I'm doing 5-axis. This one my client want to make chairs backs and may be some furniture parts.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #13 on: November 16, 2014, 07:00:21 AM »
Excellent, should do nicely for that, you have certainly built it sturdy enough.

Hood

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #14 on: November 16, 2014, 08:56:55 AM »
Hi,

very impressive machine, looking forward to see it running.


If you are planing your netxt machine, you can also have a look for

SZGH motors and servo controllers
http://www.szghauto.com/ac-servo-motor-and-driver.php

cheap and working good.

Thomas
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline Arman

*
  •  20 20
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #15 on: November 16, 2014, 09:19:29 AM »
Hi Thomas. Thanks, I will take note of that.

Offline Arman

*
  •  20 20
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #16 on: November 21, 2014, 01:12:27 AM »
Hello people. I need help now with wiring my ATC spindle. I will try to describe the problem. So, I have Chinese clone of HSD ES 919 ATC spindle. Now I'm trying to connect it to CS lab controller. I have the toolchange sample macro downloaded from CS lab site. In Macro I can see the folowing settings:
------------------------------------------------------------------------------
' Digital outputs CONFIG
'------------------------------------------------------------------------------
Const OUT_OPENCOLLET   =   10   ' open collet CSMIO output
Const OUT_CLEANCONE   =   11   ' cone cleaning CSMIO output
Const OUT_CURTAIN   =   12   ' raise curtain CSMIO output

'------------------------------------------------------------------------------
' Digital inputs CONFIG
'------------------------------------------------------------------------------
Const IN_COLLETCLOSED   =   20      ' collet locked sensor CSMIO input
Const IN_COLLETOPENED   =   21      ' collet open sensor CSMIO input
Const IN_TOOLINSIDE   =   22      ' tool locked sensor CSMIO input

My problem is input settings: I have only 2 sensors on my spindle S1(lock of tool) and S2(popup of tool). As I understand, my sensors are COLLETCLOSED and COLLETOPENED. What should I do with TOOLINSIDE? Thanks.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #17 on: November 21, 2014, 02:46:17 AM »
Not looked at the macro but maybe just commenting out all reference to that input in the macro would do?

Hood

Offline Arman

*
  •  20 20
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #18 on: November 21, 2014, 02:53:42 AM »
Yes Hood you are right. Just commenting out... If you want, I can paste here all macro.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: CSMIO/IP-S vs DELTA ASDA-B2
« Reply #19 on: November 21, 2014, 03:10:32 AM »
Hi,

post the complete macro, and we will see.

Thomas
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.