Hello Guest it is March 28, 2024, 08:47:05 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.


Messages - rjantz3

Pages: 1
1
I confirm the problem exists in 050 and not in 066. As a workaround does it work for you to add a blank entry like just add N105 between N100 M98 P2000 L5 and N110 M30 so it looks like this?

N100 M98 P2000 L5
N105
N110 M30

Also it seems to work with or without putting the P parameter at the end of the subroutine.

2
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: August 27, 2014, 05:05:57 PM »
Art,

I now have the z axis functioning correctly from within M4. I never figured out what the problem was but a reinstall of Mach4 and Darwin worked.

On the ports control page why would pin 17 (used for the charge pump) blink? When I by mistake had charge pump1 hooked to pin 1 that light blinked. When I mapped it to pin 17 then 17 blinks. Is this anything to worry about?

3
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: August 22, 2014, 05:03:59 PM »
Art,

What would cause the a motor to move in darwin? It makes no difference whether the motor is enabled or not. I have had trouble with this since 1.145 although I never tested versions 1.15 or 1.16. Version 1.18 does this as well.

Ryan

4
Mach SDK plugin questions and answers. / Re: Scripting in vs2008
« on: November 24, 2012, 04:50:57 AM »
In case anyone was curious, I got this issue resolved.  I was using the Mach3 Plugin Wizard. Thanks Ed Bryson. For some reason the registry entry that had the ProgID got erased. A rollback to the originally installed version (3.042.020) corrected the problem. I had been getting a class not found error.

5
Mach SDK plugin questions and answers. / Scripting in vs2008
« on: July 04, 2012, 01:37:39 PM »
Has anyone ever got the script commands to work in VS2008? I am looking for the openteachfile and related commands... I have been beating my head for quite a while on this.

6
Mach SDK plugin questions and answers. / Plugin compiler error
« on: June 06, 2012, 12:11:15 PM »

I am getting a acompile error and I don't understand how to work through this. Can anyone enlighten me a bit? Here is the error from the compiler.
 
error C3728: 'event Mach4::IMyScriptObject_CodeEventHandler
 
and here is the code




Code: [Select]
void programinit(){
Mach4::CMach4DocClass obj;

obj.Code("G20");
obj.Code("G53G90G40");
obj.Code("F1");
obj.Code("M06 T0 F",IPM(),".");
rapidheight();
}






7
VB and the development of wizards / Re: Macro size limit
« on: March 23, 2012, 04:06:17 AM »
What's "reasonable" depends on the level of desperation or determination, doesn't it?  ;)  I was thinking of trying to write a wrapper for the c++ headers that I needed and then finish in VB.Net.

Thanks a lot for your time and ideas.

8
VB and the development of wizards / Re: Macro size limit
« on: March 22, 2012, 11:07:00 AM »
Other solutions fall into the category of "you can program up most anything if you want to expend enough effort..."

Would you care to elaborate on that? I have spent hundreds of hours already on this project. Most of it has been learning one aspect or another of mach3 or VB. 

9
VB and the development of wizards / Re: Macro size limit
« on: March 21, 2012, 10:28:17 PM »
The problem with expand is that it requires 3.43.06 and the target version is 3.42.040. Is there a way to create a dll in like VS2010 Visual Basic? What I run into there is I don't know how to import the DRO and Led conditions and values. Any other ideas?

10
VB and the development of wizards / Macro size limit
« on: March 21, 2012, 05:15:43 PM »
Is there a way outside of creating a plugin to get around the size limit of an .m1s file? When I try to debug any .m1s file over 65kb it says "Error -  Not enough storage to complete this operation. Any ideas?

Pages: 1