Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
28 Aug 2024 06:36 - 28 Aug 2024 06:49
Replied by Aciera on topic Computer Shutdown

Computer Shutdown

Category: General LinuxCNC Questions

Are you asking me how it works or are you asking the OP if it works for him?

[edit]

'&&' means that the second command (ie 'systemctl poweroff') is only executed once the first command (ie 'linuxcnc '/home/yourusername/linuxcnc/configs/yourconfig/yourconfig.ini') has been successfully executed, which is only the case once linuxcnc has been shutdown again.

Useful if you want a one line command.

[edit2]
in comparison '&' will run both commands independently
  • Aciera
  • Aciera's Avatar
28 Aug 2024 06:33 - 28 Aug 2024 06:34
Replied by Aciera on topic İnstall glade

İnstall glade

Category: Gmoccapy

I don't know what you use to edit your python code. 'Geany' is a simple editor that does a good job and can be easily installed with
 sudo apt install geany

In the menu go to 'View' and activate 'Show White Space' to see spaces and tabs:

 
  • SamCoffee
  • SamCoffee's Avatar
28 Aug 2024 06:25 - 11 Sep 2024 06:18
Replied by SamCoffee on topic Computer Shutdown

Computer Shutdown

Category: General LinuxCNC Questions

how is it going?
  • Aciera
  • Aciera's Avatar
28 Aug 2024 06:23
Replied by Aciera on topic İnstall glade

İnstall glade

Category: Gmoccapy

here is the relevant function as posted above:
    def on_value_changed(self,obj,data=None):
        changed_value = obj.get_value()
        hal.set_p("near_speed.difference",str(changed_value))
  • Moutomation
  • Moutomation
28 Aug 2024 06:19 - 28 Aug 2024 06:21
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

Right now I'm stuck on two issues: 1. Interfering with the hal parameters, 2. Changing the value of a variable in the hal from the g code file and displaying it in the gui. I think I should rest a little and try again when I'm fitter.
  • Moutomation
  • Moutomation
28 Aug 2024 06:16
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

I start working at 6 in the morning. I work on this project for an average of 15 hours every day. Thank you very much for everything. I'm a little overwhelmed and confused, maybe that's why I can't do it. I'll take a break, get my mind together and try again.
  • royka
  • royka
28 Aug 2024 06:04

How to compile the RT kernel of a ARM board?

Category: Computers and Hardware

That has nothing to do with ARM, perhaps something with the distro that you were using. If it did install but not boot, then it didn't update the bootloader or symlinks in /boot. That could've been easily solved.
  • Aciera
  • Aciera's Avatar
28 Aug 2024 05:49
Replied by Aciera on topic İnstall glade

İnstall glade

Category: Gmoccapy

You can just use the command without the optional '-l'. This should bring up the config picker window:
linuxcnc

or you can directly provide it with the .ini you want to open:
linuxcnc <your_path_here>/<your_ini>.ini
  • Aciera
  • Aciera's Avatar
28 Aug 2024 05:45
Replied by Aciera on topic İnstall glade

İnstall glade

Category: Gmoccapy

File "/home/a/linuxcnc/configs/bluecad/python/testpanel-handler6.py", line 13
    changed_value = obj.get_value()
TabError: inconsistent use of tabs and spaces in indentation

Python does not like if you mix tabs and spaces for indentation. I only use spaces no tabs so I presume you used tabs to indent the additional lines of code. delete the tabs and replace with spaces.
  • Moutomation
  • Moutomation
28 Aug 2024 05:26 - 28 Aug 2024 05:32
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

I have added the terminal output.the panel name is tespanel6,testpanel-handler6.py File "/home/a/linuxcnc/configs/bluecad/python/testpanel-handler6.py", line 13
changed_value = obj.get_value()
TabError: inconsistent use of tabs and spaces in indentation

File Attachment:

File Name: YeniMetinBelgesi.ngc
File Size:48 KB
  • Moutomation
  • Moutomation
28 Aug 2024 05:03 - 28 Aug 2024 05:04
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

 
  • Moutomation
  • Moutomation
28 Aug 2024 04:51 - 28 Aug 2024 04:55
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

Since I deleted the configuration I do not use, it cannot find that configuration. How can I run the configuration I actually use with linuxcnc -l?

It's looking for sim.gmoccapy, my configuration name is bluecad
  • Moutomation
  • Moutomation
28 Aug 2024 04:48
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

I created the above configuration just to see the embedded pages, but now I have deleted it and when I run the linuxcnc -l command, it says that it cannot find my actual configuration.
  • Moutomation
  • Moutomation
28 Aug 2024 04:40 - 28 Aug 2024 04:43
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

Hello,

 
 

sorry this is not this there are 2 configurations
 
  • panming
  • panming
28 Aug 2024 03:24

How to compile the RT kernel of a ARM board?

Category: Computers and Hardware

I tried apt install, but nothing changed after the reboot , the kernel is still the same.

And the compiled kernel can't be turned on after being flashed in via a USB cable.

I've returned the board. ARM is an architecture that makes me sad.
Displaying 22306 - 22320 out of 24894 results.
Time to create page: 0.464 seconds
Powered by Kunena Forum