Friend has a Koike D11
12 Sep 2013 21:54 #38702
by ArcEye
Replied by ArcEye on topic Friend has a Koike D11
The following user(s) said Thank You: SpeedyVT
Please Log in or Create an account to join the conversation.
13 Sep 2013 14:49 #38754
by ArcEye
To clarify the sequence is normally something like
a specific programming manual for it
regards
Replied by ArcEye on topic Friend has a Koike D11
Try something like "\x02 GOOX0 \x03" and see if you get movement and an ACK
To clarify the sequence is normally something like
Trouble is that the programmer can have it work any way they want, so there will be a lot of trial and error unless you have
DNC - ENQ
CONTROLLER - ACK
DNC - "\x02 GOOX0 \x03"
CONTROLLER - ACK (or NAK if not possible)
DNC - EOT
CONTRLLER - ACK
a specific programming manual for it
regards
The following user(s) said Thank You: SpeedyVT
Please Log in or Create an account to join the conversation.
16 Sep 2013 23:34 #38890
by SpeedyVT
Replied by SpeedyVT on topic Friend has a Koike D11
Thank you! I received an incomplete bits of information. I received !R and I'm quite not sure why? Any clue? Possible the cable is bad?
Please Log in or Create an account to join the conversation.
20 Sep 2013 15:17 #39063
by ArcEye
Replied by ArcEye on topic Friend has a Koike D11
Sorry missed this one, didn't get an email for some reason.
The ASCII charactors are outside the range normally used for control chars
! is 0x21, but R is 0x52 and definately would not be used for communicating as it means radius in every flavour of G Code I have ever seen.
The trouble with serial comms is that when buffers are displayed they will contain all sorts of numbers which correspond to ASCII charactors.
Most of it is just random rubbish.
You have to know what is significant (ie what is expected)
It is often easier to display the recieved data as hexidecimal and then the control charactors show up, a lot just get displayed as a blank space otherwise.
The first step is usually to send various enquiries and look for an ACK or NAK back (0x06 or 0x15) but without a programming guide and the machine to play with I am just guessing
regards
The ASCII charactors are outside the range normally used for control chars
! is 0x21, but R is 0x52 and definately would not be used for communicating as it means radius in every flavour of G Code I have ever seen.
The trouble with serial comms is that when buffers are displayed they will contain all sorts of numbers which correspond to ASCII charactors.
Most of it is just random rubbish.
You have to know what is significant (ie what is expected)
It is often easier to display the recieved data as hexidecimal and then the control charactors show up, a lot just get displayed as a blank space otherwise.
The first step is usually to send various enquiries and look for an ACK or NAK back (0x06 or 0x15) but without a programming guide and the machine to play with I am just guessing
regards
Please Log in or Create an account to join the conversation.
20 Sep 2013 15:22 #39064
by ArcEye
Replied by ArcEye on topic Friend has a Koike D11
PS
Have you seen this?
www.cnczone.com/forums/general_waterjet/49015-koike_d11.html
Looks as though another user got it working with a DNC link program, hopefully he will respond if you contact
regards
Have you seen this?
www.cnczone.com/forums/general_waterjet/49015-koike_d11.html
Looks as though another user got it working with a DNC link program, hopefully he will respond if you contact
regards
Please Log in or Create an account to join the conversation.
Time to create page: 0.118 seconds