Macro_capability_detailed.htm - suggested corrections

This section is for Users that want to create and share Documentation about UCCNC.

Re: Macro_capability_detailed.htm - suggested corrections

Postby cncdrive » Thu Mar 29, 2018 11:58 pm

Thanks Rob, I appritiate the update! :)
cncdrive
Site Admin
 
Posts: 4695
Joined: Tue Aug 12, 2014 11:17 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby Robertspark » Sun Jun 17, 2018 2:54 pm

UCCNC Macro Manual has been updated to the current development release v1.2105

Available for download from googledrive here {or via my signature}:

https://drive.google.com/drive/folders/ ... kdfQWRaYTg
Robertspark
 
Posts: 1892
Joined: Sat Sep 03, 2016 4:27 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby Robertspark » Tue Jan 01, 2019 12:51 pm

UCCNC Macro Manual has been updated to the current development release v1.2108

Available for download from googledrive here {or via my signature}:

https://drive.google.com/file/d/1weOpLj ... sp=sharing

I may do a tidy up update as there are a few methods I'd like to explain better + tidy up formatting

{useful} Comments / additions welcome .... the manual is afterall to benefit you and everyone else.... if there is something missing / something you use and would like added just PM me / post here..... it is suppose to be a central searchable source of info for macros (and to a degree plugins..... No I'm not very good with plugins .... too many things in my head to concentrate on one programming language :D
Robertspark
 
Posts: 1892
Joined: Sat Sep 03, 2016 4:27 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby beefy » Tue Jan 01, 2019 10:14 pm

Thanks for the update Rob.
beefy
 
Posts: 449
Joined: Mon Sep 05, 2016 10:34 am

Re: Macro_capability_detailed.htm - suggested corrections

Postby extent » Tue Jan 01, 2019 10:18 pm

The Addslider() example parameters is just a copy of the addMDI params
extent
 
Posts: 7
Joined: Wed May 24, 2017 11:09 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby Robertspark » Tue Jan 01, 2019 10:23 pm

extent wrote:The Addslider() example parameters is just a copy of the addMDI params


Damn... I'd seen that and forgot to change it (did some last night... Some this morning..... There is 22300 words in that manual now though.

I'll sort in the update... Thanks for the heads up
Robertspark
 
Posts: 1892
Joined: Sat Sep 03, 2016 4:27 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby Robertspark » Thu Mar 14, 2019 10:36 am

V1.2109 Macro_capability_detailed.htm typographical errors:

Function: void GetRotate(out double Rx, out double Ry, out double Angle)
Description: This function returns the current G68 rotation point and rotation angle.
Example: double Rx, Ry, Angle;
GetRotate(out Rx, out Ry, out Angle);


suggest correct to:
Function: void GetRotate(out double Rx, out double Ry, out double Angle)
Description: This function returns the current G68 rotation point and rotation angle.
Example: double Rx, Ry, Angle;
exec.GetRotate(out Rx, out Ry, out Angle);


________________________________________________________________________
Function: int Getcurrentgcodelinenumber(void)
Description: This function returns the line number of the g-code file pointed by the current line DRO pointer.
Example: int linenumber = exec.Getcurrgcodelinetext();


suggest correct to:
Function: int Getcurrentgcodelinenumber(void)
Description: This function returns the line number of the g-code file pointed by the current line DRO pointer.
Example: int linenumber = exec.Getcurrentgcodelinenumber();


___________________________________________________________________

Suggested add to Macro_capability_detailed.htm

AddStatusmessage()
Function: void AddStatusmessage( string StatusMessage )
Description: Adds a message to the Status Listbox
Example: exec.AddStatusmessage( "Check Ohmic Probe");
Robertspark
 
Posts: 1892
Joined: Sat Sep 03, 2016 4:27 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby cncdrive » Thu Mar 14, 2019 12:15 pm

Hi Rob,

Thank you for the suggestions, I've just made the corrections and addition.
cncdrive
Site Admin
 
Posts: 4695
Joined: Tue Aug 12, 2014 11:17 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby Robertspark » Fri May 03, 2019 10:17 pm

Robertspark
 
Posts: 1892
Joined: Sat Sep 03, 2016 4:27 pm

Re: Macro_capability_detailed.htm - suggested corrections

Postby cncdrive » Fri May 03, 2019 11:28 pm

Thank you Rob.
cncdrive
Site Admin
 
Posts: 4695
Joined: Tue Aug 12, 2014 11:17 pm

PreviousNext

Return to User Documentation

Who is online

Users browsing this forum: No registered users and 2 guests