Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: Mauri on December 21, 2018, 05:29:04 PM

Title: New CV Wizards
Post by: Mauri on December 21, 2018, 05:29:04 PM
Hi,
I just looked at the Mach4 V4006 and noticed that there are New CV Wizards in the Wizard Directory.
they are mcCvTuningWizard and mcCvDistToleranceV001.
mcCvDistToleranceV001 [CVFeedrate] and [CVBlendRadius] produces nan(ind) in the machine.ini see below?
There is no explanation to what these entries mean and do to the G-Code process.
I cannot see anything in the Mach4 config that has "ind" values and all entries are the same except the =0.
Could someone explain how this all functions.  ???
Regards,
Mauri.

[CVFeedrate]
Angle_0=-nan(ind)
Angle_1=-nan(ind)
Angle_2=-nan(ind)
Angle_3=-nan(ind)
Angle_4=-nan(ind)
Angle_5=-nan(ind)

[CVBlendRadius]
Angle_1=-nan(ind)
Angle_2=-nan(ind)
Angle_3=-nan(ind)
Angle_4=-nan(ind)
Angle_5=-nan(ind)
Title: Re: New CV Wizards
Post by: SEREGIUS on January 10, 2019, 01:48:23 AM
I'm interested too.
I suppose that does not work. Just at low speeds is not noticeable.
Title: Re: New CV Wizards
Post by: Chaoticone on January 10, 2019, 01:59:58 PM
Yeah Mauri, that was a bug in the wizard introduced with Lua 5.3. It's fixed in 4026.
Title: Re: New CV Wizards
Post by: Mauri on January 11, 2019, 05:21:34 AM
Chaoticone,
Thanks, this is a better version of CV and now does what I was doing to the V3804 limiting the CV Angle to se set value.
Regards,
Mauri.