/ lib / python / gladevcp / gladevcp-test.hal
gladevcp-test.hal
 1  # Choose one of the following lines if running gladevcp via halcommand
 2  # comment out the loadusr statement if passing this file to gladevcp with -h gladevcp-test.hal
 3  # see also the example in http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GladeVcp
 4  loadusr -Wn gladevcp-test gladevcp gladevcp-test.ui
 5  #loadusr -Wn gladevcp-test gladevcp gladevcp-test.glade
 6  
 7  net vcp_b2led    gladevcp-test.hal_button1 => gladevcp-test.hal_led1
 8  net vcp_tb2table gladevcp-test.hal_togglebutton1 => gladevcp-test.hal_table1
 9  net vcp_cb2hbox  gladevcp-test.hal_checkbutton1  => gladevcp-test.hal_hbox1
10  net vcp_vs2label gladevcp-test.hal_vscale1       => gladevcp-test.hal_label1 gladevcp-test.hal_vbar1
11  net vcp_sb2label gladevcp-test.hal_spinbutton1-s => gladevcp-test.hal_label2
12  
13  net vcp_rb2lab1  gladevcp-test.hal_radiobutton1  => gladevcp-test.hal_led4
14  net vcp_rb2lab2  gladevcp-test.hal_radiobutton2  => gladevcp-test.hal_led5
15  
16  net vcp_hs2prgrs gladevcp-test.hal_hscale1       => gladevcp-test.hal_progressbar1
17  net vcp_sb2prgrs gladevcp-test.hal_spinbutton2-f => gladevcp-test.hal_progressbar1.scale
18  
19  net vcp_hs2bar   gladevcp-test.hal_hscale2       => gladevcp-test.hal_hbar1