Hello Guest it is April 17, 2024, 11:33:36 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 - FoxtrotBravo

Pages: 1
1
I'm completing a new plug-in for an USB BOB.

When my plug-in writes configuration data back to the profile file using "DevProf->WriteProfileInt" everything is fine, as I verify using a text editor on the .xml file, but when Mach3 exits, it writes the previous data back to the file. It seems like Mach3 (or some other plug-in) is holding on to an CXMLProfile handle until it exits, at which time old data is flushing back to disk.

Has anyone else noticed this? Is there any easy work-around without having to create a custom configuration/setup file for my plugin?

Thanks for your help.
Frank

2
Thanks.
I'll monitor 67 and 172, it sounds like that's exactly what I needed.

Frank

3
Mach SDK plugin questions and answers. / Disabling I/O during file loading
« on: December 03, 2010, 12:44:54 PM »
When Mach3 loads a file it runs through a simulation of the g-code. What variable can a plug-in check to determine if Mach3 is in this simulation mode? I'm creating a plug-in for an I/O board, and I/O is being executed during program loading, and that's what I will need to prevent.

Thanks.



Pages: 1