Advanced Search

Search Results (Searched for: )

  • unknown
  • unknown
08 Apr 2025 10:32
Replied by unknown on topic The dumification of humanity through internet

The dumification of humanity through internet

Category: Off Topic and Test Posts

It's always fun to poke fun at the Septics, tho they seem to encourage it when some of the louder ones don't realise that other countries do things their own way and will argue the point.
  • timo
  • timo
08 Apr 2025 09:37
Replied by timo on topic How to build a CNC Router?

How to build a CNC Router?

Category: Milling Machines

A not properly crimped plug or semitight srew termnial might cause a problem as well?
Or does the damage only occur when all four wires are disconnected at same time?
I would guess the system does not know if I did it or it just happened.
 
  • rodw
  • rodw's Avatar
08 Apr 2025 09:31
Replied by rodw on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Glad you waded into the live build environment. Wait till I get you going on the raspberry Pi 
Sorry it failed for you.. I had plenty of that. The biggest issue I had was getting apt configured and installing the gpt keys.
Bjarne from Etherlab was a big help there.

I think Linuxcnc builds all of the Debs in the one go.
There was a really interesting pull request from Stefan Moller that has yet to be committed which installed the dependencies the Debian way (eg. Just using one command. It would have been nice to see it in the code by now.
  • jenkinson8
  • jenkinson8
08 Apr 2025 09:29
Replied by jenkinson8 on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hey guys, letting you all know that I found the problem. Looking back a few pages found that the repo has different nvem config files. Uploaded this one and it now works: github.com/scottalford75/Remora-RT1052-c...xCNC/nvem-rt1052.txt
  • jenkinson8
  • jenkinson8
08 Apr 2025 09:27 - 08 Apr 2025 09:27
Replied by jenkinson8 on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I'm back home now. The command you're after is:
[code]pip3 install tftpy --break-system-packages
[/code]

Then rerun the upload_config.py command again.
 
  • Fredrancis
  • Fredrancis
08 Apr 2025 09:17
Replied by Fredrancis on topic Halscope trigger level grayed out

Halscope trigger level grayed out

Category: General LinuxCNC Questions

When I started halscope, the trigger level slider worked as expected. For some reason it has become non-functional. The slider is gray, no green, no way to adjust it. I've tried restarting halscope and changing trigger channel. It doesn't matter if I'm in Red Light Green Light Normal or Auto trigger.

Thanks,
Steve

Did you make any adjustments to the settings before the trigger level slider became greyed out?
  • blazini36
  • blazini36
08 Apr 2025 09:05
Replied by blazini36 on topic The dumification of humanity through internet

The dumification of humanity through internet

Category: Off Topic and Test Posts

Anyone against deleting this topic?
I failed to raise hell... :)
P.S.
I still maintain that calling silicium "silicon" is not smart, by any stretch of imagination. Sue me !
 

Well I mean, if you're looking for a fight......

I noticed quite a few jabs taken at us 'Mericans over here......I could oblige. I also noticed some strange replies that are missing the post they must have been replying to, wonder what that's about.....

I rarely click the "recent topics" button, so I missed the fun.
  • machinedude
  • machinedude's Avatar
08 Apr 2025 09:03

What do you really get for a $350 desk top engraver ?

Category: Show Your Stuff

the only other clue i can offer up at this point would be the fact that the bearing was not pressed in the motor housing. it came right out so maybe a poor press fit added to this?
  • Eich
  • Eich
08 Apr 2025 08:58 - 08 Apr 2025 09:36
Mesa 7i96s TTL Encoder Question was created by Eich

Mesa 7i96s TTL Encoder Question

Category: General LinuxCNC Questions

Hi @all,

i'm using LinuxCNC 2.9.3 in combination with a Mesa 7i96s to control my JMC servo based x-y-z laser handling system.
I added the following components to my system:
- gladevcp
- WHB HB04
- Arduinoconnector (for periphery like compressed air, lamps, fume extraction...)
and thanks to your posts and the detailed videos of talla83 and alexmagtoast i somehow got it working. Thank you very, very much.
I'm based in mechanical engineering so the software and electronics part is fun but a steep learning curve. This is my first self-build maschine.

My current problem:
I have a second PC with a third party software for setting the laser parameters. For adjusting the focus, this pc can put out 5V step/dir TTL signals 5 μs for steppers. In the machine setup process i would like to use this signals to control my z- and x-axis.
I cant just connect it to the steppers because it would corrupt the position in LinuxCNC, so my idea was to connect this TTL signal to the encoder input of the mesa.

Wiring:
Jumper W1 in left position (for single ended TTL encoders)
step+ on ENCA+ (TB2-7)
step-gnd on GND (TB2-9)
dir+ on GPIO38 (successfully shows in HALshow)
dir- on GPIO GND

Would that work in principle? Can i just use a GPIO pin instead?
Do i need to configure the encoder somehow?
While writing this i realised my logical mistake might be that a single ended encoder still uses ENCA+ for positive and ENCB+ for negative direction?

In my custom_postgui.hal i use the following code but it doesnt register anything in halshow.

Warning: Spoiler!


Help would be very appreciated.

Best regards,
Chris
  • rodw
  • rodw's Avatar
08 Apr 2025 08:42

Pokeys_homecomp EncoderSearch / Encoder Arm Topic: Pos_Fb Following errors

Category: HAL

an minor issue which i can workaraound by just providing pos_fb=0.0 during homing procedure on pokeys is that i don't know how to "Pause" Linuxcnc from checkeing pos_fb versus pos_cmd for following errors during homing procedure.

You use a component that sets pos_cmd == pos_fb while homing.
An example of this is the cia402.comp used with Ethercat drives.
  • Grotius
  • Grotius's Avatar
08 Apr 2025 08:32
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Rodw,

Thank you for your effort, all your input so far.

I have tried to create a .iso for day's, using the lb build system and also by using a chroot environment.
However it failed at some point when the .iso installation was ~60% complete.
Also the linuxcnc live build failed at some point, it had something todo with filmware, but that's no problem.

Then creating .deb packages is also a lot off work. As you have at least 2 types. The normal packages and the -dev packages
wich includes .headers etc.
I think we have to use 3 types, like the normal, the -dev and the -source.

For now i use a Qemu vm. Install debian and the software we need. Then the Qemu .img file can be compressed and
downloaded by others to test in their vm.
For running on real machines, i have to do a extra conversion step from .img to other .img type,
then write the .img to usb, and it will run.
  • zarfld
  • zarfld
08 Apr 2025 08:23 - 08 Apr 2025 08:24

Pokeys_homecomp EncoderSearch / Encoder Arm Topic: Pos_Fb Following errors

Category: HAL

thanks for the answer!

the "errors" seem to be the limitswitches. (i need to check the simulation).i disconnected the HAL signals from joints and now that works.

an minor issue which i can workaraound by just providing pos_fb=0.0 during homing procedure on pokeys is that i don't know how to "Pause" Linuxcnc from checkeing pos_fb versus pos_cmd for following errors during homing procedure.
(in homing.c i have seen some "free_tp.enable=0" and applying ofstes to pos_fb and pos_cmd - i think i have to check that more in detail)

BR
Dominik 
  • hermann1976
  • hermann1976's Avatar
08 Apr 2025 08:10
Replied by hermann1976 on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

Hi Giovanni,
Thank you very much for your efforts in integrating the NativeCAM plugin into the current version of LinuxCNC 2.9.4. Thanks to everyone else as well.
I've been looking for a way to generate simple programs within the LinuxCNC control system for a while. I only came across the NativeCAM plugin late. I installed NativeCAM according to the instructions and have now got it running as a plugin in the axis environment.

However, I have the problem that I can access the NativeCAM preferences, but the settings aren't saved. Can anyone else confirm this?

I also can't run NativeCAM as a standalone program with the command: "ncam -i (path to ini file) -c mill." This results in error messages. I'll add them later.
I would like to run NativeCAM alongside the QTDragon screen (as a standalone program) if possible. Would that be possible?

Thank you very much, and I ask for your help.
(translated from German to English via Google translate)
  • Domi
  • Domi
08 Apr 2025 07:34

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

just run the override flag : I just don't understand how to use it. Thank you
Displaying 556 - 570 out of 26751 results.
Time to create page: 2.110 seconds
Powered by Kunena Forum