Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
29 Jul 2024 17:08
Replied by tommylight on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

If your getting over current alarm, most probably the motor wires are miss wired.
Stepper motor wiring is very strict, no mixing of coils, that is something most drives will not survive.
To check wiring, connect any two motor wires together (disconnected from the drive) and turn the motor by hand, if you feel resistance = that is one winding and those two wires MUST go to A+ and A- <<<OR>>> B+ and B-, never ever between any A and any B.
  • tommylight
  • tommylight's Avatar
29 Jul 2024 16:55
Replied by tommylight on topic Interesting Youtube Video

Interesting Youtube Video

Category: Off Topic and Test Posts

I suggest having a huge banner on every web page on planet earth to remind people that the server they are getting pages from runs Linux, open source software.
The whole world runs on Linux, everything from microwave to NASA "Mission Critical" stuff, to stuff that keeps humans alive in hospitals.
All still Open Source or was Open Source at a given point in time.
-
Talking bad about developers is really uncalled for:
- they are humans, and as such they might get p.o. seeing their software used in huge projects that are making someone somewhere insanely rich, but they are still in their parents basement pushing 40-50 years old with no wife and kids....
-or someone else jumping into their project and trying to change how he/she did things while intentionally trying to make them look dumb/stupid/incapable
And no matter how bad the first example was, this second one is much worse.
It is Open Source, if you do not like how it is, fork it and do things your way, do not demean the original developer/s
-
To ALL DEVELOPERS everywhere:
THANK YOU.
  • ffffrf
  • ffffrf
29 Jul 2024 16:05
Replied by ffffrf on topic Help with pncconf Z-X-A custom machine

Help with pncconf Z-X-A custom machine

Category: General LinuxCNC Questions

But can you elaborate how you "removed" the Y axis from within linuxcnc / pncconf?
  • MartynT
  • MartynT
29 Jul 2024 16:05
Replied by MartynT on topic Inch display on Metric machine?

Inch display on Metric machine?

Category: General LinuxCNC Questions

Well - (to put it politely) blow me down . It had to be something simple of course. I will check it out shortly. Many thanks.
  • my1987toyota
  • my1987toyota's Avatar
29 Jul 2024 15:47 - 29 Jul 2024 16:22
Replied by my1987toyota on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

I am not familiar with those exact motors. That said, I just want to make sure that none of the motors will move at all?
Do they make any kind of noise when a move is commanded? Like when a stepper is stalled? Do they get hot?
If none move at all and they all trip with the exact same problem check your drives amp setting.
It may also be possible that the motors need to be wired in bipolar series for those drives to work
with them.
  • manfrel
  • manfrel
29 Jul 2024 15:36
Replied by manfrel on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

For X-axis and Y-axis it's Nanotec 4H5618 C0408
www.nanotec.com/fileadmin/files/Datenbla...toren/4H5618_L_C.pdf (it's in german)

For Z-axis it's ISEL MS110 (473030)
www.isel.com/hu/mwdownloads/download/link/id/4186/
  • my1987toyota
  • my1987toyota's Avatar
29 Jul 2024 15:28
Replied by my1987toyota on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

What size motors are you driving with them?
  • scotth
  • scotth
29 Jul 2024 15:22
Replied by scotth on topic Inch display on Metric machine?

Inch display on Metric machine?

Category: General LinuxCNC Questions

In AXIS use the VIEW tab and select Inch or Metric display, or use the "!" key.
  • Aciera
  • Aciera's Avatar
29 Jul 2024 15:14 - 29 Jul 2024 15:16
  • manfrel
  • manfrel
29 Jul 2024 15:07
Replied by manfrel on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

I found it. Unfortunately switching it to 5V didn't change anything.
However I realised that the red LED of the drivers are blinking one time every three seconds, in the manual it says "Over-current protection activated when peak current exceeds the limit."
  • programador
  • programador's Avatar
29 Jul 2024 15:06 - 29 Jul 2024 15:12
Replied by programador on topic Increase the list of symbol names in classicladder

Increase the list of symbol names in classicladder

Category: ClassicLadder

I've already managed to find out why I need to change numSymbols=200 to numSymbols=300. But it has the right position, if you put it at the beginning it crashes the system. Thank you, I'll leave this post in case anyone needs help with this. Thank you to everyone in this forum

#Carregar classicladder Parte 1-3
loadrt classicladder_rt numBits=100 numPhysInputs=99 numPhysOutputs=98 numS32in=99 numS32out=99 numFloatIn=99 numFloatOut=99 numWords=30 numSymbols=300
  • my1987toyota
  • my1987toyota's Avatar
29 Jul 2024 14:48 - 29 Jul 2024 14:55
Replied by my1987toyota on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

 

See top of the above picture of the drive. It says PWR / ALM from what I could see of your pictures you have them.
From the factory they are set to 24 volt. It is possible that switch is underneath of the cover.
  • meister
  • meister
29 Jul 2024 14:42
Replied by meister on topic Interesting Youtube Video

Interesting Youtube Video

Category: Off Topic and Test Posts

I haven't read anything so stupid and inane in a long time
  • programador
  • programador's Avatar
29 Jul 2024 14:26 - 29 Jul 2024 14:30

Increase the list of symbol names in classicladder

Category: ClassicLadder

Hello everyone. I'm organizing my programming in Linuxcnc's classicladder. However, I'm not able to name a symbol name for variable %B3 onwards. It doesn't appear in the list when I press the Symbols button in the Section Display of custom.clp window. I've already tried manually editing the custom.clp file in the Geany program, but it didn't work. Note, in the hal file numBits=100 has already been configured, but I'm still not having success. Attached is what has already been done. Does anyone have any suggestions on how to solve this, so I can name the symbol %B2, %B3., %B4 ... onwards?
File Attachment:

#Carregar classicladder Parte 1-3
loadrt classicladder_rt numBits=100 numPhysInputs=99 numPhysOutputs=98 numS32in=99 numS32out=99 numFloatIn=99 numFloatOut=99 numWords=30

 

File Attachment:

File Name: custom.clp
File Size:9 KB


  • JT
  • JT's Avatar
29 Jul 2024 13:55 - 29 Jul 2024 14:21
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Other User Interfaces

In the plot widget, to automatically reload a file when an offset has changed you could maybe use the fingerprint
For example:

        fingerprint = (self.logger.npts,
        self.soft_limits(),
        s.actual_position,
        s.motion_mode,
        s.current_vel,
        s.joint_actual_position,
        s.homed,
        s.limit,    
        s.tool_in_spindle,             
        s.g5x_offset,
        s.g92_offset,
        s.rotation_xy,
        s.tool_offset)

        if fingerprint[9:12] != self.fingerprint[9:12] or s.file != self._current_file:
            if self.display_loaded:
                self.load()

        if fingerprint != self.fingerprint:
            self.fingerprint = fingerprint            
            self.update()
files.catbox.moe/5km48d.mp4

Can you share the whole code for what I saw in the video? For some reason the plot is not moving when I set an offset. The xyz origin marker is the only thing that moves...

JT
Displaying 21856 - 21870 out of 26329 results.
Time to create page: 0.928 seconds
Powered by Kunena Forum