TB6600 and new motherboard.
- MagicMarcus
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 1
24 Jun 2021 10:52 - 24 Jun 2021 10:58 #212812
by MagicMarcus
TB6600 and new motherboard. was created by MagicMarcus
Hello.
I builded new computer with LinuxCNC (motherboard MSI Z87-G43). Axes X and Y: M542 drivers, axis Z: TB6600 driver. Board: SSK MB2
Axes X and Y work perfectly but Z axis doesn't move.
On previously (very poor) computer all axes worked fine.
Settings on StepConf:
step time: 5500,
step space: 5500,
direction hold: 20000,
direction setup: 20000
max jitter: 2500.
Where is the problem? Software or new hardware?
Thank you
Marcus
I builded new computer with LinuxCNC (motherboard MSI Z87-G43). Axes X and Y: M542 drivers, axis Z: TB6600 driver. Board: SSK MB2
Axes X and Y work perfectly but Z axis doesn't move.
On previously (very poor) computer all axes worked fine.
Settings on StepConf:
step time: 5500,
step space: 5500,
direction hold: 20000,
direction setup: 20000
max jitter: 2500.
Where is the problem? Software or new hardware?
Thank you
Marcus
Last edit: 24 Jun 2021 10:58 by MagicMarcus.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
24 Jun 2021 11:27 #212814
by BeagleBrainz
Replied by BeagleBrainz on topic TB6600 and new motherboard.
You really need to check both the hardware & software.
You could try increasing the step time & space for the Z axis, maybe start with 10000 if that works, then try 7500, if that works go down half again, if it doesn't go up half, until you find the value that works best. Similar in method in how a successive approximation ADC finds a value.
eg:
If 10000 works try 7500 (if not try a larger number)
If 7500 works try 6250
If 7500 doesn't work try 8750
and so on.
If that gives no change:
Check all wiring. If all is good I would then do the following.
I'd swap the Z driver with either one of the X or Y axes and run a test. The idea is to check that the TB6600 driver is still good. If the Z axis does not work on the swapped driver, I'd recheck the wiring, then check the *.ini & .hal file.
If you post the .ini & .hal files that will.
You could try increasing the step time & space for the Z axis, maybe start with 10000 if that works, then try 7500, if that works go down half again, if it doesn't go up half, until you find the value that works best. Similar in method in how a successive approximation ADC finds a value.
eg:
If 10000 works try 7500 (if not try a larger number)
If 7500 works try 6250
If 7500 doesn't work try 8750
and so on.
If that gives no change:
Check all wiring. If all is good I would then do the following.
I'd swap the Z driver with either one of the X or Y axes and run a test. The idea is to check that the TB6600 driver is still good. If the Z axis does not work on the swapped driver, I'd recheck the wiring, then check the *.ini & .hal file.
If you post the .ini & .hal files that will.
Please Log in or Create an account to join the conversation.
- MagicMarcus
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 1
30 Jun 2021 06:29 - 30 Jun 2021 06:30 #213312
by MagicMarcus
Replied by MagicMarcus on topic TB6600 and new motherboard.
Thank you for your response.
I changed the step time and space (2000-25000), checked connections, changed ports, motors, drivers - it still doesn't work. The configuration files are attached. Maybe you'll notice something there.
Thank you
I changed the step time and space (2000-25000), checked connections, changed ports, motors, drivers - it still doesn't work. The configuration files are attached. Maybe you'll notice something there.
Thank you
Last edit: 30 Jun 2021 06:30 by MagicMarcus.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
30 Jun 2021 07:49 - 30 Jun 2021 07:49 #213315
by BeagleBrainz
Replied by BeagleBrainz on topic TB6600 and new motherboard.
Is your Parallel Port included on the Motherboard or is it an add in card.
Could you please run this command:and attach the lspci.txt file with your next post.
Andand attach the dmesg.txt file with your next post.
Could you please run this command:
lspci -vnn > lspci.txt
And
sudo dmesg | grep parp > dmesg.txt
Last edit: 30 Jun 2021 07:49 by BeagleBrainz.
Please Log in or Create an account to join the conversation.
- MagicMarcus
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 1
30 Jun 2021 08:57 - 30 Jun 2021 09:10 #213320
by MagicMarcus
Replied by MagicMarcus on topic TB6600 and new motherboard.
.
Last edit: 30 Jun 2021 09:10 by MagicMarcus.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
30 Jun 2021 09:56 #213323
by BeagleBrainz
Replied by BeagleBrainz on topic TB6600 and new motherboard.
You ok Marcus ?
Your last post appears to be blank.
Your last post appears to be blank.
Please Log in or Create an account to join the conversation.
- MagicMarcus
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 1
30 Jun 2021 10:08 #213325
by MagicMarcus
Replied by MagicMarcus on topic TB6600 and new motherboard.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
30 Jun 2021 10:34 #213326
by BeagleBrainz
Replied by BeagleBrainz on topic TB6600 and new motherboard.
No probs mate.
Please Log in or Create an account to join the conversation.
30 Jun 2021 14:07 #213343
by andypugh
Replied by andypugh on topic TB6600 and new motherboard.
Something is odd in the config.
The step length and step space seem to be set to 1nS.
This is usual if the config is using the stepgen "reset" function, to allow 1 full step every base period.
But your HAL is not configured that way.
So, step 1, edit the HAL by hand to set all steplen / stepspace to 10000 then try again.
If that works, then we can work out what has gone wrong. If it doesn't work then we need to carry on looking.
What is the digital output used for?
The step length and step space seem to be set to 1nS.
This is usual if the config is using the stepgen "reset" function, to allow 1 full step every base period.
But your HAL is not configured that way.
So, step 1, edit the HAL by hand to set all steplen / stepspace to 10000 then try again.
If that works, then we can work out what has gone wrong. If it doesn't work then we need to carry on looking.
What is the digital output used for?
Please Log in or Create an account to join the conversation.
- MagicMarcus
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 1
30 Jun 2021 14:09 #213344
by MagicMarcus
Replied by MagicMarcus on topic TB6600 and new motherboard.
Attachments
Please Log in or Create an account to join the conversation.
Time to create page: 0.100 seconds