-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master: revert addition of broken config #3095
base: master
Are you sure you want to change the base?
Master: revert addition of broken config #3095
Conversation
I looked at the commits and am also a bit surprised. Was this a direct commit? |
It looks like all are from #2756 I also agree that the "lib/grfx" looks weird and also the sim config should not be in a user's folder. |
Note that 'grfx' is not in the 'lib' folder, it's a new root folder. I would also like to point out that there have been questions about this 8 months ago by another member: |
Oh... Have you checked the functionality if we could benefit from that? |
Sorry, this is clearly my fault for not looking carefully at the commits. (or, more specifically, at where the files were going) |
@hansu @andypugh |
The config is not working (even when adapting the paths like /home/tomp/linuxcnc-barwidgets/grfx/ ...) and there is no description provided for the config picker. So I agree to revert those commits. |
@tjtr33 Feel free to come with a new Pull Request when you cleaned this up a little bit and provide a working configuration (with description). Thanks! |
Hello, |
@tjtr33 Sad to hear that. But do you have some screenshots to see the functionality of your created widgets to see if they are worth doing some rework and integrating them? |
Hello
here is a screenshot
there are a lot of combination of thge parameters
here are 4
the 1st 2 are th new single linne bar wisgets
one with a png 'thumb'
and one with a python tkinter drawing script
the 1st 2 have pins that ca ve attached to labels to show values
The 4ed is a 'classic; vbar , the min current and max are
displayed centered on the bar
the 4th has data displayed 'e' (east) of the bar
all have a reference mark line struck thru the var
This is different than orig version
which watched changes from 'min'
now user cab display changes about a value of interest
say, the boiling point of waterm or the ideal lumens for some process
I see i font remember how to set fonts, so i didnt touch those parms
and i did not manage to get rangese to work
tho iirc, i did have them working
you can run it yourself using the github rip
halrun
loadusr python -c fred vbar:ine01.xml
and change the values
setp fred.b1 <value between min_ max_ seen in xml>
I hooked them up to siggens once
look at the xml to see how i built the window.
This was all done with a RIO for github about 3 weeks ago,
Other widgets can ve slimmed down too
the 'dial' can be a simple arc and a line
the scale can be like the bar
lemme know what you'd like
tomp
|
The screenshot seems missing... |
sorry
here is teh shot
the halrun window show the pins
that are available for the numbers min max and current
tomp
|
Still no screenshot, I think you may have to add the image directly in the github webpage. |
You can simply drag the image into the text field. It will be uploaded automatically. |
i only see text of file name and opening tyhe url gets me 404 or goto imgr to avoid github nonsense |
this reverts the changes made by these 4 commits:
dd88dc5
5c3aa31
5fea690
6e84469
and restores pyvcp_widgets.py to the last commit before these changes.
Reasons:
On a personal note I find it rather surprising that after 9 months and two new folders in prominent places this has apparently not attracted the attention of any of the other contributors with push rights to this project. If I were to file a PR like this I would be blown right out of the water and rightly so.
Thanks.