Gmoccapy - A new screen for linuxcnc

More
05 Nov 2014 02:12 #52781 by microsprintbuilder
Tom I looked at my notes and found original email from mesa. They suggested 1000 ohm resistor not 100 ohm resistor as I stated above. My bad

Please Log in or Create an account to join the conversation.

More
05 Nov 2014 03:05 #52784 by Tom_R2E3
Thanks everyone for the input, I have some 1.2k 1W resistors I can try tomorrow. Just made a little test circuit which behaved as it should.
My setter is just a little sprung loaded platform, very similar to the one shown here: www.homemodelenginemachinist.com/showthread.php?t=4569


Norbert you are right regarding the look ahead, if I end my program in G55 with no M2 command then the DRO displays G55. How many lines does the interpreter read ahead? And is there anything that stops the look ahead, M1 pause or anything which I could use in my programs?

Also, I renamed my preferences file, launched gmoccapy and changed settings as I wanted them, then closed and reopened. Everything was remembered except the keyboard check boxes.

Please Log in or Create an account to join the conversation.

More
05 Nov 2014 17:22 #52803 by newbynobi

Also, I renamed my preferences file, launched gmoccapy and changed settings as I wanted them, then closed and reopened. Everything was remembered except the keyboard check boxes.


I just did an update to 2.6.4 on my testing computer and went to the settings page, unchecked all use keyboard stuff, left settings and closed gmoccapy. Then I did start the GUI and all settings has been remembered.

Could you give more Info? Have you tried to edit the preference file with gmoccapy closed and then start the GUI?

Can you take a look after changing a setting, if that do arrive in your preference file?

Norbert

P.S. I do not know how much the interpreter reads ahead, sorry. Reading an io-pin and wait for the result should stop the interpreter from reading ahead.

Please Log in or Create an account to join the conversation.

More
06 Nov 2014 17:43 #52870 by Tom_R2E3
Hi Norbert,

If I delete my preferences file, then launch Gui, then close again, this is what the created preferences file looks like:
[DEFAULT]
dro_size = 28
hide_axis_4 = False
spindle_start_rpm = 300.0
scale_max_vel = 59.9
scale_jog_vel = 18.4000002
scale_spindle_override = 1.0
scale_feed_override = 1.0
open_file = 
screen1 = window
x_pos = 40
y_pos = 30
width = 979
height = 750
use_screen2 = False
gtk_theme = Follow System Theme
audio_alert = /usr/share/sounds/ubuntu/stereo/bell.ogg
audio_error = /usr/share/sounds/ubuntu/stereo/dialog-question.ogg
grid_size = 1.0
view = p
mouse_btn_mode = 4
hide_cursor = False
system_name_tool = Tool
system_name_g5x = G5x
system_name_rot = Rot
system_name_g92 = G92
system_name_g54 = G54
system_name_g55 = G55
system_name_g56 = G56
system_name_g57 = G57
system_name_g58 = G58
system_name_g59 = G59
system_name_g59.1 = G59.1
system_name_g59.2 = G59.2
system_name_g59.3 = G59.3
jump_to_dir = /home/tom
logo = False
spindle_bar_min = 0.0
spindle_bar_max = 6000.0
x_pos_popup = 45.0
y_pos_popup = 55.0
width_popup = 250.0
max_messages = 10.0
message_font = sans 10
use_frames = True
show_dro_btn = False
use_auto_units = True
probeheight = -1.0
searchvel = 75.0
probevel = 10.0
use_toolmeasurement = False
blockdel = False
opstop = True
log_actions = False
enable_dro = False
show_offsets = False
show_dtg = False
view_tool_path = True
view_dimension = True
gremlin_view = rbt_view_p
run_from_line = no_run
unlock_way = use
unlock_code = 123
show_preview_on_offset = False
use_keyboard_shortcuts = False
abs_color = blue
rel_color = black
dtg_color = yellow
homed_color = green
unhomed_color = red

If I then reopen the GUI, uncheck the show keyboard boxes, then close. The the preferences file says:
[DEFAULT]
dro_size = 28
hide_axis_4 = False
spindle_start_rpm = 300.0
scale_max_vel = 59.9
scale_jog_vel = 18.4000002
scale_spindle_override = 1.0
scale_feed_override = 1.0
open_file = 
screen1 = window
x_pos = 40
y_pos = 30
width = 979
height = 750
use_screen2 = False
gtk_theme = Follow System Theme
audio_alert = /usr/share/sounds/ubuntu/stereo/bell.ogg
audio_error = /usr/share/sounds/ubuntu/stereo/dialog-question.ogg
grid_size = 1.0
view = p
mouse_btn_mode = 4
hide_cursor = False
system_name_tool = Tool
system_name_g5x = G5x
system_name_rot = Rot
system_name_g92 = G92
system_name_g54 = G54
system_name_g55 = G55
system_name_g56 = G56
system_name_g57 = G57
system_name_g58 = G58
system_name_g59 = G59
system_name_g59.1 = G59.1
system_name_g59.2 = G59.2
system_name_g59.3 = G59.3
jump_to_dir = /home/tom
logo = False
spindle_bar_min = 0.0
spindle_bar_max = 6000.0
x_pos_popup = 45.0
y_pos_popup = 55.0
width_popup = 250.0
max_messages = 10.0
message_font = sans 10
use_frames = True
show_dro_btn = False
use_auto_units = True
probeheight = -1.0
searchvel = 75.0
probevel = 10.0
use_toolmeasurement = False
blockdel = False
opstop = True
log_actions = False
enable_dro = False
show_offsets = False
show_dtg = False
view_tool_path = True
view_dimension = True
gremlin_view = rbt_view_p
run_from_line = no_run
unlock_way = use
unlock_code = 123
show_preview_on_offset = False
use_keyboard_shortcuts = False
abs_color = blue
rel_color = black
dtg_color = yellow
homed_color = green
unhomed_color = red
show_keyboard_on_offset = False
show_keyboard_on_tooledit = False
show_keyboard_on_mdi = False
show_keyboard_on_edit = False

So it includes "show_keyboard_on... = False"

However, if I then reopen the Gui, the check boxes are ticked again!

Please Log in or Create an account to join the conversation.

More
08 Nov 2014 17:04 #52937 by newbynobi
Hallo Tom,

What release of Gmoccapy do you use?
I will check as soon as possible.

Norbert

P.S. could someone else try to reproduce that?

Please Log in or Create an account to join the conversation.

More
10 Nov 2014 18:16 #52987 by Tom_R2E3
Hi Norbert, sorry for the delay, i've been away for the weekend. I've tried 1.3.1 and 1.3.2 and they both show the same behaviour. Doesn't look like anyone else has the same issue though..

Many thanks, Tom

Please Log in or Create an account to join the conversation.

More
11 Nov 2014 01:58 #52999 by newbynobi
Hallo Tom,

could you zip your config folder and mail it to me?

Have you tested on an other computer?

Norbert

Please Log in or Create an account to join the conversation.

More
11 Nov 2014 07:04 #53001 by Tom_R2E3
Hi, I can, it's a bit of a mess though...

I have tried it on a couple of computers. In each case I started from the Debian iso 2.6.3 and Gmoccapy 1.2 (which didn't have the problem).

I have tried 2.7 with Gmo 1.3.2 (from GIT) and 2.6.4 with 1.3.1? Both with the Sim configs. They all behave the same way.

I can zip my config folder tomorrow. Would you rather my real machine config or the Gmoccapy sim?

Please Log in or Create an account to join the conversation.

More
11 Nov 2014 08:31 #53003 by DaBit
Today I was looking for the 'reload program' button. Where is that one hidden?

Please Log in or Create an account to join the conversation.

More
12 Nov 2014 06:10 #53031 by newbynobi
Hallo Tom,

If it happen also in a new sim, i do not need your config, as it does not happen here.

Could someone else please tedt if show_keybord_on_... are working as expected?

Norbert

Please Log in or Create an account to join the conversation.

Moderators: newbynobiHansU
Time to create page: 0.320 seconds
Powered by Kunena Forum