Advanced Search

Search Results (Searched for: )

  • RLA
  • RLA
26 Aug 2024 21:36
Replied by RLA on topic Add Axis

Add Axis

Category: HAL

I left shop for today but just noticed this in my hal...no reference to new axis (U)...would that cause the error?...thanks!addf hm2_7i96s.0.read servo-thread
addf motion-command-handler servo-thread
addf motion-controller servo-thread
addf pid.x.do-pid-calcs servo-thread
addf pid.y.do-pid-calcs servo-thread
addf pid.z.do-pid-calcs servo-thread
addf pid.a.do-pid-calcs servo-thread
addf pid.s.do-pid-calcs servo-thread
addf hm2_7i96s.0.write servo-thread
setp hm2_7i96s.0.dpll.01.timer-us -50
setp hm2_7i96s.0.stepgen.timer-number 1

# external output signals
  • gardenweazel
  • gardenweazel's Avatar
26 Aug 2024 21:21
QTDragon spindle raise issues was created by gardenweazel

QTDragon spindle raise issues

Category: Qtvcp

I'm getting this feedback in my logs:
cut
[QTvcp.QTVCP.QT_MAKEPINS][DEBUG]  Calculating geometry of main window using natural placement: 0 0 1920 1080 (qt_makepins.py:200)
[QTvcp][INFO]  Postgui filename: ['qtdragon_hd_postgui.hal'] (qtvcp:431)
[QTvcp][INFO]  Postgui commands: None (qtvcp:443)
[QTvcp][DEBUG]  Calling handler file's before_loop__ function in qtvcp.qt_makegui.VCPWindow object at 0x7fcc7d590790 (qtvcp:414)
[QTvcp.QTDRAGON_HD_HANDLER][b][color=#e74c3c][WARNING]  not connected qtdragon.eoffset-is-active (qtdragon_hd_handler.py:574)[/color][/b]
[QTvcp.QTDRAGON_HD_HANDLER][b][color=#e74c3c][WARNING]  HALUI pause/resume pin(s) connected - spindle lift not available (qtdragon_hd_handler.py:581)[/color][/b]
[QTvcp][INFO]  Preference path: /home/andy/linuxcnc/configs/my_LinuxCNC_machine_QTDragon/qtdragon_hd.pref (qtvcp:420)

cut



Here's part of my qtdragon_hd.hal file:
Line numbers included for readability.
[b]Do I need both lines 41 and 46?[/b] I am using the pause_pin.py optional file.

  28 # connect signals to LinuxCNC's motion component
  29 ########################################################################
  30
  31 net eoffset-clear    axis.z.eoffset-clear
  32 net eoffset-counts   axis.z.eoffset-counts
  33 #setp axis.z.eoffset-scale .001
  34 #setp axis.z.eoffset-enable True
  35
  36 # external offsets for spindle PAUSE function
  37 ########################################################################
  38 net eoffset-clear              qtdragon.eoffset-clear
  39 net eoffset-spindle-count   <= qtdragon.eoffset-spindle-count
  40 net spindle-pause              qtdragon.spindle-inhibit        =>  spindle.0.inhibit
  41 #net eoffset-state              qtdragon.eoffset-is-active      <=  motion.eoffset-active
  42 net eoffset          qtdragon.eoffset-value <= axis.z.eoffset
  43
  44 # This is used in pause_pin.py
  45 net external-pause              qtdragon.spindle-inhibit        =>  spindle.0.inhibit
  46 net eoffset-state    qtdragon.external-eoffset-state <= motion.eoffset-active
  47 setp axis.z.eoffset-enable 1
  48 setp axis.z.eoffset-scale 1.0
  49
 
  • tommylight
  • tommylight's Avatar
26 Aug 2024 21:14
Replied by tommylight on topic z axis inverted in NC file

z axis inverted in NC file

Category: General LinuxCNC Questions

No file.
And the ini is not set properly for a mill, the Z=0 must be the top point on the machine and everything below must be negative value, or in your case it should be Z min -5.
Despite that, it can work as is if you use the touch off.
And the above "must" is what is normally used, not written in stone.
  • scotta
  • scotta's Avatar
26 Aug 2024 20:47

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I've also had no luck with an out of the box STLinkV2. But ColdTurkey has got it to work

pyocd.io/docs/debug_probes.html

"Recent STLink firmware versions will only allow access to STM32 targets. If you are using a target from a silicon vendor other than ST Micro, please use a different debug probe."

If you have a couple of probes you can always flash one with the following firmware.

github.com/scottalford75/Remora-RT1052/tree/main/CMSIS-DAP
  • PCW
  • PCW's Avatar
26 Aug 2024 20:26
Replied by PCW on topic Add Axis

Add Axis

Category: HAL

net u-pos-cmd <= joint.4.motor-pos-cmd
net u-pos-fb <= hm2_7i96s.0.stepgen.07.position-fb
  • PCW
  • PCW's Avatar
26 Aug 2024 20:22 - 26 Aug 2024 20:55

No motor control using 7i96A and DM542T drivers

Category: Installing LinuxCNC

Common issues are:

Too short step length (set step length to double the drives minimum)

Insufficient OPTO LED drive (use single ended wiring on OPTO inputs)

Also on later DM542Ts you must select 5V signal levels (via S2)
  • hirst689
  • hirst689
26 Aug 2024 20:19

No motor control using 7i96A and DM542T drivers

Category: Installing LinuxCNC

I have just finished my build of a CNC table. I am using a 7i96A controller driving three axes. I cannot get any of the motor to step.
I built a configuration using PnConf , I have a tandem Y axis. I can get nothing to move regardless of which axis I try.
When I power on the system all the motor lock, as I would expect.
I am driving the DM542T differentially and I have nothing connected to the enable inputs of any of the motor driver, which should mean that they are enabled.
I put a voltage meter across the direction input of the Y axis and jogged it forward and revere. I see the input flipping between -5.95 and +4.95 so I think the direction is working but I seem not the be getting stepper pulses.
Can someone suggest the next course of action. I am a bit lost and disappointed that I spend a good deal of time and money on this project.
Anyway, I am looking for suggestions

thanks

Hirst689
  • RLA
  • RLA
26 Aug 2024 20:16
Replied by RLA on topic Add Axis

Add Axis

Category: HAL

So I am new to lcnc...will have to learn halscope...in the meantime out of curiosity...what is the actual feedback looked for that results in error when not found?...

Thanks!
  • rbarry1068
  • rbarry1068
26 Aug 2024 20:00
Replied by rbarry1068 on topic z axis inverted in NC file

z axis inverted in NC file

Category: General LinuxCNC Questions

jogging the axis works fine. The machine has a homing switch on the Z axis at the top of its motion range. the .nc file is attached for reference.
 
  • spontarelliam
  • spontarelliam
26 Aug 2024 19:58
Replied by spontarelliam on topic XHC WHB04b-6 - Disconnects / freezes?

XHC WHB04b-6 - Disconnects / freezes?

Category: Basic Configuration

Alright a few other related forum posts (forum.linuxcnc.org/gmoccapy/34296-xhc-hc04-lost-connection, forum.linuxcnc.org/38-general-linuxcnc-q...-hb04-pendant-issues) convinced me to upgrade LinuxCNC, which appears to have solved the issue.

I upgraded from 2.8 to 2.9.3.
  • CNCGOOS
  • CNCGOOS
26 Aug 2024 19:51
Replied by CNCGOOS on topic Duplicate settings in Pref File

Duplicate settings in Pref File

Category: Gmoccapy

I Have runs som programs but error was stil happening. I have no Tool Change don but i have changed the Ofset tabel in G55 and G54.

than i get a duplicatet items in the file
  • aDm1N
  • aDm1N's Avatar
26 Aug 2024 19:32

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I'm having problems flashing the controller. I have tried two different STlink v2, but I only get error messages. Does anyone have any idea what the error could be?
cnc@MiniDrehbank:~$ pyocd list
  #   Probe/Board    Unique ID                  Target  
--------------------------------------------------------
  0   STM32 STLink   260046001033353739303541   n/a     
cnc@MiniDrehbank:~$ pyocd list
  #   Probe/Board    Unique ID                  Target  
--------------------------------------------------------
  0   STM32 STLink   40001400020000415246524E   n/a     


cnc@MiniDrehbank:~/linuxcnc/Remora-RT1052-cpp/Firmware$ pyocd flash remora-rt1052-3.1.3.bin --target mimxrt1050_quadspi
0001513 C STLink error (9): Get IDCODE error [__main__]

 
  • PCW
  • PCW's Avatar
26 Aug 2024 19:18 - 26 Aug 2024 21:31

Converting a 7i76e config to 7c81/7i76 pair

Category: General LinuxCNC Questions

Comment out any line with "7i76" in the hal file

(Make copy of the hal file first so you wont need to uncomment them when things are working)


also did you:

sudo mesaflash --device 7c81 --spi --addr /dev/spidev0.0 --readhmid

To verify that you have the correct firmware loaded?

 
  • acondit
  • acondit
26 Aug 2024 19:16
Replied by acondit on topic Converting a 7i76e config to 7c81/7i76 pair

Converting a 7i76e config to 7c81/7i76 pair

Category: General LinuxCNC Questions

Maybe I am having a senior moment, but how do you test the step/dir with a 7c81 when you can’t get LinuxCNC to run?
  • robh
  • robh
26 Aug 2024 19:05

Looking for a Linuxcnc guru to help install/upgrade machine paid

Category: User Exchange

hi
i am cambridgeshire , close to peterbrough . how far are you from there?
M1 is close just how north are you?

im sure folks can help on here etc alot of info etc on the forum now. what is the problem you are having? is there one part you are having issues with? is it linuxcnc side or wiring it up ?


what is the machine in question any photos you can share etc, how much work is already done
what is the system, servos or steppers?
can you share some info here?

i have done many linuxcnc retros, all big iron mind you. laths & mills, and a few old denford mills & Lathes for people over the years... all with mesa cards , using old drives hard ware & new etc.
Displaying 20296 - 20310 out of 26032 results.
Time to create page: 0.721 seconds
Powered by Kunena Forum