Advanced Search

Search Results (Searched for: )

  • Krulli_Fräser
  • Krulli_Fräser
25 Aug 2024 09:15

Editing Bitfile on 7i97t for extra smart serial connections

Category: Driver Boards

I already have the correct bitfile on the card. My question is where the physical pin on the card is located.
when the bitfile says expansion port Pin 1 where is it on the expansion connector on the card.
  • fat238sg
  • fat238sg
25 Aug 2024 09:05
Replied by fat238sg on topic 7i96s with 7i76 on P2

7i96s with 7i76 on P2

Category: PnCConf Wizard

i made it work already, somehow it could see 10 stepgens and after modification of the hal file to read stepgen 05 and 06 instead of 00 and 01 previous, now the axis servos can run, but i am still unable to get the outputs to work.

Anyone able to let me know in a 7i96s + 7i76 config, what hal label will output 0 on the 7i76 be on linuxcnc?
  • shaying526
  • shaying526
25 Aug 2024 09:03
Replied by shaying526 on topic How to Uninstall LinuxCNC

How to Uninstall LinuxCNC

Category: Installing LinuxCNC

thanks!
very clear. I will try it
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
25 Aug 2024 09:01
Replied by Cant do this anymore bye all on topic Editing Bitfile on 7i97t for extra smart serial connections

Editing Bitfile on 7i97t for extra smart serial connections

Category: Driver Boards

Open 7i97t_7i85d.pin in a text editor. This has the relationship between signals & connector pins.

Just to be clear the "bit files" can't be edited (by normal humans), bit files need to be generated by using the tools provided by FPGA manufacturer (like compiling soucre to an executable). Not for the faint of heart.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
25 Aug 2024 08:55
Replied by Cant do this anymore bye all on topic How to Uninstall LinuxCNC

How to Uninstall LinuxCNC

Category: Installing LinuxCNC

Here's how I do it:

~/linuxcnc-dev/2.8.4/
~/linuxcnc-dev/2.9/

Clone each repo into their respective dirs.

Do what you need.


to work on 2.9 open terminal, dive into the 2.9 directory, do what you need, source the rip-environment and run a session

to work on 2.8 close the first terminal, open a 2nd terminal, dive into the 2.8 directory, do what you need, source the rip-environment and run a session

If need to go back to to 2.9 close the terminal running 2.8 and go back to the first step.
Doing this way gives you a clean environment each time. Yeah you have to close a terminal between each run.
  • shaying526
  • shaying526
25 Aug 2024 08:40 - 25 Aug 2024 08:48
How to Uninstall LinuxCNC was created by shaying526

How to Uninstall LinuxCNC

Category: Installing LinuxCNC

I have compiled LinuxCNC version 2.8.4 following a tutorial.
linuxcnc.org/docs/devel/html/code/building-linuxcnc.html
...
$ make
$ sudo make setuid
$ source ../scripts/rip-environment
...

It works very well.
Now, I need to use a newer version of LinuxCNC, such as 2.9, I need to use RTCP.
Should I perform make clean in the directory where LinuxCNC 2.8.4 is installed?
And then follow the installation process to compile version 2.9?

I'm asking this mainly because I'm concerned about potential conflicts with environment variables.
If I could keep two versions without conflict, that would be great. Can I switch them in some way? This is more conducive to my debugging.
  • Krulli_Fräser
  • Krulli_Fräser
25 Aug 2024 08:30

Editing Bitfile on 7i97t for extra smart serial connections

Category: Driver Boards

Ok so I have flashed the other firmware to the card and that seems to have worked. When I use the readhmid command it shows RX/TX pins on the expansion connector.
Now I need to connect the smart serial adapter board to these pins and to my 7i73. That does not work currently. I want to rule out the easiest mistakes first. I am not sure of the pinout of the expansion connector on the 7i97. I can see what pin is rx/tx in the terminal with readhmid but I'm not sure where the physical pin on the 7i97t is.

Can someone clarify that?
  • Aciera
  • Aciera's Avatar
25 Aug 2024 08:29
Replied by Aciera on topic durchmesser stimmt nicht

durchmesser stimmt nicht

Category: Other User Interfaces

Probe_postgui.hal:5: Warning: File contains DOS-style line endings.

Das kommt normalerweise wenn man Textverarbeitungssoftware (zB Word) verwendet statt einen einfachen Texteditor wie notepad, xed oder gedit.
Öffne die 'Probe_postgui.hal' doch mal mit einem Texteditor in linux (Nicht mit Openoffice!) und speichere mal.
Probe_postgui.hal:11: Ini variable '[PROBE]DEBOUNCE_TIME' not found.

Du hast Anführungszeichen in deiner INI, die da nicht hingehören:

Ist:
`[PROBE]

Soll:
[PROBE]



Ist:
PROBE_SWITCH = 0``

Soll:
PROBE_SWITCH = 0


Mach doch mal diese Anführungszeichen weg.
  • jjdege
  • jjdege's Avatar
25 Aug 2024 08:00
Replied by jjdege on topic Linuxcnc's Ethercat in Raspberry pi-5

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

hello

to update what I wrote here

I resumed the installation of LCNC + etherCAT on native Raspberry Pi 5 OS.

I turned the raspy back on and there were some updates to install, after doing this I ran this in the terminal
sudo dpkg-reconfigure ethercat-dkms

everything works on native OS with audio and video graphics ok!!!


 


 
 
  • rodw
  • rodw's Avatar
25 Aug 2024 07:52
Replied by rodw on topic Is software Estop allowed

Is software Estop allowed

Category: HAL

There is a lot more to safety circuits than just the estop. Safety relays, redundant circuits, timers, force guided relays to name a few. Most readilly available estop buttons are not compliant to start with.  The added cost of compliancy is a few hundred dollars and few DIYers are willing to spend the money,

So yes, safety is in the hnads of the integrator.
  • karlhe
  • karlhe
25 Aug 2024 07:49 - 25 Aug 2024 07:54
Replied by karlhe on topic durchmesser stimmt nicht

durchmesser stimmt nicht

Category: Other User Interfaces

Hallo, vielen Dank für die Info.Habe alles eingefügt, bekomme eine Fehlermeldung.ich habe meine geänderte Maschine gepackt: siehe Anhang.Vielen Dank für Deine Mühe
karlhe
  • Aciera
  • Aciera's Avatar
25 Aug 2024 06:13
Replied by Aciera on topic Is software Estop allowed

Is software Estop allowed

Category: HAL

Software Estop in the form of UI/HMI touchscreen, flat panel display driven by mouse/keyboard, software commands (G code …) and membrane switches are NOT ALLOWED.


I agree but the implementation of proper machine safety standards is first and foremost the responsibility of the machine integrator. Regulations that apply in one country may not apply in another. Also in most countries machine safety regulations will go WAY beyond having a proper emergency stop push button.
Generally I would be willing to bet with anyone building a cnc machine (other than a serious commercial company) that their machine is in breach of code somewhere.
  • dacb
  • dacb
25 Aug 2024 05:01

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

I also have this driver.  What are you using to power it?  I thought it might be my power supply.

Has anyone solve "the start lcnc before plug in ethernet cable" issue yet?
i have the same thing but my driver are lichuan closed loop stepper CL3-E86H
I got it to run but still have to do the ritual every times I turn on the machine

  • fat238sg
  • fat238sg
25 Aug 2024 04:32
7i96s with 7i76 on P2 was created by fat238sg

7i96s with 7i76 on P2

Category: PnCConf Wizard

Hi guys!

I was trying to setup a new configuration for 7i96s with a 7i76 but faced some issues trying to go thru with the PNCCONF. previously i was on a old computer with 5i25 and 7i76 but i had to change it to a 7i96s and i was hoping not the touch any wiring on the existing 7i76.

is anyone able to tell me what is the exact error and how can i go about the debug it?

i have attached the hal and ini files here.

Thanks so much!

hm2/hm2_7i96s.0: config.num_stepgens=10, but only 5 are available, not loading driver
hm2/hm2_7i96s.0: failed to parse Module Descriptor 5
hm2_eth: rtapi_app_main: Invalid argument (-22)
./Waterjet.hal:10: waitpid failed /usr/bin/rtapi_app hm2_eth
./Waterjet.hal:10: /usr/bin/rtapi_app exited without becoming ready
./Waterjet.hal:10: insmod for hm2_eth failed, returned -1

File Attachment:

File Name: linuxcnc.report.txt
File Size:6 KB


File Attachment:

File Name: Waterjet.hal
File Size:8 KB


File Attachment:

File Name: Waterjet.ini
File Size:4 KB
  • rodw
  • rodw's Avatar
25 Aug 2024 02:53
Amplifier Fault ECT60 Closed Loop was created by rodw

Amplifier Fault ECT60 Closed Loop

Category: EtherCAT

I can't work this issue out.
I'm building a simple testbed for CIA402 homing that has two joints. Both are using an Rtelligent ECT60 drive. One is closed Loop, (rtelligent NEMA23 stepper) the other is Open loop NEMA23 (Sanyo Denki stepper)
Both joints work perfectly in open loop mode but if I set the Rtelligent to be closed loop, I get  a little bit of movement then it stops with an amplifier fault.
It does not matter if I use a generic driver, the ECT60 driver or the basic_cia402 driver. Behavior is the same.

It would be great if you could review my attached config and provide any feedback.

File Attachment:

File Name: ect60.hal
File Size:3 KB

File Attachment:

File Name: ethercat-conf.xml
File Size:1 KB

File Attachment:

File Name: ect60.ini
File Size:3 KB
Displaying 20431 - 20445 out of 26049 results.
Time to create page: 0.553 seconds
Powered by Kunena Forum