Hello Guest it is March 28, 2024, 12:05:51 PM

Author Topic: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A  (Read 68951 times)

0 Members and 2 Guests are viewing this topic.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #20 on: May 11, 2015, 02:55:12 PM »
This is a simple on/off script I have in a button that connects to my servo drives Reset input. I have it set up in Ports and Pins in Mach as Output 3 and thus I just use the normal Mach VB

ActivateSignal(OutPut3)
Sleep (100)
DeActivateSignal(OutPut3)

Hood

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #21 on: May 11, 2015, 03:04:20 PM »
Hi Emil,

there are a couple of macro excamples on CSMIO homepage:

http://www.cs-lab.eu/en/artykul-115-Addons_macros.html


as i have writen before my personal agenda would be:
1. get all the hardware things wired
2. get the axis running
3. get the spindle running
4. then get headache about VB macros

Thomas

don't be afraid of VB,

it's just

If Then Else or Maybe


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

Offline slvm

*
  •  68 68
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #22 on: May 11, 2015, 03:16:46 PM »
@Hood
Now I'm start to breathe a little, because untill now I fill that I was cabbage on domain....

@Thomas
It seems that your TO DO plan is well organized....if I think from start on all ; then will do a really mess on my mind !

Thanks a lot folks ! :)

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #23 on: May 11, 2015, 03:24:47 PM »
OK Emil,

i made a quick head based calculation of your in-/outputs

Based on my OLD inputs:
-home axis x
-home axis y
-home axis z
-vacuum table 1 (pressure gauge 1)
-vacuum table 2 (pressure gauge 2)
-vacuum pump acces
-acces mill 1 (assume is the main spindle)
-acces mill 2 (assume is the drill spindle)
-cone-holder OPEN
-cone holder CLOSE
-thermic inverter
-drill group DOWN
-drill group UP
-dust colector UP
-Inverter OK
-frequency reached
-drive axis C (ATM axis) OK
-pressure reached on the main spindle
-OK Z
-axis overreached (axis limits switches)
-emergency on main panel (emergency switch on the panel)
-machine emergency (chain with pushButtonsMushroom 3, line pressure,lock of main door)
-vacuum termic breaker
-drill unit thermic breaker
-motor stop
-external start
-external stop
-vacuum switch 1
-vacuum switch 2
-inverter frequency level

means  30 inputs


Outputs :
- 9 outputs for drill heads 1,2,3-----9 (activation of the drill heads I assume they need M codes and VB Macro)
-ascension of 4 guides (0-ing hardware fixtures on each corner of table) depending on each side of table you work - need M codes
-axis C (ATM) enable
-up down dust cover
-drill head UP
-drill head DOWN
-OPEN/CLOSE Tool holder clamp
-vacuum side 1 of table
-vacuum side 2 of the table
-enbla axis X,Y,Z
-enable inverter

means 20 outputs

csmio-a has

24 inputs
16 outputs

witch makes a IO extension module necessary.

Thomas

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

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #24 on: May 11, 2015, 03:29:38 PM »
Hi Emil,

@Thomas
It seems that your TO DO plan is well organized....if I think from start on all ; then will do a really mess on my mind !

i am doing retrofit things for almost 25 years now,
had to learn this.

Thomas
« Last Edit: May 11, 2015, 03:35:33 PM by TPS »
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #25 on: May 11, 2015, 03:37:42 PM »
Hi Hood,

Glad to see Thomas in on this, he is much better at VB than I will ever be :)

Thank You.

Thomas
as writen before:

If Then Else or Maybe
« Last Edit: May 11, 2015, 03:39:20 PM by TPS »
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline slvm

*
  •  68 68
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #26 on: May 11, 2015, 03:44:18 PM »
Hi Thomas
Got already the I/O extension.
Pff 25 years , that mean you are Daddy's on CNC,
have you some on You Tube or links on your retrofitings ?

Any way I feel pleasure when I do this retrofit (even I headache on manuals) and like to understand each step and all about my machine.

attach explanation
Done some work to my main PC, ....a midplatte for wata' cooling, but it seems glued the sandwich is not the best, I must redo on CNC and use some gasket between plattes.
« Last Edit: May 11, 2015, 03:53:01 PM by slvm »

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #27 on: May 11, 2015, 04:10:02 PM »
Hi Emil,

Hi Thomas
Pff 25 years , that mean you are Daddy's on CNC,
have you some on You Tube or links on your retrofitings ?

sorry, i am "prehistoric", means i do do not evan have a
smarthphone, only a mobilephone (phone is the major thing,
yust dial a number and talk).

so i do not have any youtube videos.

sorry again.

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

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #28 on: May 11, 2015, 04:13:12 PM »
What is the plate cooling?

Was going to measure up my graphics card to make a backplate for it, have an EK cooler on it. Decided to google the part number for the back plate and found it for £11 in the UK, so not worth even thinking about making my own :D

Hood

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #29 on: May 11, 2015, 04:14:36 PM »
TPS, likewise regarding the phone, hate the bloody things, usualy have mine on silent ;)

Hood