It is working, the solution is:
INI File:
[DISPLAY]
EMBED_TAB_NAME=GladeVCP demo
EMBED_TAB_COMMAND=gladevcp -c gladevcp -x {XID} -u hitcounter.py -H gladevcp-touchy.hal manual-example.ui
gladevcp-touchy.hal file:
#Program Stop
net cb1 gladevcp.check => gladevcp.led1
#net cb1 => halui.program.stop
net cb1 => touchy.abort
#Program Run
net b1 gladevcp.button => gladevcp.led2
#net b1 => halui.mode.auto halui.program.run
net b1 => touchy.cycle-start
But now I HAVE A NEW PROBLEM:
In Touchy GUI the X and Z axis moves only at 100 mm/min regardless of G0 or G1 program code. That does not happen with Axis GUI.