Advanced Search

Search Results (Searched for: )

  • blazini36
  • blazini36
26 Jan 2025 12:56
Replied by blazini36 on topic Flexible GUI

Flexible GUI

Category: Flex GUI

If it's of any use this is the HAL logic I use to operate the Estop and power buttons. "flash" is a custom blinking component I use for indicating states on my control panel. This seems to work perfectly with flex as of now. I didn't wire in the separate NC contacts for my Estop which is why the not is there, I may actually do that in the next rev.
net estop-NO-switch   => halui.estop.activate
net estop-NO-switch   => oneshot.estop.in     #Oneshot triggers reset from hardware Estop release
net estop-NO-switch   => not.estop.in
net estop-NC-switch   <= not.estop.out
net ui-estop-out      <= iocontrol.0.user-enable-out
net ui-estop-out      => and2.estop-sync.in0
net estop-NC-switch   => and2.estop-sync.in1
net estop-sync        => and2.estop-sync.out
net estop-sync        => iocontrol.0.emc-enable-in
net estop-out         => motion.enable
net estop-reset       <= oneshot.estop.out
net estop-reset       => halui.estop.reset
net estop-in          <= halui.estop.is-activated
net estop-in          => flash.estop.enable
net estop-led         <= flash.estop.out
setp flash.estop.hold-prec       false
setp flash.estop.hold-prec-inv   false
setp flash.estop.hold            false
setp flash.estop.flash-rate-ms   500
setp oneshot.estop.width         0.5
setp oneshot.estop.retriggerable false
setp oneshot.estop.rising        false
setp oneshot.estop.falling       true

##Power-On Connection
net machine-pwr-btn  => toggle.power.in
net machine-pwr      <= toggle.power.out
net machine-pwr      => halui.machine.on
net machine-pwr      => not.power.in
net machine-pwr-not  <= not.power.out
net machine-pwr-not  => halui.machine.off
net machine-pwr-stat <= halui.machine.is-on
net estop-sync        => flash.pwr.enable
net machine-pwr-stat => flash.pwr.hold
net machine-pwr-led  => flash.pwr.out
setp flash.pwr.hold-prec         true
setp flash.pwr.hold-prec-inv     true
setp flash.pwr.flash-rate-ms     500
  • JT
  • JT's Avatar
26 Jan 2025 11:53
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Flex GUI

Your screen shot looks correct. I added multi state labels on the 20th, how are you updating?
JT
 
I'm downloading the deb release from the git page. It's still at 1.1.1 but is says it's been updated since then.

Looks like apt didn't update it right this time since it's still version 1.1.1, I used gdebi and now it works. I did get a wierd error about a different label already having that hal pin name but that wasn't the case. I'm not sure if that stems from the multi-state label having the same widget name as it's hal pin name or the hal pin name having underscores. I had other regular labels with a single hal pin with underscore in the name and it was fine. I just changed the underscores in the hal pin name to dashes and the error went away.
 

I don't change the version for every addition, if I did it would be 1.1.125 LOL.

Sometimes I forget to hit the apt update button so downloading the deb and using gdebi to install will always be the latest code.

JT
  • Ehsan_R
  • Ehsan_R
26 Jan 2025 11:33

The jog speed reduction button on the touchscreen does not work.

Category: Gmoccapy

When I use the mouse, the speed reduction button works fine
But when I use the touchpad, it doesn't work
I noticed that the touchpad doesn't work in the area I marked
I think if I make it bigger, it will solve my problem
Can anyone tell me how to fix this?
 
  • rockcnc
  • rockcnc
26 Jan 2025 11:28 - 26 Jan 2025 11:31
Replied by rockcnc on topic change tool commend with button

change tool commend with button

Category: Advanced Configuration

Unfortunately, I remapped M6, and in my Python code due to certain reasons, I cannot use mdi mode.
I mean this code you suggest is good for giving mdi code. I need to do it in auto mode.
When I open and run a G code, it works perfectly fine, so I need this button to execute a line of G code in auto mode
  • juliankoenig87
  • juliankoenig87
26 Jan 2025 10:57 - 26 Jan 2025 10:59
Replied by juliankoenig87 on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Hi Grotius.
I copy cmake and run ./patch and the ./install.

I will do some more testing later and will try to capture the screen. Are you sure you maximized the resolutuon? I can read everthing in my videos.

And of course I will provide the code. I think it will be best to further test with your provided 9axis sim machine so that we will have the same circumstances. But I will test also with my test 4 axis machine with connected 7i92 mesa card just to be sure I dont miss something.
  • Grotius
  • Grotius's Avatar
26 Jan 2025 10:35 - 26 Jan 2025 10:36
Replied by Grotius on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

@Hi Julian,

The display value for "dtg" abc, uvw is fixed. This was indeed a bug.

When moving in a blend segment, the "dtg" abc, uvw values are calculated slightly different.
This was not calculated correctly for the display value.

Then i tried max velocity overide : 20.0 and a max jerk of 20.000.
However i was not able to get the planner to run crazy.

Can you post video's with higher resolution or full screen. I cannot read the hal text in the video.
Your last video, maybe provide the file, and run values, so i can try to get same behaviour.

How do you update the code when github is updated?

living in Germany btw
Living in Holland, Next door.
 

Code is updated.
 
Displaying 19786 - 19791 out of 19791 results.
Time to create page: 0.887 seconds
Powered by Kunena Forum