Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
04 Jun 2024 05:51

Using linuxcnc to drive a delta robot arm in real time

Category: HAL

For timing critical applications you would probably want to avoid anything python and use C/C++ instead.
I would try to use a C HAL component to get the required values into hal, then use the motion.digital and motion.analog pins and use M66 to wait for the respective values in a running gcode.
  • besriworld
  • besriworld
04 Jun 2024 05:43
Replied by besriworld on topic linuxcnc_2.9.1-amd64.hybrid.iso Intallation fail

linuxcnc_2.9.1-amd64.hybrid.iso Intallation fail

Category: Installing LinuxCNC

I had a similar problem. Have you tried manually downloading the network driver? There are instructions on the web how to load them manually.
The other thing you can try is to remove the flash drive and reload.
  • amanker
  • amanker
04 Jun 2024 04:58 - 04 Jun 2024 07:02

Need help in choosing controller board from small honby cnc.

Category: Driver Boards

I have explained everything in last post. With update list.

1. Estop working. (Made mistake of defining as "estop pin")
2. Encoder Working. ( Used conv_float_s32 function)
3. PRU_Frequency = 12000. Working good with speed of upto 2400mm/min.
4. Jog scale slow. Its about jog and axis selector switch. ( I found its a problem of board pin compatibility issue. May be those pins of EXP1 has some interference and not suitable for inputs) So I changed to inputs to elsewhere and problem resolved. Pins of EXP1 was giving problem. I tried pins of BL_touch. That also had delay in input switching. So I changed location of pins and issue resolved.

Problem... ""setp encoder.0.position-scale 400.0"" if I change this value to anything else then also it changes nothing. Per click of encoder value is always same. I tried 100-2400 value.

If you have some time please have look at my previous post with updates.

I have attached PIC of new pin location. 
  • PCW
  • PCW's Avatar
04 Jun 2024 03:51
Replied by PCW on topic 7i92 not pinging

7i92 not pinging

Category: General LinuxCNC Questions

What BIOS options do you have under "advanced frequency settings"?
  • rajsekhar
  • rajsekhar
04 Jun 2024 03:08
Replied by rajsekhar on topic 7i92 not pinging

7i92 not pinging

Category: General LinuxCNC Questions

Bios setup, tmax and packet error data attached in previous post. Please look into.

latency test and histogram (attached), ping data given in this post as follows:
================================================
raycnc1@debian:~/Desktop$ ping -i .2 -c 4 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=64 time=0.144 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.106 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=64 time=0.097 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=64 time=0.104 ms

--- 10.10.10.10 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 611ms
rtt min/avg/max/mdev = 0.097/0.112/0.144/0.018 ms
raycnc1@debian:~/Desktop$ sudo chrt 99 ping -i .001 -q 10.10.10.10
[sudo] password for raycnc1:
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
^C
--- 10.10.10.10 ping statistics ---
157081 packets transmitted, 157081 received, 0% packet loss, time 157294ms
rtt min/avg/max/mdev = 0.043/0.051/3.948/0.019 ms
raycnc1@debian:~/Desktop$


======================================================

Please suggest suitably.
  • rajsekhar
  • rajsekhar
04 Jun 2024 02:42
Replied by rajsekhar on topic 7i92 not pinging

7i92 not pinging

Category: General LinuxCNC Questions

halcmd show param *.tmax and show pin mh2_7i92.0.packet-error-total result while linuxcnc running is as follows:

=============================================================
raycnc1@debian:~/Desktop$ halcmd show pin hm2_7i92.0.packet-error-total
Component Pins:
Owner   Type  Dir         Value  Name
    36  u32   I/O    0x00000010  hm2_7i92.0.packet-error-total

raycnc1@debian:~/Desktop$ halcmd show param *.tmax
Parameters:
Owner   Type  Dir         Value  Name
    36  s32   RW              0  hm2_7i92.0.read-request.tmax
    36  s32   RW        2643698  hm2_7i92.0.read.tmax
    36  s32   RW          79605  hm2_7i92.0.write.tmax
    29  s32   RW          10735  motion-command-handler.tmax
    29  s32   RW          81352  motion-controller.tmax
    39  s32   RW           7779  pid.s.do-pid-calcs.tmax
    39  s32   RW          15124  pid.x.do-pid-calcs.tmax
    39  s32   RW           9410  pid.y.do-pid-calcs.tmax
    39  s32   RW          10086  pid.z.do-pid-calcs.tmax
    30  s32   RW        2752967  servo-thread.tmax

raycnc1@debian:~/Desktop$ halcmd show pin hm2_7i92.0.packet-error-total
Component Pins:
Owner   Type  Dir         Value  Name
    36  u32   I/O    0x00000010  hm2_7i92.0.packet-error-total

raycnc1@debian:~/Desktop$ halcmd show param *.tmax
Parameters:
Owner   Type  Dir         Value  Name
    36  s32   RW              0  hm2_7i92.0.read-request.tmax
    36  s32   RW        2643698  hm2_7i92.0.read.tmax
    36  s32   RW          79605  hm2_7i92.0.write.tmax
    29  s32   RW          10735  motion-command-handler.tmax
    29  s32   RW          81352  motion-controller.tmax
    39  s32   RW           7779  pid.s.do-pid-calcs.tmax
    39  s32   RW          15124  pid.x.do-pid-calcs.tmax
    39  s32   RW           9410  pid.y.do-pid-calcs.tmax
    39  s32   RW          10086  pid.z.do-pid-calcs.tmax
    30  s32   RW        2752967  servo-thread.tmax

raycnc1@debian:~/Desktop$
================================================

bios setup attached in photos.

kindly suggest what changes to be done.
  • Lcvette
  • Lcvette's Avatar
04 Jun 2024 02:40
Replied by Lcvette on topic Probe Basic ATC Setup Problems

Probe Basic ATC Setup Problems

Category: QtPyVCP

also do you have customized python files in your config or are you using the latest python files included in the sim folder?
  • Lcvette
  • Lcvette's Avatar
04 Jun 2024 02:26
Replied by Lcvette on topic Probe Basic ATC Setup Problems

Probe Basic ATC Setup Problems

Category: QtPyVCP

@PeterSi

can you join the qtpyvcp chat on matrix?  will be much easier to help resolve this then we can posat the findings for others here.

thanks!

Chris
  • timaer
  • timaer
04 Jun 2024 01:37

Help with minimized config for full customized interface !

Category: Qtvcp

Thanks a lot for your nice link,I'll study it carefully.
  • timaer
  • timaer
04 Jun 2024 01:35

Help,How to customize language of QtDragon's interface

Category: Qtvcp

Thanks ,separating the text translating and the source code will be a improvement for the codes level ,nice job!
  • burnie
  • burnie
04 Jun 2024 01:24
Replied by burnie on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

The representative from Lichuan told me that the company has assigned engineers to work out the LCNC EtherCAT compatibility issues. I have sent them a few configurations from other LCNC EtherCAT examples and explained how we managed to get the servo to run. I’m new to LCNC and have zero knowledge of EtherCAT and won’t be able to help any further. If there’s anything you want to pass along to the engineers, such as documentation and configurations, or if you have any questions for them, including questions about missing information in the documentation, just leave them on this thread and I’ll pass them along.
  • cakeslob
  • cakeslob
04 Jun 2024 00:41 - 04 Jun 2024 01:02

Need help in choosing controller board from small honby cnc.

Category: Driver Boards

sorry, it is hard to keep track of everything

""setp encoder.0.position-scale 400.0""
yes, sorry i forgot its quad, you are right to put 1200 like in your file

lets make a list then

estop = good?
encoder = good?
PRU_freq 120000 = good?
jog scale = slow

im not sure why you are getting a delay. I use the pins on exp1 for my encoder/limit switch stuff usually, and i havent seen a delay before.

i cannot run qtdragon on my machine, so I only copied over mpg hal. I am not seeing any delay in the IO or on the mux. Where are you seeing a delay? For the qtdragon gui to change ? When I use halshow, they are responding instantly

start by doing this


#USER_COMMAND_FILE = usercommand_regularmac_800.py
BASE_PERIOD = 0
 
  • cmorley
  • cmorley
03 Jun 2024 23:50
Replied by cmorley on topic Qtdragon for lathe??

Qtdragon for lathe??

Category: Qtvcp

Pushed a development screen/sim config to master branch (2.10 pre)
Look for qtdragon_lathe
Early days of course..

Chris
  • acourtjester
  • acourtjester
03 Jun 2024 23:39
Replied by acourtjester on topic THC problem

THC problem

Category: General LinuxCNC Questions

Ok I see my error in the command for the core info and it showed 1,3 like in the other post. Now I just need to learn how to make the change in the grub file to see if that changes my Latency issue. One step at a time. (: (:
  • PCW
  • PCW's Avatar
03 Jun 2024 23:07
Replied by PCW on topic 7i95 + serial absolute encoder

7i95 + serial absolute encoder

Category: Driver Boards

7I96S config with SSI replacing the sserial port:

 

File Attachment:

File Name: 7i96s_ssid.zip
File Size:214 KB

 
Displaying 25081 - 25095 out of 26466 results.
Time to create page: 0.454 seconds
Powered by Kunena Forum