Advanced Search

Search Results (Searched for: )

  • cakeslob
  • cakeslob
12 May 2025 19:33

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

When I hook a multimeter up to the vfd 10v in, the voltage physically drops near to Zero if a lot of speed adjustments are done. So I can see now what is happening but iv no idea why the voltage drops so much. It must be something to do with how remora outputs the signal ? 

Thats what we needed to see, but this is somewhat expected by the reading from the halscope of SP.0 . alright, well this can be 2 fold. either the RT1052 firmware is doing it, or the analog circuit is messing up. It doesnt show up on mine because Im using STM32 firmware, and Im using PWM.
  • DarkPhoinix
  • DarkPhoinix
12 May 2025 19:31
Homing and limit in one switch. was created by DarkPhoinix

Homing and limit in one switch.

Category: General LinuxCNC Questions

I am try homing and limits.For test i have only Y stepper driver installed.
Homing work.
but i limit stop not work. I need for safety and bad moves.

hal:
#Homing and limits
net Y_HOME remora.input.09 => joint.1.home-sw-in

ini:
[AXIS_Y]
#MAX_VELOCITY = 100.0
MAX_VELOCITY = 30.0
MAX_ACCELERATION = 30.0
MIN_LIMIT = 0
MAX_LIMIT = 30000.0

[JOINT_1]
TYPE = LINEAR
HOME = 0.0
MIN_LIMIT = 0
MAX_LIMIT = 30000.0
#MAX_VELOCITY = 100.0
MAX_VELOCITY = 30.0
MAX_ACCELERATION = 30.0
STEPGEN_MAXACCEL = 30.0
SCALE = 160.0
FERROR = 1.0
MIN_FERROR = 0.5
#HOME_SEARCH_VEL = -10.0
#HOME_LATCH_VEL = -3.0
#HOME_FINAL_VEL = 20
#HOME_IGNORE_LIMITS = YES
#HOME_USE_INDEX = NO
#HOME_OFFSET = -20.0
#HOME = -10.0
#HOME_SEQUENCE = 2
#HOME_OFFSET = 0.0
#HOME_SEARCH_VEL = 50
#HOME_LATCH_VEL = 50
#HOME_SEQUENCE = 50

HOME = 1
HOME_OFFSET = -3
HOME_SEARCH_VEL = -10
HOME_LATCH_VEL = 30
HOME_SEQUENCE = -1
#HOME_USE_INDEX = False
#HOME_IGNORE_LIMITS = True

I read:
forum.linuxcnc.org/38-general-linuxcnc-q...tches-is-it-possible
forum.linuxcnc.org/38-general-linuxcnc-q...ng-on-a-single-input
www.forum.linuxcnc.org/49-basic-configur...sibly-wrong?start=60
forum.linuxcnc.org/plasmac/46160-homing-...ctive-before-backoff
linuxcnc.org/docs/devel/html/config/ini-homing.html

what do i need to do to make the limits work?
Why doesn't homing lock the stepper instantly and needs a monstrously slow motion for the initial search?
 


 
  • cakeslob
  • cakeslob
12 May 2025 19:22

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

sorry spyder, i had a provision set up so you could do everything from ini file. just sawp these 2 lines, uncomment the one
#setp scale-rpm.gain 0.02 # 100/ rpm (5000) = .02
setp scale-rpm.gain [SPINDLE_0]RPM_GAIN # 100/ rpm (5000) = .02

for the outputs, yeah you need to change them to whatever your outputs are
  • DarkPhoinix
  • DarkPhoinix
12 May 2025 19:09
Replied by DarkPhoinix on topic Which kernel version is best for real time?

Which kernel version is best for real time?

Category: General LinuxCNC Questions

Did ya set the governor to performance?

Try to remove unnecessary hardware.

blacklist kernel modules of unneeded devices.

Mask and disable unneeded services.

Ensure you have plenty of RAM; disk I/O should be avoided as much as possible.

Caching and buffering will reduce disk I/O and latency, but requires ample free RAM.

need more of 8Gb ?  i need desolder realtek from my motherboard? 
  • DarkPhoinix
  • DarkPhoinix
12 May 2025 19:07
Replied by DarkPhoinix on topic Which kernel version is best for real time?

Which kernel version is best for real time?

Category: General LinuxCNC Questions

Yes PCW, is the same Realtek with dkms driver for fix latency.
Maybe I'm asking the wrong question: is it really necessary to do the test with YouTube?

When you get an error, what does:

halcmd show param *.tmax

(typed in a terminal)

show?



 

 
next youtube video start i take junction error.
  • Spyderbreath
  • Spyderbreath's Avatar
12 May 2025 19:05
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Actually, no. Spindle 'ON' shows 0v between COM and AI1.
  • Spyderbreath
  • Spyderbreath's Avatar
12 May 2025 18:45
Replied by Spyderbreath on topic Moving from Axis to QtDragon?

Moving from Axis to QtDragon?

Category: Qtvcp

Had a bit of a break and thought a minute and I think I figured this out. There is an entry [FILTER] in the .ini file and I added a line below that PROGRAM_EXTENSION = .nc,.ngc,.gcode G-Code and not only did that work, placing it first in the list makes it the default. Very nice. Thanks for that bit of info. Much appreciated.
  • jochen91
  • jochen91
12 May 2025 18:44

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

For the Z-180 after homing:

My startup procedure is: Starting the configuration and homing. After that the Z Axis is at -180. See screenshot attached.

For the different tool change position:

Toolchange from no tool to lathe tool:

X-Axis-Position: 250mm
X-Joint-Position: 623.2051mm

Toolchange No. 2 from lathe tool to endmill:

X-Axis-Position: 330mm
X-Joint-Position: 873.2051mm

The Y-Joint-Position is the same.

Spindle orient:
"Because this value changes instantly it would likely cause a following error in the b-axis drive " that was the missing bit of information.



 
  • PCW
  • PCW's Avatar
12 May 2025 18:28
Replied by PCW on topic hal functions

hal functions

Category: General LinuxCNC Questions

Either pncconf or MesaCT can make working configurations for a 7I96S
(and MesaCT can make working configurations for the 7I95T AFAIK)


What actual issue do you have?
  • Murphy
  • Murphy
12 May 2025 18:17 - 12 May 2025 18:18

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Measure the input voltage at the VFD it's probably at 10v constant ?
​​​​​​ Yes you can also hook up outputs for  FWD and REV.
  • Spyderbreath
  • Spyderbreath's Avatar
12 May 2025 18:06
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

What does it do when you try adjust the speed? Is it a VFD you are using? What is the speed input to the vfd pwm or 0-10v analog. Have you the VFD wired correctly ?
 

OK, This is a Merckweir MK300 VFD that was installed from the factory. As par for the course with this machine, the unit is an old out of production version. All this that I am trying to do now is to salvage the purchase of this mill after taking a giga hose job and losing over $3k.

To answer your questions in order -
1. Nothing happens when I try to adjust the speed. Whether I issue an M3 S100 or M3 S15000, the speed is the same. VFD panel reports 3500 rpm, or at least I think it's RPM, anyway, no change.

2. Yes, VFD

3 The input is suppose to be 0-10v and if the translator on my phone is correct that is connected to the AI1 (0-10v analog signal input) on VFD

3. As far as I can tell.... There are only 3 wires, COM, AI1 for the 0-10v analog and X1 that connects to spindle out1 (spindle-cw)
  • Todd Zuercher
  • Todd Zuercher's Avatar
12 May 2025 18:05
Replied by Todd Zuercher on topic LinuxCNC Dual-Head Gantry Setup Assistance Request

LinuxCNC Dual-Head Gantry Setup Assistance Request

Category: General LinuxCNC Questions

I had posted some photos of the 8 spindle machine and the configuration file here, if is at all helpful. You can see there how I handled slaving the extra joints to the Z axis.
forum.linuxcnc.org/show-your-stuff/53675-8-spindle-gang-router
  • JT
  • JT's Avatar
12 May 2025 17:53
Replied by JT on topic keyboard shortcuts

keyboard shortcuts

Category: General LinuxCNC Questions

Axis is a great GUI and very stable, the problem with Axis is it's super complicated to try and change the behaviour. Once you start to need a custom GUI this is where Flex GUI shines.

gnipsel.com/linuxcnc/flexgui/index.html

JT
  • Leuo_
  • Leuo_
12 May 2025 17:26
Displaying 4531 - 4545 out of 24351 results.
Time to create page: 0.937 seconds
Powered by Kunena Forum