Hello Guest it is March 29, 2024, 05:55:01 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - BGelektronika

Pages: 1
1
General Mach Discussion / Mach 3 tolerance problem
« on: November 24, 2020, 05:08:46 AM »
Hello,

I'm useing Mach3 and CSMIO IP-S controllers on lathe. I'm using it for serial production parts.

The problem is that it doesn't hold part dimensions. I have try to run with and without backlash compensation, but problem say the same.

However it is working great for around 20parts, than jumps for around 0,04mm and so on.

I really kindly ask anyone to help me with that, as I'm really desperate. I need machine to run but I don't know what to do.

Thank you

Gasper

2
CS-Lab / CSLab CSMIO input problem
« on: February 04, 2020, 10:52:56 AM »
Hi,

I have problem with inputs on CSMIO/ip-s module.  Problem is that from time to time it doesn't get input. LED on CSMIO controller comes on, but if we look the same time on Mach3 plugin control corresponding input led doesn't come on. So when program wait for dedicated input it doesn't get it.  In my situation this is when machine waits from Bar feeder Start signal, that it could start cycle again. Because of that machine is stalling all the time.
I try on other inputs, negative and positive triggering.... always the same result. It can do 10 cycles or just one or two, before it stops, and like this all day long...

I kindly ask for any inputs, coz I'm out of idea what else to do.
Whole retrofit end up perfectly now only this input problem prevent machine from running.

Thank you

Gasper

This thread also refers;  https://www.machsupport.com/forum/index.php?topic=42445.msg276042#msg276042

3
General Mach Discussion / System wait macro function help
« on: January 27, 2020, 05:26:02 AM »
Hi,

I kindly asking anyone to help me with that macro. I need System wait function, but it doesn't work. What is right command to get it work?  I could get command from input 2, or OemLed 822.

I need that macro for Lathe Bar Fedder.

If GetOemLED(821) Then
   Code "G0 G54 Z110"
   ResetOutBit(90,11)
   SetOutBit(90,9)
        SetOutBit(90,6)
        SetUserLed(1001,1

Else
   ResetOutBit(90,11)
   SetOutBit(90,9)
        SetOutBit(90,6)
        SetUserLed(1001,1)
        SystemWaitFor(INPUT2)
        ResetOutBit(90,9)
        ResetOutBit(90,6)
        Sleep 100
        SetOutBit(90,11)
        SetUserLed(1001,0)
   


End If 



Thank you

Best regards

Gasper

4
General Mach Discussion / 3 axis lathe Mach3 tool charger Quicktech
« on: January 09, 2020, 10:41:16 AM »
Hello,

I have problem how to setup tool change, as tool charger is here located in Y axis. I have modified screen and added Y axis, so with JOG or with MDI command all axis are working and showing in program also homing...

So the question now is how to save diferent tools and than call it from MDI?

I really kindly asking for help.

Thank you

Best regards

Gasper

5
Screen designer tips and tutorials / Mach3 Screen need for 3axis Lathe
« on: March 20, 2016, 12:31:04 PM »
Hello,

I'm converting 3 axis quick-tech lathe to MACH3 and I really kindly asking anyone to help me or share screen for X Y Z lathe.

I really like IPS screen from this thread.

http://www.machsupport.com/forum/index.php/topic,19353.0.html

Is there any chance to ''add'' Y axis to this screen?

Thank you

Best regards

Gasper

Pages: 1