Hello Guest it is March 19, 2024, 12:56:16 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

1141
German / Re: Bauteil ausrichten
« on: July 27, 2019, 10:24:10 AM »
Hallo,
irgendwie habe ich den Post verpasst:

siwi ist der Winkel im Bogenmaß, da die Sin/Cos Funktionen einen Winkel im Bogenmaß erwarten
hywi ist der Versatz, der sich aus dem aktuellen Durchmessers des Werkzeugs ergibt, da der neue Nullpunkt ja im Zentrum der Spindel sein soll.

1142
CS-Lab / Re: CSMIO-ENC Spindle Orientation
« on: July 27, 2019, 09:13:55 AM »
ok did a Little bit of reading about M20.

from the Manual (https://www.en.cs-lab.eu/technical-support/download/addons-macros/macro-m20-for-spindle-positioning/)

1.Settings:
a.Using M20 macro for spindle positioning, you can’t use „Align at stop” function at the same time (plugin „Spindle” tab) and reversely



3. The M20 macro verifies the set and real position after spindle positioning.
If the difference between those two values is higher than „Const Offset = 1” parameter value, the „M20 ERROR Offset !!!„ error will appear.
The „Const Offset” value can be reasonably adjusted to our needs (the value of 1 is usually optimal).


that means you can "Play" (increase) a bit with the

Const Offset = 1

in M20.M1S macro.


btw:
I can get orientation to work perfectly in the CSMIO plugin config page

how did you do this?

1143
CS-Lab / Re: CSMIO-ENC Spindle Orientation
« on: July 27, 2019, 07:50:32 AM »
ok, that means the Motor Controller tunning is OK.

have you tryed to reduce the spindle acceleration/deceleration in CSMIO plugin Setup ?

6000rpm/s is pretty high.

1144
CS-Lab / Re: CSMIO-ENC Spindle Orientation
« on: July 27, 2019, 05:56:12 AM »
a simple way to test wether the Motor Controller itselv is Swinging is to

-put 0V to analog Input
-enable the Controller

-now Motor should standstill

-try now to turn Motor by Hand and see who it will stop if you release the Manual torque

if it starts to swing the Controller itselv is overtuned
if it just stands still Controller tunning is ok

1145
brain attached

1146
General Mach Discussion / Re: Macros help
« on: July 26, 2019, 01:51:12 PM »
just copy/paste the code to a macro in macro Folder.

1147
CS-Lab / Re: CSMIO-ENC Spindle Orientation
« on: July 26, 2019, 01:55:02 AM »
so it Looks like you are running your spindle Controller in positionig mode (step/dir), and Dave is running it in Speed follower
(analog Output). In your case the "real" spindle orientation is done by the spindle Controller and CSMIO is only "supervising"
the result.

on a Speed follower the positioning is done by CSMIO witch is very hard (maybe impossible) to tune.
i spend days to try to set it up, and ended up to do the positioning on the spindle Controller itself,
witch is handled by digital I/O.

1148
Mach4 General Discussion / Re: problem with Probe calabration
« on: July 21, 2019, 06:01:19 AM »
ok, Mach4, i am out, sorry.

1149
Mach4 General Discussion / Re: problem with Probe calabration
« on: July 20, 2019, 04:13:37 AM »
depends on the code you are using for probing.
Show us your code.

1150
General Mach Discussion / Re: Cincom citizen L20 control conversion
« on: July 19, 2019, 04:06:38 AM »
if you use an external Motion Controller like CSMIO or UC300 (both have two analog Outputs), you can control
spindle 2 and 3 via them (spindle 1 will be the Standard spindle).

via a customised M3 macro you can control the seperate spindles.

there will be different possibilties to let the macro know, witch spindle/spindles has to be turned on.