> Date: Fri, 24 Jan 2014 22:13:39 +0000
> From: m...@rmtucker.f2s.com
> To: emc-users@lists.sourceforge.net
> Subject: [Emc-users] Machinekit Gui
> 
> Ok could somebody give me some pointers to get rid of the liveplot in Gscreen?
> 
> Mark
> 
> 
> Don't tell it is nearly impossible, as it is easier than ever bevore!
> Take a look at gscreen. It has been designed specialy for that purpose!
> 
> As an example gmoccapy is based on that. If you do not want a live plot,
> it is just two steps away, as it can be deleted very easy.
> 
> Norbert
> 
> 

It depends on the skin you want to use, some are more tightly integrated then 
others.
Gaxis is the least integrated:
The process to modify it is to copy the glade and or handler file to your 
configuration folder.
Then Gscreen will use that copy instead of the stock one.
You can then modify them as you like.
You would open the glade file (in the config folder) in the glade editor and 
deleting gremlin.
You made need to delete some references to gremlin in the python handler file.
I have not tried this recently (remove gremlin) so there may be another couple 
other things
 to do as well.

In a RIP linuxcnc the stock glade and python handler files are found in 
share/gscreen/skins/'skinname'

To use the Gscreen skin add this in the INI under [DISPLAY]:
DISPLAY = gscreen -c gaxis
gaxis is the base name for the glade and python handler files.
eg it looks for gaxis.glade and gaxis_handler.py in the configuration folde, 
then the skin folder.

One caveat, is by using a modified glade/handler file , you risk having it 
break do to updates
in gscreen, as your modified files are not updated too.
The risk is fairly low as Gscreen development has slowed and it's easy to fix. 
just redo your changes
on the new stock files.

Chris M  
                                          
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to