Advanced Search

Search Results (Searched for: )

  • andrax
  • andrax's Avatar
Today 07:24
Replied by andrax on topic Cannot clear E-STOP, without error

Cannot clear E-STOP, without error

Category: Basic Configuration

You write, 
iocontrol.0.emc-enable-in = TRUE (from remora.SPI-status)
The correct form is 
setp iocontrol.0.emc-enable-in = TRUE (from remora.SPI-status)
or 
iocontrol.0.emc-enable-in = 1

To pinpoint the error, you would need to provide your configuration.
  • Hakan
  • Hakan
Today 06:01

Enabling multi-touch (pinch-to-zoom) in QtDragon HD with Touchscreen

Category: General LinuxCNC Questions

The OS support for multitouch is there, or can be enabled.
What about qtdragon? Does it know how to handle multitouch events or geastures?
  • T_D
  • T_D
Today 05:57

Mesa 7i73 auf analog in + encoder mode stellen

Category: HAL

Dankeschön. Ich werde das heute Nachmittag mal ausprobieren
  • T_D
  • T_D
Today 05:56
Replied by T_D on topic G-code wizard für Gmoccapy

G-code wizard für Gmoccapy

Category: Gmoccapy

Ne hab ich noch nicht gemacht , aber nativecam ist schon recht schön , hat mir aber auch schon ein paar stunden an Nerven und grauen Haaren gekostet , ich werds mir mal anschauen . Danke
  • meister
  • meister
Today 05:11
  • Dave3891
  • Dave3891
Yesterday 04:09 - Yesterday 04:10

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

Category: Computers and Hardware

Is it recommended to use any FF1 with RioCore? It is defaulted to 0.0 in the generator but a lot of other stepper drivers seem to use FF1=1.0

Also would I need to use the P=250 at all or is that the best setting?
  • tommylight
  • tommylight's Avatar
Yesterday 03:55 - Yesterday 04:05

Enabling multi-touch (pinch-to-zoom) in QtDragon HD with Touchscreen

Category: General LinuxCNC Questions

Either way, it is a Linux thing to recognize multiple fingers if your monitor supports it, so might be better to look in the Debian forums.
  • jtrantow
  • jtrantow
Yesterday 03:43

hm2_modbus pktuart, probably a firmware request?

Category: General LinuxCNC Questions

Thanks, that makes sense. R's must be built into the usb adapter.
I will add termination resistors and give that a try.

I flashed 7i96_pktv3d.bit to try out the modbus with a minimal config. I assume I will need updates to run the rest of my configuration?

My lathe has a 7i96 with rs485 connector.
Can I use ptkuart with my 7i92 and 7i92T if I use a ttl to 485 adapter and firmware updates?

Lathe uses a 7i96 with 7i85S and a G540 - 7i96p1_7i85dsdi.bit
Mill uses a 7i92 with 7i85S and 7i75 daughtercards, 7i92_7i85sx1sdid.bit 
Router uses a 7i92T with a 7i75 and a G540 7i92t_g540d.bin
 
  • kello711
  • kello711's Avatar
Yesterday 02:54 - Yesterday 02:54
Replied by kello711 on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

I don't think I would trust a USB device under these circumstances. I would recommend you go back to XHC's website and look for a 433 MHz pendant that hard wires in to send/receive unit. After years  of use, these have never let me down 

Do you have a link to the one you use or a model number?
  • PCW
  • PCW's Avatar
Yesterday 23:45

hm2_modbus pktuart, probably a firmware request?

Category: General LinuxCNC Questions

Here's the wiring information:  (just added to 7I96 manual)

RS-485 OPERATION

For 2 wire RS-485 applications, TX+ must be connected to RX+ and TX- must be
connected to RX-. RS-485 pair wiring is TX-/RX- to A and TX+/RX+ to B.

For RS-485 applications, 7I96 cards require two biasing resistors to establish the
non-driven state of RS-485 interfaces (MODBUS etc). The first resistor should connect
between +5V and RX- and the second between GND and RX+. Suggested resistor value
is 330 Ohms.
  • AlessandroEmm
  • AlessandroEmm
Yesterday 22:03
Replied by AlessandroEmm on topic Cannot clear E-STOP, without error

Cannot clear E-STOP, without error

Category: Basic Configuration

Sorry, I dont follow, what Syntax error are you referring to?
  • Ferra
  • Ferra
Yesterday 22:01

Enabling multi-touch (pinch-to-zoom) in QtDragon HD with Touchscreen

Category: General LinuxCNC Questions

Hello everyone,I hope this is not a trivial question — I am still learning the Linux input stack and QtVCP internals, so please excuse any misunderstanding on my side.I am running LinuxCNC with QtDragon HD (QtVCP) on Debian RT.
My touchscreen hardware supports 15-point multi-touch (confirmed on Windows).
On Linux, the device is detected as
wch.cn TouchScreen
.What I would like to achieve is:
  • Two-finger pinch for zoom in the 3D preview
  • Possibly two-finger rotation/pan gestures
​​​​​​​Any guidance, even high-level direction, would be greatly appreciated.​​​​​​​Thank you for your patience and for the excellent work on LinuxCNC.​​​​​​​​​​​
  • jtrantow
  • jtrantow
Yesterday 21:59 - Yesterday 22:35

hm2_modbus pktuart, probably a firmware request?

Category: General LinuxCNC Questions

Connected CommanderSK VFD RS485 to 7i96 connector.

Docs at linuxcnc.org/docs/2.9/html/drivers/mesa_modbus.html state:6. Hardware ConnectionThe Mesa serial ports have separate pins for Tx and Tx pairs. For RS422 Modbus RTU communications these should be connected at the Mesa card Tx+ to Rx+ and Tx- to Rx-.Note that there are differing naming standards for Modbus pins. Typically Rx+ and TX+ will connect to the B- pin on the modbus device and Rx- and Tx- will connect to the A+ pin, i.e., +/- will appear reversed.

Is RS485 wired the same way?
 

My working USB/485 dongle solution connects:
RJ45                 USB Dongle
2 EIA485+          A+
3 0V                  GND
7 EIA485-          B-

So I have connected EIA485 to Mesa TX- and RX-, EIA485- to Mesa TX+ and RX+, 0V to Mesa GND.
​​​​​
I set up CommanderSK.mbccs to simply read the software version from the vfd. This fails with a "Received PDU too small, size=4"
I have tried hal_types HAL_FLOAT, HAL_U32 with the same result.

Any hints before I bring out the scope?
  • HansU
  • HansU's Avatar
Yesterday 21:56 - Yesterday 21:58
Replied by HansU on topic G-code wizard für Gmoccapy

G-code wizard für Gmoccapy

Category: Gmoccapy

Hast du dir mal PyNGCGUI angeschaut? Es gibt eine Beispiel-Sim-Config "gmoccapy_pyngcgui"
  • AlessandroEmm
  • AlessandroEmm
Yesterday 21:47 - Yesterday 22:03
Replied by AlessandroEmm on topic Cannot clear E-STOP, without error

Cannot clear E-STOP, without error

Category: Basic Configuration

Thanks Tuxcnc - I tried to replicate this with the SPI-fields of remora-spi. (minus the external pin) Unfortunately the behaviour stays the same. Besides looping in the external e-stop does it do something different in terms of iocontrol states?

Displaying 1 - 15 out of 283075 results.
Time to create page: 1.964 seconds
Powered by Kunena Forum