Advanced Search

Search Results (Searched for: )

  • RotarySMP
  • RotarySMP's Avatar
Yesterday 17:51

Considering a Full Rewire on a Working Schaublin 125 CNC

Category: Turning

Try a HAL with just this header in it... this works on my set of Mesa cards. You will probably need to change the IP address.

loadrt [KINS]KINEMATICS
loadrt [EMCMOT]EMCMOT servo_period_nsec=[EMCMOT]SERVO_PERIOD num_joints=[KINS]JOINTS
loadrt hostmot2
loadrt hm2_eth board_ip="10.10.10.10" config=" num_encoders=5 num_pwmgens=0 num_stepgens=0 sserial_port_0=0000000"
setp   hm2_7i92.0.watchdog.timeout_ns 5000000
loadrt pid names=pid.x,pid.z,pid.s
loadrt debounce cfg=3
loadrt matrix_kb config=8x8



addf hm2_7i92.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.z.do-pid-calcs       servo-thread
addf pid.s.do-pid-calcs       servo-thread
addf hm2_7i92.0.write         servo-thread
setp hm2_7i92.0.dpll.01.timer-us -50
addf debounce.0               servo-thread
setp debounce.0.delay         5
addf matrix_kb.0              servo-thread
  • Mbrand1901
  • Mbrand1901
Yesterday 17:50 - Yesterday 17:56
Replied by Mbrand1901 on topic Retrofitting Deckel FP4ATC

Retrofitting Deckel FP4ATC

Category: Milling Machines

Hello! 
Finally the wiring for the EXE and Mesa that worked for me:
I also dont need a extern  12V supply.

Mesa name  /   EXE Pin and colour
1 QA0         /     9  braun
2 /QA0        /     14 grün
3 GND        /      3 grün-weis
4 QB0         /     1 grau
5 /QB0        /     4 rosa
6 +5V          /     2, 6, 10 grün/braun
7 IDX0        /     7 rot
8 /IDX0       /     15 schwarz

And finally the references work! I only can drive the joints very slowly to find the index. Is there a way to drive faster? The index is only 0.001mm wide. sometimes it wont pick up. 

I also milled the first pices! It works great!



I have already recived the 7i74 und the 7i84U´s for the extentions.
On the weekend i will hook up these so i can use the diffrent gear for the spindle. 

  • PCW
  • PCW's Avatar
Yesterday 17:24

hm2_modbus pktuart, probably a firmware request?

Category: Driver Boards

This should be close

 

File Attachment:

File Name: 7i96d_7i85p_pktv3.zip
File Size:128 KB



Note that I had to reduce the number of sserial channels to 3 to fit
(the are also renumbered so channels 0,1,2 are on 7i85 channels 0,1,2)
  • ikkuh
  • ikkuh's Avatar
Yesterday 17:14

qtdragon - new tool length after a manual tool change

Category: Qtvcp

Most info will still work. The problem is that there is not really consensus about what automatic toolbit offset en height settings must do.
I had mine working for a while. I switched to 3d printing and will pick up later this spring.
  • tightmopedman9
  • tightmopedman9
Yesterday 17:08

qtDragon: Auto Return to Manual Mode After an MDI Command so MPG works

Category: Qtvcp

Are there any potential drawbacks of this? I've wondered why this wasn't the standard implementation - I figured it was for good reason, so never asked. I ended up dedicating a physical button to activate MDI mode instead, but it feels like a waste of a button...

Will this modification switch back to MDI mode after a python based probing cycle (successful or failed)? I find that's the most frequent time I need to switch back to MDI mode.
  • Konstantin
  • Konstantin
Yesterday 17:08
Replied by Konstantin on topic CiA 402 Folder Missing

CiA 402 Folder Missing

Category: EtherCAT

Hello,

attached are the requested outputs and I added PDOs and SDOs outputs as well.
  • MaHa
  • MaHa
Yesterday 16:45
Replied by MaHa on topic REMAP Mcode seemingly ignored

REMAP Mcode seemingly ignored

Category: AXIS

When working with multiple m codes, i always use Queue Buster before each m-code.
eg.

M66 E0 L0
M169 P9

M66 E0 L0
M169 P6
 
  • rhscdn
  • rhscdn
Yesterday 16:31

qtdragon - new tool length after a manual tool change

Category: Qtvcp

Is the info in this thread still relevant to QtDragon shipped with 2.9.7? I have a 3-axis cnc router with a manual change spindle and I'm looking to automate bit offset/height setting with a tool setter input on my 7i96s.
  • Dudelbert
  • Dudelbert
Yesterday 16:22

Considering a Full Rewire on a Working Schaublin 125 CNC

Category: Turning

Don’t worry, I don’t know how often I intended to attach something and then just didn’t. I asked when I was still having problems with the PnCconf setup, so it is not relevant anymore. But thanks.
  • DerKlotz
  • DerKlotz
Yesterday 16:16
Replied by DerKlotz on topic Add Buttons in Probe Basic

Add Buttons in Probe Basic

Category: QtPyVCP

Yes, probably you are right... tomorrow next try
  • Lcvette
  • Lcvette's Avatar
Yesterday 16:11
Replied by Lcvette on topic Add Buttons in Probe Basic

Add Buttons in Probe Basic

Category: QtPyVCP

without knowing how and what you did its nearly impossible to guess, you appear to have been using multiple different old version to test or try things, so i would almost say for someone at your level your best bet is a clean build fro the ground up to ensure you don't have any remnants remaining that could muck up future progress.
  • DerKlotz
  • DerKlotz
Yesterday 16:08 - Yesterday 16:09
Replied by DerKlotz on topic Add Buttons in Probe Basic

Add Buttons in Probe Basic

Category: QtPyVCP

Pretty sure yes... i got it to work now. But the latency of my new system is really really slow. I switch back to the old one. 

Last question for today...
" i would remove everything and reinstall from scratch using apt only, be sure to purge all installations"
what exactly i need to deinstall and which commands in the terminal?
  • PCW
  • PCW's Avatar
Yesterday 15:37
Replied by PCW on topic 7i92TM defect? How to verify?

7i92TM defect? How to verify?

Category: Driver Boards

If you measure the voltage across C36 I expect you will find a low voltage
instead of the expected 4.2V. What this likely means is that one or both
bus switch parts (74CBT16211) have been damaged by either ESD
or by being connected live to the G540 with no common ground
existing between the G540 and 7I92T before they were connected,
exposing the bus switches to a transient high voltage.
  • NT4Boy
  • NT4Boy
Yesterday 15:32
REMAP Mcode seemingly ignored was created by NT4Boy

REMAP Mcode seemingly ignored

Category: AXIS

Hi.
I've added a custom M199 code to enable my  spindle-index-enable signal, and this runs fine. (Can see the LED light up in halshow when run.)
So now I'd like to build it into my M19, so the M99 runs just before the M19 is called.

In the [RS274NGC] section of my INI, I have put
REMAP=M19  modalgroup=7  argspec=RQP ngc=custom_M19
my custom_R19.ngc file contains:-
( Custom spindle orientation ngc file)
( M199 raise spindle-index-enable signal)
o<pre_M19>sub
M5
M199
G4 P2
M19 R#<r> Q#<q> P#<p>
o<pre_M19>endsub

The G4 pause is just so I can be sure that the signal is enabled in halshow gui.

I'm pretty sure the file is being read at Linuxcnc fire up, as when I remove the file from the macros folder, the startup parser errors with missing file.

After I home the machine and run the MDI command say M19 R20, the M199 and the pause are not being executed.

I feel I have missed something really obvious..  be grateful for a steer. Thanks
  • tommylight
  • tommylight's Avatar
Yesterday 15:14
Replied by tommylight on topic Add Buttons in Probe Basic

Add Buttons in Probe Basic

Category: QtPyVCP

Did you do a
sudo apt update
before
sudo dpkg -i linuxcnc-uspace_2.9.8_amd64.deb
?
Displaying 46 - 60 out of 18641 results.
Time to create page: 0.202 seconds
Powered by Kunena Forum