Advanced Search

Search Results (Searched for: )

  • 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
  • Lpkkk
  • Lpkkk
29 Jul 2024 13:05 - 29 Jul 2024 20:31

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I've tried today connect rs232 to usb to see some more debug but I've only see garbage. I've followed connection wiring from first page of this forum topic. I've tried on windows and Linux, same result. I've tried minicom, putty. I've tried to change speed from 115200 to 9600 and still nothing. My settings were 115200,8,1.

I've tried also to erase the firmware using pyocd and flash it again. Same result : I can ping nvem board but I cannot upload config. Neither with script and tftp itself.

ibb.co/19GQFm2

I've tried to ping my card without cable plugged in and as expected it didn't replied anything. So it's correct. 
  • besriworld
  • besriworld
29 Jul 2024 13:03
Replied by besriworld on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

A little update, the board for the control panel has arrived.

 



Everything fits well.  I temporarily put on the blue caps.  Someday I'll do better. :)
 
  • metalkesh
  • metalkesh
29 Jul 2024 12:37
Replied by metalkesh on topic CHIRON FZ22L LinuxCNC retrofit

CHIRON FZ22L LinuxCNC retrofit

Category: General LinuxCNC Questions

Sorry for the waking this topic up after one month. I am wondering about latest situation of the project. Is it fnished or not finished yet? If project finished, what about tool changer. is it working good ?

I am wonderig because i have same machine and i am thinking about controlling it with LinuxCNC too. 
  • manfrel
  • manfrel
29 Jul 2024 12:36
Replied by manfrel on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

Stepper online drivers have a 24v and a 5v logic switch at the top. It needs to be 5v for the mesa
 

I don't know what you mean, I'm using DM556T and I only know about the DIP switches to set microsteps and peak current.
  • manfrel
  • manfrel
29 Jul 2024 12:33
Replied by manfrel on topic Mesa 7i96s + DM556T -> Motors not moving

Mesa 7i96s + DM556T -> Motors not moving

Category: Driver Boards

DIR0+ would be TB1 pin 5 for example
 

Sorry for my stupid question, I thought I should check it in the software and didn't find the pin in the list.
Anyway I checked the voltage of the pin, and it does change polarity when moving in opposite directions.

The motors are connected bipolar/parallel. It was kind of a mess to find out which cable is A+,A- and so on (the guy who built the machine prolonged cables with with cables of different colors)
Maybe I made a mistake there, but I checked it several times.
Displaying 23821 - 23835 out of 25530 results.
Time to create page: 0.536 seconds
Powered by Kunena Forum