Hello Guest it is April 16, 2024, 02:16:28 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.


Messages - SEREGIUS

Pages: « 1 2 3 4 5 6 »
41
Mach4 General Discussion / Re: Mach4 PCID to get for LUA.
« on: December 28, 2017, 06:16:48 AM »
I compiled the module into mcc.
I can not figure out what to do if the key is not checked ...

42
Mach4 General Discussion / Re: Mach4 PCID to get for LUA.
« on: December 28, 2017, 05:18:53 AM »
Thank you, DazTheGas.
mcCntlGetComputerID is in Mach4CoreAPI, I did not read well   ::)
Made reading the file Mach4Lic.dat, but I will use mcCntlGetComputerID
Code: [Select]
local inst = mc.mcGetInstance()
local Mach4Lic = io.open("C:\\Mach4Hobby\\Licenses\\Mach4Lic.dat","r")
if not Mach4Lic then
    wx.wxMessageBox("Fail open Mach4Lic.dat!")
else
    local a = Mach4Lic:seek("set", 329)
    local b = Mach4Lic:read (10)
    Mach4Lic:close()
    local c = 'AAEAAAzPf9'
    if b ~= c then
        wx.wxMessageBox("Fail licensed module!")
    end
end
The problem is using a license check. If you put the script in "Screen Load Script" then it can be removed from there.
If you use the password (Operator - Lock), then it can be reset to "Machine.ini".
If you put the script in the module, then what is it to bind to? "Enable" button? Then you can go into "Edit Screen" and remove the function call in the module ...

43
Mach4 General Discussion / Mach4 PCID to get for LUA.
« on: December 28, 2017, 03:15:28 AM »
Hi,
Can I get a PCID for LUA?
I want my module to be used only on a specific copy of Mach4.
How is this best done?

44
Mach4 General Discussion / Re: Mach4 - Laser cutting machine & "FlyCut"
« on: November 27, 2017, 06:52:15 AM »
Thank you, Tweakie.CNC
A solution has been found.

45
Mach4 General Discussion / Mach4 - Laser cutting machine & "FlyCut"
« on: November 23, 2017, 05:21:06 AM »
Hello to the whole forum!
Use Mach4 on the laser cutting machine. Want to cut the metal "FluCut" method.
Here's the video:
https://www.youtube.com/watch?v=rDlE9u3H_iU
but I can't.
The picture shows a test GCode.
M3 - lowered the torch and turned on the laser.
M5 - turn off the light and raise the cutter.
M203 - includes only the laser cutter remains in the gap.
M205 - turns off only the laser cutter remains in the gap.
From the code M3 to M203 cutter moves smoothly, without jerks. Starting with the code M203 further, the cutter begins to stop completely. I use high acceleration and speed of the motors, the machine starts to twitch.
Is it possible to get Mach4 to cut through the metal as in the video above??

46
Mach4 General Discussion / Re: Lines in the tool path window
« on: October 25, 2017, 05:10:55 AM »
Quote
what screenset are you using?
Its development. In the screen editor, the Tool Path Display for all screens are the same.
Quote
There are 29 API calls to do with the toolpath.
Google translate poorly translates the text of the message. What of "API toolpath" , where about it to read?
Quote
your PCs graphics
Mach3 shows thick lines ... Mach 4 is not.
Quote
My feeling is that your background colours are too dark
The problem is not in color, but in the thickness of the lines. On a PC with a video card it is easy to see when using any colors, on a PC without a video card, the lines are very thin and they are difficult to see at any color, and if the machine receives sunlight, you can not see at all.

47
Mach4 General Discussion / Re: Lines in the tool path window
« on: October 25, 2017, 03:36:05 AM »
I have laser cutting machines. The cut line is one, not much like yours. Plus they are thin, compare the lines of the axes of the XYZ with my window. On the first page of the topic, I posted a photo of the monitor from the phone, and not PrintScreen, for clarity.

48
Mach4 General Discussion / Re: Lines in the tool path window
« on: October 25, 2017, 02:39:21 AM »
joeaverage,
Light blue in the sun is not visible at all.

49
Mach4 General Discussion / Re: Lines in the tool path window
« on: October 25, 2017, 02:15:50 AM »
Hi,
joeaverage
If you use a screen with blue color where the sun is, then you see worse than gray. If there is a way to make the lines on the screen thicker, then I will return the initial color settings.

Steve Stallings,
Window 10 tells me that there is no update. Mach3 on this screen draws the correct lines, I think that the error is not in the driver.
PC - MSI Pro 24 6M
https://us.msi.com/All-in-One-PC/Pro-24-6M

50
Mach4 General Discussion / Re: Lines in the tool path window
« on: October 24, 2017, 09:14:57 AM »
1 - video card
2 - integrated Video Card
It is better to look at the bottom left edge (X, Y, Z axis).

Pages: « 1 2 3 4 5 6 »