Advanced Search

Search Results (Searched for: )

  • epineh
  • epineh
  • epineh
  • epineh
06 Jul 2025 03:08 - 06 Jul 2025 07:02

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Setting up a machine, have most things going, can see encoders in the test gui, inputs etc.  As soon as I add a bit out to turn on the spindle the compile fails with :

Reading constraint file: "/home/me/riocore/Output/TangNano9K/Gateware/pins.cst"
ERROR  (CT1135) : "/home/me/riocore/Output/TangNano9K/Gateware/pins.cst":54 | Can't find object named 'PINOUT_BITOUT0_BIT'
ERROR  (CT1135) : "/home/me/riocore/Output/TangNano9K/Gateware/pins.cst":55 | Can't find object named 'PINOUT_BITOUT0_BIT'
Physical Constraint parsed completed with errors

As far as I know I am doing as I always have, I did have a few silly mistakes but I have double checked the pin is valid and I tried not naming the plugin to spindle to see if that changed anything but no luck.

Cheers.
Russell.
  • PCW
  • PCW's Avatar
06 Jul 2025 03:00

Troubles to get started with SD240 Retrofit

Category: Turning

Note that no axis has jog enabled, you probably need to trace these back
to halui or wherever they are supposed to come from...


29 s32 IN 38852 axis.x.jog-counts <== axis-selected-count
29 bit IN FALSE axis.x.jog-enable <== axis-select-x
29 float IN 1 axis.x.jog-scale <== selected-jog-incr
29 bit IN FALSE axis.x.jog-vel-mode
29 bit OUT FALSE axis.x.kb-jog-active
29 bit OUT FALSE axis.x.wheel-jog-active
29 float IN 1 axis.y.jog-accel-fraction
29 s32 IN 0 axis.y.jog-counts
29 bit IN FALSE axis.y.jog-enable
29 float IN 0 axis.y.jog-scale
29 bit IN FALSE axis.y.jog-vel-mode
29 bit OUT FALSE axis.y.kb-jog-active
29 bit OUT FALSE axis.y.wheel-jog-active
29 float IN 1 axis.z.jog-accel-fraction
29 s32 IN 38852 axis.z.jog-counts <== axis-selected-count
29 bit IN FALSE axis.z.jog-enable <== axis-select-z
29 float IN 1 axis.z.jog-scale <== selected-jog-incr
29 bit IN FALSE axis.z.jog-vel-mode
29 bit OUT FALSE axis.z.kb-jog-active
  • PCW
  • PCW's Avatar
06 Jul 2025 02:56

My Mesa 5i25 board has a problem with GPIO.

Category: Driver Boards

There is no analog input on the 7I95/7I95T so maybe an
encoder would make more sense for feed rate override.
You could use either one of the high speed encoders or
one of the 4 MPG encoders built into the isolated I/O.

Note the both MesaCT and the very latest pncconf
( in LinuxCNC master ) can make  configurations for the
7I95/7I95T.
  • dunnitagain
  • dunnitagain
06 Jul 2025 02:29

Failed Parallel Port on system, Recommended Easiest Upgrade Solution ?

Category: General LinuxCNC Questions

Parrallel port has failed on my old computer , running Ubuntu 10.4 and EMC2 2.4.6 . Milling machine has Pico USC , Microkinetics Steppers , Linear Scales for Position feedback.  Old computer is a mishmash of crap that has no network capabilities.
I need the easiest upgrade path , for a computer and Software . Im old and not very tech savy!  I may go to a Mesa board if it would make things easier. Any and all recommendations!
  • suraj9735
  • suraj9735's Avatar
06 Jul 2025 02:11
Replied by suraj9735 on topic My Mesa 5i25 board has a problem with GPIO.

My Mesa 5i25 board has a problem with GPIO.

Category: Driver Boards

Thanks for the "inmux" hint, it's so true that the 7i95 board has inmux-type input and output pins. Now I have connected the right input pin, and my external emergency stop button is working fine. I have added the following hal command line in my .hal file...

net estop-out iocontrol.0.user-enable-in
net external-estop-in hm2_7i95.0.inmux.00.input-00 => iocontrol.0.emc-enable-in

Let me know if it can be further simplified.

Kindly do me another favor by giving the piece of hal command line to do the x-axis feed override control using an external analog DC power supply from 0 to 10 volts 
 
  • PCW
  • PCW's Avatar
06 Jul 2025 00:06 - 06 Jul 2025 01:29

My Mesa 5i25 board has a problem with GPIO.

Category: Driver Boards

How is the input wired?

The 7I95/7I95T input pairs have an input common
so if you are supplying +5V to the input, the input common
must connect to 5V common (negative)

Note the you have to have 5V to reliably activate the input
4V is marginal (the input threshold is about 3.9V)

Make sure you are using the "WATCH" tab in halshow
not "SHOW"

Also note that  the 7I95/7I95T isolated inputs are not hal GPIO
pins but rather hal Inmux pins (0..23). 
 
  • suraj9735
  • suraj9735's Avatar
05 Jul 2025 23:57
Replied by suraj9735 on topic My Mesa 5i25 board has a problem with GPIO.

My Mesa 5i25 board has a problem with GPIO.

Category: Driver Boards

Thank you for the quick reply. 

I am trying to use input pin 0 on the TB6 tab of the Mesa 7i95 board. I am supplying 5 volts on and off, but the status of the input pin (hm2_7i95.0.gpio.000.in) is not changing in the Halshow monitor window, but the LED of the mesa board of the 0 input pin is getting on and off.
[img]blob:https://web.whatsapp.com/4e39dfa6-8d10-42c3-af3d-452f787f1698[/img]

I want to add an emergency stop and feed override button.

I have asked the same question ("Adding external switch for emergency stop and feed override") in my thread posted one day before, requesting you to look at that also if possible.
  • PCW
  • PCW's Avatar
05 Jul 2025 23:45 - 06 Jul 2025 00:00
Replied by PCW on topic Mesa 7i92T - compiling firmware

Mesa 7i92T - compiling firmware

Category: Driver Boards

www.mesanet.com/software/parallel/7i92t.zip

I tried using the source and did find an issue, there's a WIP
source file that needs to be deleted from the project:

qcountersfpdsi.vhd  (quadrature counter with simulated index)

I will fix the downloadable source on Monday


 
  • PCW
  • PCW's Avatar
05 Jul 2025 23:43

My Mesa 5i25 board has a problem with GPIO.

Category: Driver Boards

Which inputs pins? 

The isolated inputs TB6 + TB5 pins 1..12 will accept from 5 to 36V
  • suraj9735
  • suraj9735's Avatar
05 Jul 2025 23:39
Replied by suraj9735 on topic My Mesa 5i25 board has a problem with GPIO.

My Mesa 5i25 board has a problem with GPIO.

Category: Driver Boards

I have a similar problem, and the input pins of the Mesa 7i95 are randomly active. I have supplied a voltage of 24 volts to these pins mistakenly. I have to use some input output functionality in real-time. what is another way to use some input output?
  • tommylight
  • tommylight's Avatar
05 Jul 2025 23:17
Replied by tommylight on topic poor surface quality

poor surface quality

Category: General LinuxCNC Questions

1. measure the voltage powering the drives at standstill, when 1 axis is moving and when both axis are moving.
2. while motors are enabled and not turning, use pliers and try to move the motor, how much does it roughly move?
  • cmorley
  • cmorley
05 Jul 2025 23:16
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

I have not. forgot. 25 days of work in a row can do that :)

I would love the vertical fixes.

Also opinion - should vert have a sim folder for it's self?
It's kinda hidden I suppose
  • tommylight
  • tommylight's Avatar
05 Jul 2025 23:14

Graphical glitches with Raspberry Pi 400 + LinuxCNC 2.9.4 (arm64)

Category: Installing LinuxCNC

What are the chances of this being a slow SD card issue?
It sure points that way...
  • unknown
  • unknown
05 Jul 2025 23:02

Graphical glitches with Raspberry Pi 400 + LinuxCNC 2.9.4 (arm64)

Category: Installing LinuxCNC

To tell the truth, whilst I haven't done any long term testing, I haven't seen this issue of my RPi-400.
When I build the image I put it through the basic tasks, and if I had of seen this issue arise I wouldn't have released the image, I would have deemed it defective and not fit for purpose.
Now we are going to require some more info, what monitor (brand model) screen resolution and such. And just to be sure I would like to know if this is a clean install without any extras added. If you can remember when was the last time you did an update.

And yes the RPi400 should give reasonable playback on youtube and reading pdfs shouldn't pose an issue. When I get the time I'll recheck things but as I said before I haven't seen this issue arise during testing and so far in the 6 months it has been out in the wild no one else has mentioned this.

One thing I would suggest is look at this thread, forum.linuxcnc.org/38-general-linuxcnc-q...l-images-only#325007 and take note of the video issue link & zswap link.
Displaying 13486 - 13500 out of 16302 results.
Time to create page: 2.144 seconds
Powered by Kunena Forum