Advanced Search

Search Results (Searched for: )

  • Nserega.90
  • Nserega.90
04 Feb 2025 09:12 - 04 Feb 2025 09:16
Replied by Nserega.90 on topic Flexible GUI

Flexible GUI

Category: Flex GUI

Hello guys! I want to thank JT very much for the work done! This is very cool! After reading the documentation, I want to try to make a graphical interface for a CNC lathe. I'm not good at programming, it's easier for me to sit with a soldering iron in my hands))). But I think something will work out))) Question: I want to implement a light and dark theme. Can I make a switch to change the theme (light/dark)? So as not to write this in the .ini file. So that I would have the opportunity to switch the topic from the program! 
  • Martin.L
  • Martin.L
04 Feb 2025 08:41
Replied by Martin.L on topic Rack Tool Changer

Rack Tool Changer

Category: QtPyVCP

Hi, any update on this topic? I'm also on the way of setting up a rack atc
  • Martin.L
  • Martin.L
04 Feb 2025 08:40

Probe basic absolute encoders reset position to zero

Category: QtPyVCP

Thank you, the issue was inside servo parameters, somehow all three have been swapped to incremental.
  • Aciera
  • Aciera's Avatar
04 Feb 2025 08:38
Replied by Aciera on topic caxis.comp - How to freewheel axis/spindle?

caxis.comp - How to freewheel axis/spindle?

Category: HAL

Note the backslash-r in ‘python3\r’.
Seems that you have a problem with line endings, did you handle the file on a windows system?

If you have to use Windows maybe this helps:
sberahimzadeh.medium.com/solve-the-error...python3-f58dcf02add4
  • meister
  • meister
04 Feb 2025 08:27

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

Category: Computers and Hardware

ok, until I have a better solution,
I have added a new 'type' (201 : Custom Boolean)

sample config (gui setup will not work / need to added by hand in the json config):
        {
            "type": "modbus",
            "pins": {
                "tx": {
                    "pin": "MODBUS:TX"
                },
                "rx": {
                    "pin": "MODBUS:RX"
                },
                "tx_enable": {
                    "pin": "MODBUS:TX_ENABLE"
                }
            },
            "uid": "modbus0",
            "config": {
                "relais1": {
                    "type": 201,
                    "address": 11,
                    "on": [6 ,0, 1, 1, 0],
                    "off": [6 ,0, 1, 0, 0],
                    "timeout": 100,
                    "delay": 60,
                    "direction": "output"
                }
            }
        }

"on": the bytes of the frame to switch the output on (without address and checksum)
"off": the bytes of the frame to switch the output off (without address and checksum)
Displaying 19546 - 19550 out of 19550 results.
Time to create page: 0.336 seconds
Powered by Kunena Forum