Search found 25 matches

by Juanjo-Lasing
Mon Sep 30, 2019 10:35 am
Forum: User PC Applications and Libraries .Net
Topic: Unit position equivalence with GCode programas
Replies: 4
Views: 2555

Unit position equivalence with GCode programas

Hello again, I am trying to run simple GCodes in my aplication using the metod KM.CoordMotion.Interpreter.Interpret("...") This is the code I am trying to run, a simple square: G0 X0 Y0 Z0 F50 G90 G21 G40 G1 X5 Y0 G1 X5 Y5 G1 X0 Y5 G1 X0 Y0 M2 In my aplication I put 3 position indicators with a time...
by Juanjo-Lasing
Mon Sep 23, 2019 9:00 am
Forum: User PC Applications and Libraries .Net
Topic: G code interpreter
Replies: 4
Views: 2853

Re: G code interpreter

Okay, I'll try to come up with some solution myself by looking at those examples.

Thank you for your replies.
by Juanjo-Lasing
Fri Sep 20, 2019 10:47 am
Forum: User PC Applications and Libraries .Net
Topic: G code interpreter
Replies: 4
Views: 2853

G code interpreter

Hello, I am trying to program an aplication with a G code interpreter integrated on it, like in KMCNC. To use it as example, I was looking for the KMCNC C# code in the PC VCS Examples\KMotinCNCPro folder but the it is empty. It is lost? Should I download it again? If there is not C# code for KMCNC I...
by Juanjo-Lasing
Wed Sep 04, 2019 3:05 pm
Forum: User PC Applications and Libraries .Net
Topic: DMException using SimpleFormsCS example
Replies: 2
Views: 2140

Re: DMException using SimpleFormsCS example

Hello again,

I added the folder to the Window's path variable and now everything is working.

Thanks a lot Tom.
by Juanjo-Lasing
Wed Sep 04, 2019 12:58 pm
Forum: User PC Applications and Libraries .Net
Topic: DMException using SimpleFormsCS example
Replies: 2
Views: 2140

DMException using SimpleFormsCS example

Hello, I am trying to run a copy of the example SimpleFormCS, the copy is placed in a different folder. This exception stops the program when is going to create the KM_Controller: KMotion_dotNet.DMException DLL not found exception thrown. I build the solutions as is explained in the wiki (debug and ...