<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
<title>Edit Postprocessor?</title>
<link>http://www.zwsoft.com/forum/viewthread.php?tid=2425</link>
<description>[i=s] Post Last Edit by stylewars at 2012-9-10 18:21 [/i]

Hi!
I wonder how i edit an existing ZW postprocessor to fit my needs?</description>
<author>stylewars</author>
<pubDate>2012-09-10 01:57:00</pubDate>
<item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=16001</link>
<description>[i=s] Post Last Edit by Heckfy at 2012-9-17 17:06 [/i]

I believe that the best editor postprocessor is a text editor. Generation of NC-programs are defined files:
-ZW3D 2012 Eng\Machines\*.mc
-ZW3D 2012 Eng\output_def\*.mdf
-ZW3D 2012 Eng\output_def\runpost.cmd
ZW3D 2012 Eng\output_def\PostConfigPaths
ZW3D 2012 Eng\output_def\OutputVariables 
-ZW3D 2012 Eng\ZWPostConfigs\*.znc

For example, me used command &quot;[color=#000080]FEED / @FEED_FINISH@,@FEED_UNITS@[/color]&quot; in machine_all.mdf.
In zwpostHH530.znc:

...

[color=#008000]SUB _FEED(VALUE, FUNITS)[/color]
[color=#008000]REG.FEEDFLAG.VALUE=1[/color]
[color=#008000]IF FUNITS=&quot;MMPM&quot; THEN[/color]
[color=#008000]REG.Q11.VALUE=VALUE[/color]
[color=#008000]ELSE[/color]
[color=#008000]REG.Q11.VALUE=VALUE*REG.S.VALUE[/color]
[color=#008000]FUNITS=&quot;MMPM&quot;[/color]
[color=#008000]ENDIF[/color]
[color=#008000]END SUB[/color]
[color=#008000]
[/color]
[color=#008000]...[/color]
[color=#008000]
[/color]
[color=#008000]
[/color]
[color=#008000]SUB _FEEDSPRINT()[/color]
[color=#008000]REG.FEEDFLAG.VALUE=0[/color]
[color=#008000]REG.F.LAST=-1[/color]
[color=#008000]REM ================== FEED ===================[/color]
[color=#008000]PRINT CHR$(127), REG.Q11,  &quot; ; FEED&quot;[/color]
[color=#008000]END SUB[/color]
[color=#008000][/color][color=#008000]...[/color]
[color=#008000][/color][color=#008000]
[/color][color=#008000]SUB _FEEDOUT()[/color]
[color=#008000][/color][color=#008000]IF REG.F.VALUE!=REG.F.LAST  THEN[/color]
[color=#008000][/color][color=#008000]IF REG.F.VALUE=REG.Q11.VALUE THEN[/color]
[color=#008000]PRINT CHR$(127), &quot;FQ11&quot;[/color]
[color=#008000]REG.F.LAST=REG.F.VALUE [/color]
[color=#008000]ENDIF[/color]
[color=#008000]END SUB[/color]
[color=#008000][/color][color=#008000]...[/color]
[color=#008000][/color][color=#008000][/color]
[color=#008000]SUB _GOTO(X, Y, Z)[/color]
[color=#008000][/color][color=#008000]...[/color]
[color=#008000]
[/color]
[color=#008000]IF REG.FEEDFLAG.VALUE=1 THEN[/color]
[color=#008000]_FEEDSPRINT()[/color]
[color=#008000]REM REG.F.VALUE=-1[/color]
[color=#008000]ENDIF[/color]
[color=#008000][/color][color=#008000]...[/color]
[color=#008000][/color][color=#008000]
IF REG.F.VALUE!=REG.F.LAST  THEN[/color]
[color=#008000]_FEEDOUT()[/color]
[color=#008000]ENDIF[/color]
[color=#008000][/color][color=#008000]...[/color]
[color=#008000][/color]
[color=#008000]END SUB  [/color]

OUTPUT NC-program:
...
[color=#ff0000]
[/color]
;= OPERATION NAME - =
[color=#ff0000];= OPERATION TIME -  =[/color]
[color=#ff0000]819 L X+44.450 Y-28.500 FMAX[/color]
[color=#ff0000]820 L Z-13.465 FMAX[/color]
[color=#ff0000]821 L Z-14.962 FMAX[/color]
[color=#ff0000]822 Q11=400 ; FEED //easily change the entire trajectory[/color]
[color=#ff0000]823 L Z-17.462 FQ11[/color]
[color=#ff0000]824 L X+44.950 RL[/color]
[color=#ff0000]825 L Y-26.000[/color]
[color=#ff0000]826 CR X+44.050 Y-25.100 R.9 DR+[/color]
[color=#ff0000]827 L X+41.550[/color]
[color=#ff0000]828 L Y-25.600 R0[/color]
[color=#ff0000]829 L X+44.550 Y-28.500 RL[/color]
[color=#ff0000]830 L X+45.050[/color]
[color=#ff0000]831 L Y-26.000[/color]
[color=#ff0000]832 CR X+44.050 Y-25.000 R1. DR+[/color]
...</description>
<author>Heckfy</author>
<pubDate>2012-09-17 17:00:08</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15972</link>
<description>MY Skype: wind-23 or you can contact CAM expert, Sam liu: sam2012969</description>
<author>William_ZW3D</author>
<pubDate>2012-09-14 09:05:00</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15966</link>
<description>Sure, whats your name on skype</description>
<author>stylewars</author>
<pubDate>2012-09-13 17:31:11</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15965</link>
<description>Hi Stylewars,

It's my first time see this problem and hard to discuss like this. Could you add my Skype so that we can organize the online meeting,maybe it need Remote Assistance.</description>
<author>William_ZW3D</author>
<pubDate>2012-09-13 16:58:45</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15958</link>
<description>hi!
Yes i can do that, but the file automaticly opens in notepad not internet explorer, how can i change it to open in explorer?</description>
<author>stylewars</author>
<pubDate>2012-09-12 14:32:24</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15957</link>
<description>HiStylewars,

I guess it's the compatibility problem of  brower,could you try to use IE as the default brower and set the option as below.  

[attach]557[/attach]</description>
<author>William_ZW3D</author>
<pubDate>2012-09-12 14:00:24</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15954</link>
<description>[i=s] Post Last Edit by stylewars at 2012-9-11 21:50 [/i]

[quote]Post Last Edit by Heckfy at 2012-9-11 17:00 



Hi stylewars! 
There was a problem. I am using UTF8 ...
[size=2][color=#999999]Heckfy Post at 2012-9-11 16:59[/color] [url=http://www.zwsoft.com/forum/redirect.php?goto=findpost&amp;pid=15952&amp;ptid=2425][img]http://www.zwsoft.com/forum/images/common/back.gif[/img][/url][/size][/quote]

Hi!
What do you mean?


The problem accures after ive opened a postprocessor (for example ZW_Fanuc_3X) in zw3dpostn.exe,  and then choose post edit( the internet explorer icon) then it opens notepad and i notification pops up saying &quot;[color=#333333]The filename, directory name or volume label syntax is incorrect&quot;![/color]
[color=#333333]What is wrong, ive tried to reinstall ZW3d 2 times now and it doesnt solf the problem, im on windows 7 64bit[/color]


[color=#333333]When i see the movie that youve posted it shall open in a webbrowser.?[/color]</description>
<author>stylewars</author>
<pubDate>2012-09-11 18:29:08</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15952</link>
<description>[i=s] Post Last Edit by Heckfy at 2012-9-11 17:00 [/i]

[quote]Post Last Edit by stylewars at 2012-9-10 13:44 

Hi!
Thank you for the reply, Im am a very experien ...
[size=2][color=#999999]stylewars Post at 2012-9-10 13:40[/color] [url=http://www.zwsoft.com/forum/redirect.php?goto=findpost&amp;pid=15947&amp;ptid=2425][img]http://www.zwsoft.com/forum/images/common/back.gif[/img][/url][/size][/quote]

[font=Trebuchet MS][size=2][color=#000000]Hi stylewars! 
There was a problem. I am using UTF8 encoding. program [url=http://notepad-plus-plus.org/]Notepad + +[/url]
[/color][/size][/font]</description>
<author>Heckfy</author>
<pubDate>2012-09-11 16:59:41</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15949</link>
<description>Hi stylewars, I can't understand your question very well. Please follow this video to open/edit post processor file.

[url=http://download.zwsoft.com/zw3d/temp/How%20to%20start%20customize%20post-processing.rar]http://download.zwsoft.com/zw3d/temp/How%20to%20start%20customize%20post-processing.rar[/url]

If you sitll have questions, please contact me by Skype: wind-23</description>
<author>William_ZW3D</author>
<pubDate>2012-09-11 13:47:02</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15947</link>
<description>[i=s] Post Last Edit by stylewars at 2012-9-10 13:44 [/i]

Hi!
Thank you for the reply, Im am a very experienced machinist

When i try to open the post processor file with post process CL data under the output ribbon it says &quot;wrong filename syntax, directory name or volume label&quot;( translatet from google translate) so i cant edit my postI see that it opens in internet explorer, but my wants to open it in notepad?!
I use google chrome</description>
<author>stylewars</author>
<pubDate>2012-09-10 13:40:52</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2425&amp;pid=15946</link>
<description>Hi Stylewars,Customization postprocessor is really huge topic, it request that you not just need real machining experience but also need to know software' principle very well.

I have a video describe the basic begining in ZW3D how to customize post processor.

[url=http://download.zwsoft.com/zw3d/temp/How%20to%20start%20customize%20post-processing.rar]Video[/url]

If you want to know more about that, you can talk with our CAM expert directly by online Skype.

Sam Liu : sam2012969


[url=http://download.zwsoft.com/zw3d/temp/How%20to%20start%20customize%20post-processing.rar]
[/url]</description>
<author>William_ZW3D</author>
<pubDate>2012-09-10 09:55:04</pubDate>
</item>  </channel>
</rss>