Hello Guest it is April 18, 2024, 07:49:34 AM

Author Topic: DRO display  (Read 8552 times)

0 Members and 1 Guest are viewing this topic.

DRO display
« on: August 25, 2009, 04:41:39 AM »
I have decision to show DRO information on LCD screen by using microcontroller and modbus
I have studied PDF files of MODBUS protocol
& also I have enough knowledge about microcontroller  AVR.
Please explain me the structure of this job by using brain
« Last Edit: August 25, 2009, 01:16:42 PM by manmardam »
**Even a clock that does not work is right twice a day**
Re: DRO display
« Reply #1 on: August 25, 2009, 12:59:44 PM »
I know that the exchange must send the requested slave to master then master response
How can this communication explained by the brain between master(pc) & slave?
« Last Edit: August 26, 2009, 10:04:34 AM by manmardam »
**Even a clock that does not work is right twice a day**
**Even a clock that does not work is right twice a day**
Re: DRO display
« Reply #3 on: September 02, 2009, 04:02:25 PM »
I was successful
**Even a clock that does not work is right twice a day**

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: DRO display
« Reply #4 on: September 02, 2009, 04:21:25 PM »
Very good!  :)

Brett
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!
Re: DRO display
« Reply #5 on: June 06, 2010, 04:45:14 PM »
How extracts the axis DRO information from Mach3 without ModIO? Or where I can read about it?
Re: DRO display
« Reply #6 on: June 07, 2010, 01:15:26 AM »
you should use macro and Serial protocol
Something like this:
Call sendserial ("X" &Left(GetDRO(0),InStr(1,GetDRO(0),".")+3))

Amir
**Even a clock that does not work is right twice a day**
Re: DRO display
« Reply #7 on: June 07, 2010, 06:11:57 AM »
Is it possible to tell more in detail and with examples?
Re: DRO display
« Reply #8 on: June 07, 2010, 08:02:04 AM »
If you have dominate to microcontroller, you can easily display the output of this code on the lcd .
Output of this code is "" for example :  X2.532 ""

Amir
**Even a clock that does not work is right twice a day**
Re: DRO display
« Reply #9 on: June 20, 2010, 03:12:04 PM »
What OEMCode for Currenl line DRO and for cycle jog step DRO?