Search found 6 matches

by netboss
Sun Oct 13, 2019 10:26 pm
Forum: Hardware Interface Issues
Topic: Leium 23 Servo Drivers
Replies: 1
Views: 1777

Leium 23 Servo Drivers

Anyone have any experience using the Dynamotion equipment with the Lexium 23 series of servo drivers?
by netboss
Thu Jul 05, 2018 7:53 pm
Forum: C Programs
Topic: In a panic - tcc: Internal Compiler error, debug info
Replies: 2
Views: 2224

Re: In a panic - tcc: Internal Compiler error, debug info

OK, sorry, too long without sleep. I had multiple includes of the same .h files.

But thanks for being here. I think you must give the best support on the web.
by netboss
Thu Jul 05, 2018 7:49 pm
Forum: C Programs
Topic: In a panic - tcc: Internal Compiler error, debug info
Replies: 2
Views: 2224

In a panic - tcc: Internal Compiler error, debug info

I just started getting this error compiling a C program in KMotion. Not sure what I did that caused it. I restarted KMotion with the same results. I have attached the program.
by netboss
Mon Jul 02, 2018 9:45 pm
Forum: C Programs
Topic: Setting a value in the machine coordinates
Replies: 4
Views: 4037

Re: Setting a value in the machine coordinates

Tom, Sorry for not being clear. t was a statement. I was just responding to your comment re: wondering why I would want to set the machine to other than zero on a home.

Thanks again for all your help.

Gary
by netboss
Mon Jul 02, 2018 6:54 pm
Forum: C Programs
Topic: Setting a value in the machine coordinates
Replies: 4
Views: 4037

Re: Setting a value in the machine coordinates

OK, thanks.

Additional piece of info: my system is open loop.

My homing routine includes the function to set the axis machine coordinates to zero. While it may seem illogical, I would like to set the machine coordinates to other than zero when the axis is homed.

Thanks,
Gary
by netboss
Mon Jul 02, 2018 1:40 pm
Forum: C Programs
Topic: Setting a value in the machine coordinates
Replies: 4
Views: 4037

Setting a value in the machine coordinates

I understand how to use the DoPCFloat(PC_COMM_SET_X, 4.0) function. This example would set the X axis DRO to a value of 4.000. However, this changes only the program coordinates. How does one set the Machine Coordinates to a given value?