Hello Guest it is May 06, 2024, 10:17:20 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

971
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?

972
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.

973
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


974
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.

975
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?

976
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ß

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

978
the Mayor Problem is to get all those different wires and calbes onto this 25pole Sub D connector.

i have used on all my machines those Interface modules.

then you can use a Standard 25pole cable from controler to the module and connect at the Interface
module all your different single wires cables and so on.

979
if you have a quick look to the dyn4 Manual it says clearly that all Input signals are isolated.
also the example wiring diagram of the analog Input Shows nothing to connect AIN- to somewhere else
as the analog out ground of the source.

so why are you trying to create Problems ?

980
i would prefer to run AIN- and AIN+ directly via 2 wire shielded / twisted cable to the Motion Controller and
put shield on Motion Controller side to GND. the analog Input of your dmn dyn4 is isolated so do not connect
AIN- to Signal ground bus.