about c program
Posted: Sun Sep 27, 2020 3:19 am
CS0_StoppingState, what does that mean?
can anyone tell me, what is its use.
and does anyone know, how to show DRO way in C program?
below is an example that I use on the Arduino GRBL :
can anyone show me, how to make count in C program? especially at KANALOG Dynomotion.
please advise and help.
can anyone tell me, what is its use.
and does anyone know, how to show DRO way in C program?
below is an example that I use on the Arduino GRBL :
Code: Select all
int count = 0;
if ( count > 10 )
{
// activate relay 1
// deactivate relay 2
}
please advise and help.