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

961
German / Re: Probleme mit PWM
« on: April 16, 2020, 09:46:34 AM »
Probiere das Ganze doch mal mit pin 9 oder 14, ich weis, da hängt kein 0-10V Gedöns dahinter, nur mal zu sehen,
ob da be Step/dir eine Frequenz rauskommt.

962
General Mach Discussion / Re: Collision detection on THC
« on: April 14, 2020, 12:10:23 PM »
there should be a Folder c:\mach3\macros\your Profile Name.

there should be all your macro files, i think your probing will be in M3.m1s

963
German / Re: Probleme mit PWM
« on: April 12, 2020, 07:18:15 AM »
an dem Poti hast Du sicher auch schon gedreht?

964
German / Re: Probleme mit PWM
« on: April 12, 2020, 06:57:39 AM »
Du mußt natürlich, wenn die Spindel als  Step/Dir läuft, auch in Config -> Motortuning -> Spindle auch Steps/per Velocity und acceleration eintragen,
nur finde ich in der Doku nichts darüber welche Werte. Würde einfach mal rumprobieren und schauen.

Die Doku sagt auch, man kann sich auf Einfach CNC eine Standard XML runterladen, habe ich aber nicht gefunden.

EDIT: Hab gerade gesehen, in Deiner XML sind da Werte eingetragen. Hast Du in der ESS config bei Spndle Control auch auf  Step/Dir
zurückgestellt, also nicht PWM?

965
German / Re: Probleme mit PWM
« on: April 12, 2020, 04:36:07 AM »
OK, das mit Pin17 ist vom Breakoutboard abhängig.

Das Handbuch schreibt aber nix von PWM für die Spindel, lt. Handbuch läuft die Spindel  als Step/Dir.

966
General Mach Discussion / Re: Collision detection on THC
« on: April 11, 2020, 06:30:34 AM »
you can do it via macropump macro.

you have to add some code in your digitze macro as well:

Code: [Select]
'put this as the first line in your digitize macro
SetOEMLED(1400,1) 'tell macropum it it a real digitze



'put this as the last line in your digitize macro
SetOEMLED(1400,0) 'tell macropum it it a real digitze is done


the the code for macropump

Code: [Select]
If ((GetOEMLED(1400) = False) and (GetOEMLed(825) = True)) Then
   MSGBox ("Probe hit during cut")
   DoOEMButton(1003) 'Stop machine
End If

something like this should work, code not tested, just written down


967
German / Re: Probleme mit PWM
« on: April 10, 2020, 02:22:15 PM »
das ganze Enable Zeug spielt da auch noch mit.

poste mal bitte Deine XML Datei.

968
German / Re: Probleme mit PWM
« on: April 10, 2020, 02:07:55 PM »
irgendwie finde ich kein Handbuch zu der SRS 1X06 ?

bei allen Beschreibungen zum ESS finde ich immer, das Pin17 Charge pump ist?

was ist bei Dir bei Ports&Pins Outputs bei Charge pump eingetragen?

969
German / Re: Probleme mit PWM
« on: April 10, 2020, 07:03:45 AM »
Servus,
hast Du das hier (Bereich Spindle Setup):
https://warp9td.com/index.php/gettingstarted/setting-up-the-smoothstepper-and-mach#Spindle

schon mal durchprobiert. Benutze selber kein PWM.

Gruß

970
General Mach Discussion / Re: Unable to reset
« on: April 04, 2020, 03:09:39 AM »
you have to check your e-stop Input.