Hello Guest it is March 28, 2024, 02:07:52 PM

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

0 Members and 1 Guest are viewing this topic.

Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #120 on: May 17, 2019, 03:48:24 PM »
Looks like a good machine :)
Is the toolchange just a wine rack type setup or is it some other design?
I think maybe a macropump would be better than a brain for it but I suppose it depends how much you know about VB script.

Offline slvm

*
  •  68 68
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #121 on: May 17, 2019, 09:34:33 PM »
For the moment , the tool change it is a just a wine rack, if you are able to write a macro for it then You will be rewarded....

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #122 on: May 18, 2019, 02:48:30 AM »
make a description how the toolchange should work, and we will see.
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 #123 on: May 18, 2019, 08:05:24 AM »
Viele Gruesse Thomas !
I have a bunch of VB codes to do !
1-with Vacuum
2-with my dust collection installation
3-the tool change is for me unimportant, I need to transform the tool change driver and servo motor to A axis
If you are able to dive in it , I will be very happy !

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #124 on: May 18, 2019, 09:49:37 AM »
so please describe (Inputs Outputs function) what the single things should do.
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 #125 on: August 02, 2019, 03:59:33 AM »
Hi Thomas
Sorry for delay, I just finish to reconfigure/rewiring the inputs and the outputs those days.
I will attach the pics here:
the first problem is to configure the vacuum to on/off, and same with dust shoe up/down.
Thank you in advance for your support.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #126 on: August 02, 2019, 05:16:14 AM »
so on witch way do you want to enable vacuum , GCode via M-funtion or external button.
same with dust shoe
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 #127 on: August 02, 2019, 04:57:08 PM »
With M function via Gcode, also will be good to run it from RUN command, even in the middle of some programs.
Because need to check if evrythingh goes good with the tool and after go down the dust shoe....
I try to find the Mcode for on/off the coolant , and to edit it ; but I can not find it...
« Last Edit: August 02, 2019, 05:01:11 PM by slvm »

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Retrofit CNC Bulleri FPM 2813-Osai controll with CSMIO-IP-A
« Reply #128 on: August 03, 2019, 06:22:18 AM »
you should find

M7.M1s -> Mist coolant on
M8.M1s -> Flood coolant on
M9.M1s -> All coolant off

in c:\Mach3\macros\your Profilename


if not, you can just create them.

thay will work with GCode and MDI Input and as well with Standard screenset Buttons.



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 #129 on: August 05, 2019, 01:48:48 PM »
In mach3 macros csmio got no m codes for flood or coolant neither M6,7,9, perhaps those commands are deactivated.