aboutsummaryrefslogtreecommitdiffstats
path: root/src/emc/usr_intf/pncconf/pncconf-help/help-gui.txt
blob: 24fefca0bbcbc9c6b01387563c6047ffb7c3b3a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
GUI Configuration Page

Frontend:
    Set general GUI defaults.
    Set AXIS specific defaults.
        - setting size, position and force maximum allows
            positioning AXIS on a second monitor and maximize it.
            force maximum alone allows AXIS to use the whole screen.
            any of these 3 options writes a hidden file in your home 
            directory named .axisrc. If this file already exists it
            will need to overwrite it.
    Set TOUCHY options.
        -TOUCHY can use GTK themes to change its look and feel.
            these are the same themes can you could choose for the
            whole system. The available themes will be listed.
        - size position and forcemax after positioning can be used to
            move TOUCHY to a second monitor if the system is capable. 
    Set QtPlasmaC options.
        - QtPlasmac has specific options not available in other GUI's.
             Any options not used by QtPlasmaC will be disabled.

Virtual Control Panels:
    PyVCP:
        Use to add stand-alone pyvcp panels or if AXIS is chosen,
            the panel will be integrated.
        There are sample panels available.
        Choose one and click the display button to see an example.
        Click 'include HAL connections' to have the chosen example 
        connected to EMC
        With standalone panels the geometry options allow setting the 
            initial position and size on the panel. 
        Set them as you like and click the display button 
        (after picking a sample) to see the changes.
        Picking a blank program will tell pncconf to set up 
            blank pyvcp file for a custom built panel.

    GladeVCP:
        Use to add stand-alone display panels or if AXIS or TOUCHY is chosen,
            the panel can be integrated.
        -There are sample options available:
            -spindle speed display (you can set the max range)
            -spindle at speed indicator
            -zero axis (separate XYZA buttons)
            -auto Z touch off (for using a touch off plate to set Z zero)
            each are selectable by checkbox.
        -zero buttons use HALUI MDI commands - you will see the commands 
            on the advanced page
        -auto touch off z uses halui MDI commands, a classicladder program
            and requires a probe input. You will need to adjust the MDI
            values (on the advanced page) for your machine.
        -GladeVCP panels can use GTK themes to change their look and feel.
            these are the same themes can you could choose for the
            whole system. The available themes will be listed in the combobox.
        - size, position and forcemax can be used to move panels
            to a second monitor if the system is capable or set geometry of
            standalone panels
        - standalone panels are not integrated inside the main frontend GUI.
            you can choose standalone panels for any frontend.
        - AXIS can have panels integrated on the side or in the center tab.
            side panels are always visible center tab panels are not always.
        - TOUCHY can only have center tab integration
        - pushing the display sample panel button will load a panel with
            the user chosen options, unless existing custom program radio
            button is active. It will then load the existing panel in the 
            machined named config as long as it's still named gvcp-panel.ui.
            Close the panel to continue editing config.
        If there is already a panel in the config folder named gvcp-panel.ui,
        PNCconf will complain asking if you wish to overwrite it. If you say yes
        the old file will be saved in the backup folder. Selecting the option
        Use-existing-custom-program will avoid this warning but if you change
        options related to the display panel such as spindle feedback options 
        The HAL commands will not be updated so the options might not work. In
        that case select Sample-display again and allow pncconf to overwrite it.
        If you are using a glade file you have modified outside of PNCconf then 
        you will have to take care that the HAL commands are right.

INI Option:
    -Require homing before MDI / Running
        If you want to be able to move the machine before homing
        uncheck this checkbox   
    -Popup Tool Prompt:
        Choose between an on screen prompt for tool changes or export
        standard signal names for a User supplied custom tool changer 
        Hal file
    -Leave spindle on during tool change
        Used for lathes
    -Force individual manual homing

    -Move spindle up before tool change

    -Restore joint position after shutdown
        Used for non-trivial kinematics machines
    -Random position toolchangers
        Used for toolchangers that do not return the tool to the same
        pocket.
bues.ch cgit interface