Before we start, Ezcad2 only can run on windows system. It cannot run on MAC control system. Some copy Ezcad2 cannot run on 64bits system and copy Ezcad2 driver is different from genuine type. So better confirm you are using real Ezcad2.
Step 1: Copy the drive and software program into your computer's hard disk(You can copy them and save it in D disk, do remember the place that you saved, and DO NOT move to other place. You can see EZCAD program in our U disk as below:
Beijing JCZ Technology Co., Ltd. , mainly focused on the development of laser control system. The company introduced laser marking control system, fly marking control system, rotary marking control system, biaxial parquet marking control system according to the characteristics of laser processing, the common configuration of domestic laser equipment and the common problems in laser processing. Mirror engraving control system; laser cutting control system; laser camera, cutting system; laser camera, marking control system; laser welding control system; dynamic focus control system.
Hi.
I need help!
My machine will not work. Windows says fail to open lmc driver. I have driver error all the time! I have tried to open ezcad2. Also saying can not find dog. I have lightburn, but the Lightburn can not find the machine. I have a 30w fiber that i bought used, but the first owner said he only used it two times. He said it worked fine with Lightburn! Lightburn can not find my laser. I use Windows 11 home 64-bit operating system. I also have a xtool F1 machine. It works fine! Please help me with setting my machine up for Lightburn.
Warning: You should never actually use this any of this information in this post, this linked app or even test it, as it may do something bad and unexpected to everything, and anything, damage you, damage the laser, the planet, etc. Its purely for informational purposes only.
This one is partly why I started this, we had a false test that allowed us to cut rectangles clearly but I think the settings changed between the working cut and then our stencil tests, basically one small tab at the end of the laser operation would be left behind.
That causes quite a large change in the file. But its encouraging because what happened was it overwrote some info at the start of the file, some of the ff ff ff 00 changed, the pens seemed to stay in the same place and a whole chunk of stuff was added to the end of the file.
LMC1.dll LMCMIO.dll are the main files for talking to the board, there is an MarkEz.dll available that you can use to interface with the laser, but it is really high level and might be a paid option ?
Some of the basic C funcs are just wrappers that call the MIO, like lmc_OpenDriver is a stub for MIO_Open, there is also a sprinkling of gf_ calls which seems mostly related to setup and configs as well as some utility functions.
DataMgr.dll is the other interesting DLL, that one is heavily tied to EzCad, checking the LMC board and so on. more of the gf_ and AFX/MFC there interfaces to the barcode generation, Excel and huffman encoding in there too, so it does a lot of the heavy lifting for EzCad.
This uses the undocumented unDNameEx function to demangle C++ names from msvc, its what the undname.exe uses, which you can just do a dumpbin /exports and feed the results into as well. First it scans the dll for the exports, then it demangles them. unDNameEx can cause memory issues if not used properly.
Whats going on here is a DLL function lives at a memory address, GetProcAddress returns that address in memory. Instead of the original DLLs address we return our functions address, then after we run our code it jumps to the old DLL address and continues the function as normal, we can snoop, change data skip it. and so on.
This the skeleton proxy function for MIO_AxisGoOrigin in LMCIO.DLL, it saves the flags and registers, then prints a message to the internal debug system in windows, then jumps to the original function.
Windows has plenty of tools for this. We need the windows debugging tools, windbg x84 and gflags.exe. Gflags is going to allow us to turn on the internal DLL load tracing, so that we can see whats happening behind the scenes without any extra work.
DLLs also cascade load, that is the app loads a DLL, and that DLL loads another DLL. So I added the snap loader tracer to the LMC1.dll as well. WinDepends is a good place to start poking at DLL load order, as well windbg.
And there it is, the proxy alias is there , which the = @ILT part. So even though the .DEF is correct, the linker has terminated at the @ because thats the token to specify the ordinal (an ordinal is a numerical index for a function, versus a name)
OK, so now we are inside our function, the proxy dll is working so far but I initially left in some debug code for testing proxy DLLs that made it keep looping the function. After rebuilding the proxy DLL I ran EzCad2 again in WinDbgx86 and :-
there is an array of arrays for the parameters , upto 20, and an array of return addresses since functions may be called in parallel or from other areas of the dll etc. recursive calls will need something more sophisticated.
Using the modified DataMgr.dll that patches 8B 44 24 04 with 31 C0 FF C8 allows me to save the .ezd files offline, but using that mod EZCAD does not display the Q-Pulse Width settings used on MOPA Lasers.
The pen tool is a really powerful tool for making test grids, one that many folks would really appreciate. Have you thought about making a similar tool which lets you quickly update the hatches for existing objects?
Fiber laser marking machine is a unique device for marking various materials, such as metal and hard plastic. Optical fiber laser marking machine can be used for electrical appliances and industrial products. You can also use fiber laser markers on jewelry, watches, keys, etc. If you are a small business owner or a passionate craftsman, you can use fiber laser marker to print logo, text, design, pattern, serial number, etc.
Fiber laser marking is becoming a booming business because you don't have to invest in expensive equipment and can easily start fiber laser marking from home. With time, patience and practice, you can start building your fiber laser marking portfolio. Monport high precision fiber laser engraver provides excellent accuracy for metal marking. It has three models of 20W, 30W and 50W to meet the needs of various customers. Optical fiber marking machine is widely used in precision mechanical hardware, microelectronics and other precision requirements.
However, you must be familiar with the right tools and software in order to take the fiber laser marking business to a new level. Laser marking machine is compatible with specially designed laser software, which can also be used as a communication platform. The optical fiber laser marking software industry is developing rapidly. However, not many software programs can provide convenient and advanced functions like EzCad.
Monport laser provides highly praised EzCad software for its optical fiber galvanometer engraving machine. EzCad is a flexible and powerful software package, which is very suitable for engraving applications and compatible with a variety of modern imaging solutions, such as QR code and bar code. This is the function of EzCad. It can be used as an independent CAD and graphics processing package, or as a communication platform to import and transfer DXF and other file types to the engraving machine.
By assigning up to 256 layers of different colors to each element of the design, you can attribute speed, power, laser frequency, and other parameters to different parts of the design. Therefore, the shadows and changes of the engraved appearance on a single workpiece can be changed, resulting in more interesting and fascinating finished components.
When choosing the best software for your fiber laser marking business or project, learning how to use this software is the first step to get familiar with the output and design ability of the program.
EzCad requires a software security device sometimes. This device plugs into the USB port on the PC. If there is no dongle or the dongle do not install correctly, a caution will appears and the software will work at demo state. In demo state, we can evaluate the software but we cannot save files or control laser device.
Step 3: Click the windows start icon with the left mouse button, and then click devices and printers with the left mouse button. You should see an unspecified device USBLMCV2 with a yellow warning button.
Step 4: Right click USBLMCV2 and select properties. On the hardware tab, select the laser marking control board, click properties, and select the driver tab. Click Update Driver and select manual search. Browse to my documents > EzCad > drivers. Select a 32-bit or 64 bit folder that is appropriate for your computer. Your system should respond and the driver has been successfully updated. Note: you also can find information about your computer by going to start > Control Panel > system.
Open the EzCad folder. In the EzCad folder, you can see a file EzCad. Right click the EzCad application file and select copy. Right click the desktop and select Paste shortcut. Then you can use the shortcut to open the software and start using the laser to create creative and profitable items.
EzCad is a professional marking software launched by Golden Orange Software Co., Ltd., The software is perfect to support True Type fonts, single-line fonts (JSF), Array font (DMF), etc. And has flexible text processing, powerful compatibility and image processing functions to meet the needs of different users.
EzCad ensures perfect and accurate engraving effect. If you want to engrave detailed high-resolution graphics, using EzCad will ensure the final accuracy. After reading this article, do you have any questions about EzCad? You can leave a message at the bottom of the article; Thank you for reading!
c80f0f1006