Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
    Posted by
    
      "hanermo" - CNC 6-axis Designs
    
  
  
    on 2011-10-03 11:04:02 UTC
  
  Jon ... this was very, very helpful !
If I understand you, a similar situation exists for all/most existing
graphical controls, and the existing scripts can be used as samples ?
This changes my perception, if a simple XML layout can actually run the
front-end.
Making xml layouts is relatively easy, and using existing snippets of
code to create subpanels seems reasonable.
I am much obliged.
If I understand you, a similar situation exists for all/most existing
graphical controls, and the existing scripts can be used as samples ?
This changes my perception, if a simple XML layout can actually run the
front-end.
Making xml layouts is relatively easy, and using existing snippets of
code to create subpanels seems reasonable.
I am much obliged.
> same requirements and it is very handy to be able to customize the[Non-text portions of this message have been removed]
> > screen layout to suit.
> Well, here's the HAL code to display spindle speed on an additional
> panel to the Axis GUI:
>
> # spindle speed display
> addf lowpass.1 servo-thread
> net spinraw ppmc.0.encoder.04.delta conv-s32-float.0.in
> net spinfloat conv-s32-float.0.out mult2.0.in0
> setp mult2.0.in1 185.185185 # (60/encoder count/rev)
> net rawSpindleRPM mult2.0.out => lowpass.1.in
> setp lowpass.1.gain 0.02
> net SpindleRPM lowpass.1.out pyvcp.SpindleRPM
>
> This gets spindle speed from the spindle encoder and converts it
> to RPM, then runs it through a lowpass filter to get rid of
> fluctuations in the reading due to the low resolution of the
> encoder. Then, you provide a short XML file to describe the
> item to be displayed on the PyVCP panel :
> −<pyvcp>
> −<label>
> <text>"Spindle Speed:"</text>
> </label>
> −<bar>
> <halpin>"SpindleRPM"</halpin>
> <max_>5000</max_>
> </bar>
> </pyvcp>
>
> That's it!
>
> Jon
>
> __
Discussion Thread
  
    Armilite@a...
  
2011-09-29 03:41:45 UTC
  Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-09-29 04:42:17 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Ron Thompson
  
2011-09-29 06:12:04 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Ron Thompson
  
2011-09-29 06:33:09 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Stephen Muscato
  
2011-09-29 08:11:01 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Brian Worth
  
2011-09-29 08:11:22 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Armilite@a...
  
2011-09-30 03:29:37 UTC
  Bridgeport CNC Mill???
  
    Armilite@a...
  
2011-09-30 04:10:32 UTC
  Bridgeport CNC Mill???
  
    Ron Thompson
  
2011-09-30 06:37:35 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Les Newell
  
2011-09-30 07:26:42 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Larry Bastianon
  
2011-09-30 08:05:42 UTC
  RE: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    John Murphy
  
2011-09-30 08:06:26 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    David G. LeVine
  
2011-09-30 10:18:11 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-09-30 20:28:18 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-09-30 21:54:43 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    David G. LeVine
  
2011-10-01 10:34:00 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-01 11:02:10 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-01 17:29:06 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-01 17:31:38 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-01 17:40:56 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-02 03:12:09 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Larry
  
2011-10-02 09:11:09 UTC
  Re: Bridgeport CNC Mill???
  
    Michael Fagan
  
2011-10-02 09:20:18 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-02 11:10:51 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    David G. LeVine
  
2011-10-02 11:11:46 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-02 11:12:48 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Michael Fagan
  
2011-10-02 11:14:18 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    David G. LeVine
  
2011-10-02 12:45:55 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-02 14:33:13 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-02 14:41:48 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    David G. LeVine
  
2011-10-02 15:15:00 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    David G. LeVine
  
2011-10-02 16:19:51 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-02 18:56:07 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-02 18:58:11 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Les Newell
  
2011-10-03 09:00:29 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-03 09:33:15 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-03 10:56:15 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-03 11:04:02 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-03 11:06:51 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-03 11:24:34 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-03 20:27:11 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-04 01:19:48 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-04 02:04:45 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Les Newell
  
2011-10-04 04:22:46 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-04 05:33:01 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Les Newell
  
2011-10-04 06:50:22 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    samcoinc2001
  
2011-10-04 09:32:58 UTC
  Re: Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-04 09:48:33 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-04 10:02:04 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-04 10:36:11 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    "hanermo" - CNC 6-axis Designs
  
2011-10-04 10:46:42 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-04 18:57:07 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-04 19:00:43 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Steve Blackmore
  
2011-10-05 01:15:48 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-05 09:13:06 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Steve Blackmore
  
2011-10-06 01:30:08 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-06 10:28:14 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    samcoinc2001
  
2011-10-06 11:47:09 UTC
  Re: Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-06 18:10:35 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Michael Fagan
  
2011-10-06 20:13:25 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-06 21:55:04 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Steve Blackmore
  
2011-10-07 00:55:35 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    Michael Fagan
  
2011-10-07 07:09:37 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Bridgeport CNC Mill???
  
    John Murphy
  
2011-10-07 10:24:37 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Phil@Y...
  
2011-10-07 11:04:21 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???
  
    Jon Elson
  
2011-10-07 19:04:57 UTC
  Re: [CAD_CAM_EDM_DRO] Bridgeport CNC Mill???