Hello Guest it is April 24, 2024, 02:57:08 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 - Damjan

Pages: 1
1
Hi,
is there a way to send gcode (lines or batches of lines) to mach3, which are then executed immediately?
I have a rather good knowledge of vb and c#, but none in c++.. so for now i tried the not very elegant way of having a vb script that reads a textfile in intervals, while another c# application writes them. Works pretty fine for 2 minutes or so, before either of them crashes because of read/write access violations.
Can anyone point me in the right direction - be it a plugin, vbscript or even some c++ code i can try to decipher.

In case you wonder why i would need this: basically i want to have my own application reading data / generating gcode on the fly, connect arduino sensors, interface with Rhino3d etc. which is all rather easy with c#, i just need the bridge to mach3

thank you!

Pages: 1