Hello Guest it is March 28, 2024, 12:45:29 PM

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 - walkerthong

Pages: 1
1
General Mach Discussion / UC 100 Not Respond On Mach3 After Plasma Piercing
« on: September 07, 2017, 01:34:16 AM »
Hi All, I am having some problem with UC100 motion controller. Below is my configuration.

Win 7 32 bit
Intel I3 6100
UC100 Motion Controller (V2.148) + PMDX 122 Interface Card
Neuron Lite THC Controller
Mach3 Version 3.043.066
PMX 105 Hypertherm Plasma

When normally jog and test run, no problem will occur. But when start to pierce by plasma, mach3 will show error as shown in photo provided below. This only happen when piercing thick material 15 and 16 mm by 105A consumables. When i using Finecut consumables to cut 1.5mm plate, no issue found. So far i did change a screen usb cable, new motion controller, relocated to less noise place and reinstalled whole software.

Also after UC100 motion controller not respond, mach3 will go into a lag status, need to close down and reopen then solve. UC 100 needs to replug in also.

Any help will be appreciated.

Thanks
Thong :D

2
As topic shown, after rotate the toolpath , reverse run will make machine go somewhere , no fix anymore ?

3
Need help here. I have jog mode toggle button to enable jog and disable jog. But after disable , can saw jogging enabled LED off, XML file JogActive become 0, but when keyboard jog or on screen jog, still able to move. Any idea ? 

4
I am trying to add back to origin function to plate alignment macros, using gcode G00X00Y00, but no matter how to insert , the function still not yet get functionable. Pls help
If AngleAbs > AngleLimit Then
      MachMsg ("Material is outside of alignment limits.","Warning Message...",MachMsgTypeOK)
      Call SetUserLED(PlateAlignment,0)
      Message"Plate Alignment Canceled"
   Else
      Angle = AngleAbs*m
      Call SetOEMDRO(MachRotationOEMDRO,-Angle)
     
      path = GetMainFolder() & "macros\neuron\PlateAlignmentBackup.m1s"
      Open path For Output As #1
      Print #1, GetOEMDRO(MachRotationOEMDRO)
      Close #1
     
      Message"Plate Alignment Done" <<Trying to add here>>
      DoOEMBUTTON(160) 'Regen toolpath
   End If

5
VB and the development of wizards / Use touchscreen to manual jog machine
« on: January 17, 2017, 07:55:01 PM »
I am having problem with new bought touchscreen on manual jog. Manual jog was set as push to jog OEM Button. When use touchscreen, it have to click on beside the button and drag in. but use keyboard and mouse no such thing happen. Any one experience it before ?

6
VB and the development of wizards / Auto tool change macro file help needed
« on: December 15, 2016, 03:48:06 AM »
i tried in VB scripts the code can activate output and offset, but using MDI type M06 T3, nothing happen. Much help needed. newbie here.
tool = GetSelectedTool()
If tool=3 Then
If GetOEMLED(854) Then
   DeactivateSignal(OUTPUT3)
Else
   ActivateSignal(OUTPUT3)
End If
code"G52 x100 y0 z0"

Pages: 1