Hello Guest it is May 04, 2024, 05:36:12 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

1311
General Mach Discussion / Re: Mill or Turn?
« on: May 08, 2019, 07:02:01 AM »
think you mean this Manual:

https://www.machsupport.com/forum/index.php?action=dlattach;topic=33543.0;attach=44811

it's not hopeless, only hard to read, but the Controller is the chineese Standard servo Controller witch is sold under
maybe 150 different Labels.

back to the Problem.
for a quick test you can set the enable Input a connect a 1.5v battery to the analog Input (pin25/13 ) to have a look that it is
in analog mode.

as far as i know CSMIO can not be Setup to +/-10V spindle control (only for the moving axis), only 0-10V and
use a servo Controller Input for CCW Operation.Mach3 has only the possibilty to Setup one Output for CW and
an other Output for CCW spindle Operation. therefore you have to use two relay's one for CW (only one NO contact
needed) and the CCW relay (two NO contacts needed).
then the CW relay Switches only the SRV-ON
and CCW relay Switches SVR-ON and CCW Input.

for the Moment i see not in the Manual, how to get a CCW Input confiured, but will Keep on studying.





1312
General Mach Discussion / Re: Mill or Turn?
« on: May 08, 2019, 06:32:20 AM »
are you running this Controller in step/dir mode or 0-10V analog mode?

1313
General Mach Discussion / Re: Mill or Turn?
« on: May 08, 2019, 06:22:45 AM »
btw witch servo Controller are you using?

1314
General Mach Discussion / Re: Mill or Turn?
« on: May 08, 2019, 06:16:23 AM »
you can run spindle without ENC module.
you have to set analog Output in CSMIO plugin config.

https://en.cs-lab.eu/wp-content/uploads/2016/06/user_manual_csmioipa_en.pdf

see chapter 10.6

1315
Config -> ports & Pins -> Port Setup and axis selection

port#1 enabled ?
port address set correctly ?

1316
here:
https://www.youtube.com/watch?v=uglCm_qsojk

is a Video how to test the single signals.

1317
General Mach Discussion / Re: Motors stalling /growling
« on: May 08, 2019, 02:15:16 AM »
and how are rhe Motors connected to the axis ? belt driven ? ballscrew ? any gearings ?

1318
i would start with the power supply for the smoothstepper.

1319
General Mach Discussion / Re: mach 3 and win xp pro
« on: May 06, 2019, 09:34:07 AM »
Jogging is ok?

if so try some simple GCodes via MDI Input line

Zero your x axis

G1X100F200 will drive x axis to 100 (check the distance)
G1X0F200 will return to Zero (check as it is on the original startpoint)

repeat a couple of times.

1320
General Mach Discussion / Re: Motors stalling /growling
« on: May 06, 2019, 09:28:54 AM »
you can do quick checks by using the mdi Input line before run gcode

set your x axis Zero

then G1X10 F10
and G1X0 F10 for going back

the you can increase the F value and see when the stalling starts