Hello Guest it is March 19, 2024, 04:05:29 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TPS

1271
VB and the development of wizards / Re: edit script
« on: May 16, 2019, 03:12:12 AM »
some Syntax Errors corrected:

Code: [Select]
Zmin     = Question ("minimum value at which the probe drops:")          'the minimum value at which the probe drops, depends On the part To be probed And the length of the stylus
Zmax     = Question ("altitude Z for the rapid movement of the X axis:") 'altitude Z for the rapid movement of the X axis when the scan reaches the bottom of Xmax and returns to Xiniz
Xmax     = Question ("upper right corner end scan x max:")               'upper right corner end scan
Ymax     = Question ("upper right corner end scan Ymax:")                'upper right corner end scan
StepZsu     = Question ("movement in Z + when the probe touches Z high:")   'step shift in Z + when the probe touches
StepX     = Question ("resolution of the scnsione X:")                    'resolution of the scansione, For Y Any value can be Put, For X the maximum stroke of the stylus must Not be exceeded
StepY     = Question ("resolution of the Y scnsione:")                    'resolution of the scnsione, For Y Any value can be Put, For X the maximum stroke of the stylus must Not be exceeded
AvanzZgiu   = Question ("Z 'axis descent speed-:")                          'speed for the relative axes
AvanzZsu    = Question ("Z + axis climb speed:")                            'speed for the relative axes
AvanzX     = Question ("X-axis speed:")                                    'speed for the relative axes
AvanzY     = Question ("velocity Y axis:")                                 'velocity For the relative axes
Xiniz     = Question ("bottom corner X:")                                 'bottom left corner start of scan
Yiniz     = Question ("bottom angle Y:")                                  'bottom left corner start of scan



1272
VB and the development of wizards / Re: edit script
« on: May 16, 2019, 02:21:03 AM »
a quick and easy Version is for example

Zmin=Question ("Enter value for Zmin:")


an other Version would be to put Label's(for the description) and OEMDro's (for the values) to
your Screen and get the values via:

Zmin=GetOEMDro(1300) where 1300 is the dro number witch is used in Screen.

1273
General Mach Discussion / Re: Motors stalling /growling
« on: May 15, 2019, 02:23:24 AM »
had a quick look to your Profile. only x-axis is set.

Dir Port1 Pin3 LowActive1
Step Port1 Pin4 LowActive1
Step/per 3850
Velocity 103.98
Accel 4

Dir Pulsewidth 0
Step Pulsewidth 0

These two should be set to 5 see reply#30 from reuelt





1274
General Mach Discussion / Re: Mill or Turn?
« on: May 14, 2019, 08:18:56 AM »
The home position is the "master tool" all tools are offset from there so it means you can replace any tool and reset the tool offsets for it and not have to worry about it messing with any other tool. As all tools are set to their respective diameters from the home position you do not usually need to alter the X value for your G54 (or other) offset. The Z G54 will need to be set for every different part you do but that is easy enough as you just call any tool you like, move it to the end of the stock and then zero the Z work offset. Doing that will mean every other tool will also now have their Z Zero work offset position as zero when they are touching the end of the material.



It works, I couldn't figure it out but once you try it, it makes sense, thanks Hood.

Next - my servo spindle drive seems odd.

At up to 2990 rpm in CS-Labs Pid tuning, it runs nicely with a low following error, about 1500 IIRC, at full speed of 3000 rpm I see a runaway following error - just carries on rising and would eventually trip an e-Pid fault on max following error i guess.

Its not serious, its only 10rpm lost but seems odd??

sounds like you have reached the 10V at 2990rpm.

1275
General Mach Discussion / Re: Motors stalling /growling
« on: May 14, 2019, 01:35:04 AM »
in c:\Mach3 is a file  "yourprofilename".xml where all Settings are stored.

1276
General Mach Discussion / Re: Motors stalling /growling
« on: May 13, 2019, 01:13:14 PM »
can you post your xml

1277
General Mach Discussion / Re: Mill or Turn?
« on: May 11, 2019, 06:29:17 AM »
happy to hear that you have figured it out. :)

would be interested witch Setup you are planning for lathemill?

1278
VB and the development of wizards / Re: Z axis zero
« on: May 11, 2019, 02:27:58 AM »
after you do you probe z-axis dro must Show +9.96mm,
otherwise your PlateThickness is not stored in UserDRO(1151)

btw where (Screen) do you set your PlateThickness?

1279
General Mach Discussion / Re: Mill or Turn?
« on: May 10, 2019, 09:25:18 AM »
watched the Video several times, not sure what you mean.

it can be Encoder related, i think you are using Encoder Output from servo Controller?

how are Pn016 and Pn017 set?

1280
General Mach Discussion / Re: Mill or Turn?
« on: May 10, 2019, 06:19:26 AM »
Quote
Any ideas?

not realy, maybe use another free analog Output?

can not test this here, the IP/S does not Support spindle axis with analog out only step/dir.