hI TOM,
I am using kflop+kanalog+konnect.
I want to select single block option in kmotioncnc using a physical button.
How to do programming for that, any suggestions.??
waiting for your kind reply.
HOW TO SELECT SINGLE BLOCK OPTION IN KMOTIONCNC
Moderators: TomKerekes, dynomotion
-
- Posts: 134
- Joined: Tue Feb 20, 2018 7:35 am
- Location: India
HOW TO SELECT SINGLE BLOCK OPTION IN KMOTIONCNC
Thank You
AMIT KUMAR
AMIT KUMAR
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: HOW TO SELECT SINGLE BLOCK OPTION IN KMOTIONCNC
You might read this.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 134
- Joined: Tue Feb 20, 2018 7:35 am
- Location: India
Re: HOW TO SELECT SINGLE BLOCK OPTION IN KMOTIONCNC
Hi tom,
i tried the above method that you told above,
i am getting this error while compiling and running the program.
waiting for your kind reply.
i tried the above method that you told above,
i am getting this error while compiling and running the program.
How to resolve this error?tcc: undefined symbol 'ScreenScript'
waiting for your kind reply.
Thank You
AMIT KUMAR
AMIT KUMAR
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: HOW TO SELECT SINGLE BLOCK OPTION IN KMOTIONCNC
Hi Amit,
You must not have included the file with the ScreenScript function.
You must not have included the file with the ScreenScript function.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 134
- Joined: Tue Feb 20, 2018 7:35 am
- Location: India
Re: HOW TO SELECT SINGLE BLOCK OPTION IN KMOTIONCNC
Hi tom ,
Which file you are referring ??
which file to include?
Which file you are referring ??
Code: Select all
#include "KMotionDef.h"
#define TMP 10 // which spare persist to use to transfer data
#include "KflopToKMotionCNCFunctions.c"
void main()
{
for (;;)
{
ScreenScript("WinMsg:DlgName;IDC_SingleStep;BM_CLICK;");
Delay_sec(0.5);
}
}
Thank You
AMIT KUMAR
AMIT KUMAR
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: HOW TO SELECT SINGLE BLOCK OPTION IN KMOTIONCNC
KflopToKMotionCNCFunctions.c should contain the ScreenScript function. Does it? What Version are you using?
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.