CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > CAM Software > Vectric


Vectric Discuss Vectric Software here.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-31-2006, 04:20 PM
 
Join Date: Apr 2004
Location: canada ontario
Posts: 278
corrie is on a distinguished road
post proccesor

I,m using cncpro to run my machine,and need a post to generate code using photov carve,tried the mach 2/3 inch.txt but get funny things happening when I run the code .I edited the code but ended up where the machine left home position ,went + x to the limit of the code then returned to 0,0 then went back to the x limit and thought that was the start point.re-wrote the code and same results.Wierd.Which post should I use that is available with Photo-v-carve to save my files to .Hope this makes sence,cheers and thanks in advance.
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 12-31-2006, 08:18 PM
*Registered User*
 
Join Date: Oct 2006
Location: USA
Age: 48
Posts: 143
DayneInfo is on a distinguished road
You may want to post your question here also. http://vectric.com/forum/index.php Lots of help available

Dwayne
Tweet this Post!Share on Facebook
Reply With Quote

  #3  
Old 12-31-2006, 08:31 PM
Switcher's Avatar
Moderator
 
Join Date: Apr 2005
Location: Vectorink.com
Posts: 3,659
Blog Entries: 2
Switcher is on a distinguished road
Originally Posted by corrie View Post
I,m using cncpro to run my machine,and need a post to generate code using photov carve,tried the mach 2/3 inch.txt but get funny things happening when I run the code .I edited the code but ended up where the machine left home position ,went + x to the limit of the code then returned to 0,0 then went back to the x limit and thought that was the start point.re-wrote the code and same results.Wierd.Which post should I use that is available with Photo-v-carve to save my files to .Hope this makes sence,cheers and thanks in advance.
Show us the post you have (.txt file).

Might help us, help you.


.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 12-31-2006, 09:25 PM
 
Join Date: Apr 2004
Location: canada ontario
Posts: 278
corrie is on a distinguished road
post p

I deleted the original .txt,but because I have cut3d as well I cut and pasted one of the posts from cut3d and imported it into photo v carve.I used ez router.txt from there and it seems fine.I,ll do some cuting tommorow and see what comes up.thanks for the responce all.
Tweet this Post!Share on Facebook
Reply With Quote

  #5  
Old 12-31-2006, 09:45 PM
Switcher's Avatar
Moderator
 
Join Date: Apr 2005
Location: Vectorink.com
Posts: 3,659
Blog Entries: 2
Switcher is on a distinguished road
I can show you how to make a custom post in "Vcarve", from your "Cut3D post". So you'll never have to copy & past again.

And to delete all the other post you'll prob. never need, so they don't show up in "Vcarve"






.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-01-2007, 09:40 AM
 
Join Date: Apr 2004
Location: canada ontario
Posts: 278
corrie is on a distinguished road
Smile

Hey Switcher and to all a Happy New Year.I just found that saving a file in photovcarve confused me for a moment,not sure which post-p to actualy use.Like I said before the closest looking match was the Mach2/3inch.txt ,so I thaought.I didn,t need any lines for tool change or spindle or coolant.There is still lots I need to learn,but hey I,m learning.As many of you know CNC-PRO is a DOSbased controler,I,m thinking of going to a windows based one in the spring,we,ll see.Ok Switcher show me the money,L.O.L.....cheers.
Tweet this Post!Share on Facebook
Reply With Quote

  #7  
Old 01-01-2007, 07:50 PM
Switcher's Avatar
Moderator
 
Join Date: Apr 2005
Location: Vectorink.com
Posts: 3,659
Blog Entries: 2
Switcher is on a distinguished road
This is how to create a new custom post for "Vcarve".

Note: Windows XP, VCarve Pro 3.0 Trial Edition

1) Open the the file "VCarve Pro 3.0 Trial Edition", my default location when I downloaded from the Vcarve website was "C:\Program Files\VCarve Pro 3.0 Trial Edition"

2) Copy & Paste a copy of the "PostP" file (you can paste it into the "VCarve Pro 3.0 Trial Edition" file, the program will ignore it) we need to have a backup just incase. So we should now have a new file called "Copy of PostP". Just remember that the program is always looking for the "PostP" file-name, so don't re-name that file.

3) Open the file "PostP"

4) I'm working with the "Mach2_3_inch" post (That's all I want to show up when I run the actual Vcarve program, I will never need all the other post because my cnc machine setup will remain the same), so delete everything except the "Mach2_3_inch" post (make sure you did the step that created a backup of all the post).

5) Open the "Mach2_3_inch" post, with Windows Notepad, It should look like the below file:

+================================================
+
+ Mach2/3 - Vectric machine output configuration file
+
+================================================
+
+ History
+
+ Who When What
+ ======== ========== ===========================
+ Tony 15/11/2005 Written
+================================================

POST_NAME = "Mach2/3 (inch) (*.txt)"

FILE_EXTENSION = "txt"

UNITS = "inches"

+------------------------------------------------
+ Line terminating characters
+------------------------------------------------

LINE_ENDING = "[13][10]"

+------------------------------------------------
+ Block numbering
+------------------------------------------------

LINE_NUMBER_START = 0
LINE_NUMBER_INCREMENT = 10
LINE_NUMBER_MAXIMUM = 999999


+================================================
+
+ Formating for variables
+
+================================================

VAR LINE_NUMBER = [N|A|N|1.0]
VAR SPINDLE_SPEED = [S|A|S|1.0]
VAR FEED_RATE = [F|C|F|1.1]
VAR X_POSITION = [X|C|X|1.4]
VAR Y_POSITION = [Y|C|Y|1.4]
VAR Z_POSITION = [Z|C|Z|1.4]
VAR X_HOME_POSITION = [XH|A|X|1.4]
VAR Y_HOME_POSITION = [YH|A|Y|1.4]
VAR Z_HOME_POSITION = [ZH|A|Z|1.4]


+================================================
+
+ Block definitions for toolpath output
+
+================================================

+---------------------------------------------------
+ Commands output at the start of the file
+---------------------------------------------------

begin HEADER

"( [TOOLPATH_NAME] )"
"( Mach2/3 Postprocessor )"
"[N]G00G20G17G90G40G49G80"
"[N]G70"
"[N]T[T]M06"
"[N]G00G43[ZH]H[T]"
"[N][S]M03"
"[N]G94"
"[N][XH][YH][F]"

+---------------------------------------------------
+ Commands output for rapid moves
+---------------------------------------------------

begin RAPID_MOVE

"[N]G00[X][Y][Z]"

+---------------------------------------------------
+ Commands output for the first feed rate move
+---------------------------------------------------

begin FIRST_FEED_MOVE

"[N]G01[X][Y][Z][F]"

+---------------------------------------------------
+ Commands output for feed rate moves
+---------------------------------------------------

begin FEED_MOVE

"[N][X][Y][Z]"

+---------------------------------------------------
+ Commands output at the end of the file
+---------------------------------------------------

begin FOOTER

"[N]G00[ZH]"
"[N]G00[XH][YH]"
"[N]M09"
"[N]M30"
%

6) Everything in red is all info that theVcarve program needs to add a Header & Footer to the g-code it creates, you can edit this (Header & Footer) to your own custom needs. You can change ( POST_NAME = "Mach2/3 (inch) (*.txt)" ) So it reads a custom name in the dropdown list when you save the g-code in the actual Vcarve program, like "Switchers New Post (*.txt)" (see screenshot).

7) You could edit LINE_NUMBER_INCREMENT = 10 .

8) I think, the rest of the code explains itself well enough.

9) I can't say it enough, Backup everything you do!

10) This will allow you edit Header & Footer.



.

Last edited by Switcher; 01-10-2007 at 08:41 AM.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 01-01-2007, 08:18 PM
 
Join Date: Apr 2004
Location: canada ontario
Posts: 278
corrie is on a distinguished road
Smile

Thanks Switcher for the help I,ll take a run at doing that but does it mater if I don,t have V-carve.Can I do it from Cut3D.Maybe a silly ? but had to ask,cheers.
Tweet this Post!Share on Facebook
Reply With Quote

  #9  
Old 01-01-2007, 08:24 PM
Switcher's Avatar
Moderator
 
Join Date: Apr 2005
Location: Vectorink.com
Posts: 3,659
Blog Entries: 2
Switcher is on a distinguished road
Originally Posted by corrie View Post
Thanks Switcher for the help I,ll take a run at doing that but does it mater if I don,t have V-carve.Can I do it from Cut3D.Maybe a silly ? but had to ask,cheers.
Yep, same thing, file name etc...

I just checked, I have both.

.
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 04:13 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353