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! > WoodWorking Machines > Commercial CNC Wood Routers


Commercial CNC Wood Routers Discussion Commercial CNC Wood Router Machines here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 05-08-2008, 04:16 PM
 
Join Date: May 2008
Location: Brasil
Posts: 13
oldnapalm is on a distinguished road
CNI floppy format

I wrote a program for reading and writing disks in CNI format, and a
simple program editor (see screenshot). My machine is a Biesse Rover
346, if there is someone interested in testing the program with other
RT480 machines please contact me.
I need a postprocessor for the Biesse Rover 346, if anyone can help me
with that I will be very grateful.

Reply With Quote

  #2   Ban this user!
Old 05-12-2008, 01:33 PM
 
Join Date: Apr 2008
Location: usa
Posts: 5
sidskilly is on a distinguished road
i would be very interested

I would greatly appriciate looking at your program

as right now i cannot work with my rover 325 with rt480 controler

thank you
Reply With Quote

  #3   Ban this user!
Old 05-12-2008, 05:36 PM
 
Join Date: May 2008
Location: Brasil
Posts: 13
oldnapalm is on a distinguished road

The program reads a CNI floppy image and shows all programs in it. Double click a program to edit it. To make a floppy image you can use 'dd' command on Linux ("dd if=/dev/fd0 of=floppy.img bs=1440k") or RawWrite on Windows (http://www.chrysocome.net/rawwrite).

My program is written in Java, so you'll need JRE to run it (http://www.java.com/). It's been tested on Linux and Windows.

You can get a demo version here
http://oldnapalm.googlepages.com/CNIFloppy.jar
Reply With Quote

  #4   Ban this user!
Old 05-12-2008, 05:45 PM
 
Join Date: May 2008
Location: Brasil
Posts: 13
oldnapalm is on a distinguished road

Originally Posted by sidskilly View Post
I would greatly appriciate looking at your program

as right now i cannot work with my rover 325 with rt480 controler

thank you
This software is intended to transfer programs between a PC and a RT480 controlled CNC machine using floppy disks, so you need a working RT480 controller in order to use it.
Reply With Quote

  #5   Ban this user!
Old 05-12-2008, 08:48 PM
 
Join Date: Apr 2008
Location: usa
Posts: 5
sidskilly is on a distinguished road
our controler does work

it's a rt480 and works,
i can get you version of software,
we have none of the original software to the machine, \
i'd like to dump programs to it via the pc to nc link, but
this is a good start, your software is a demo,
what are the restrictions
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-13-2008, 09:22 AM
 
Join Date: May 2008
Location: Brasil
Posts: 13
oldnapalm is on a distinguished road

This demo version is for testing purposes, it will read an image from a floppy disk saved in a RT480 controller, list the programs and allow you to edit them, but will not save a floppy image.

If the editor works with programs saved by your machine, for US$ 400 I will provide you the full version of my software and will make it import from a file format you specify (like files generated by your CAM post processor).

The only alternative to the official CNI software I found costs € 970
http://www.techni-soft.de/html/asc2cni.htm (Google translation)
Reply With Quote

  #7   Ban this user!
Old 05-19-2008, 01:33 PM
 
Join Date: Feb 2008
Location: uk
Posts: 384
battwell is on a distinguished road
biesse 480 481 floppy writing

i have the technisoft software for sale @ £650 sterling.
it works perfectly. original software and dongle. im allowed to sell it in english speaking countries. i also have written postprocessors for bobcad and alphacam so now the old machines make complex parts easily.
i made new vacuum pods for my rover 321 today using it, takes all day by hand writing into machine. approx 1 hour on cad to machine. (ive done it both ways to see)

re sending direct to the machine via serial link. firstly check your controller has the serial card fitted as it costs about £1000 from biesse. just remember, the code you have on pc must be exactly spot on or you will end up doing damage. ie, put a z poz in the code and your milling through your vacuum pods in a jiffy. :-( from experience!!!!!
Reply With Quote

  #8   Ban this user!
Old 05-19-2008, 08:37 PM
 
Join Date: May 2008
Location: Brasil
Posts: 13
oldnapalm is on a distinguished road

My program works perfectly too. It has a better interface and supports more options, like transferring drilling tables.

Demo version:
http://oldnapalm.googlepages.com/CNIFloppy.jar
Reply With Quote

  #9   Ban this user!
Old 05-20-2008, 04:03 AM
 
Join Date: Feb 2008
Location: uk
Posts: 384
battwell is on a distinguished road

i have run your program. looks interesting but being a trial wont let me do things to test it.
what are the trial restrictions at present? re the full version
i pasted a 300 line program into the editor and it crashed? is that a trial program limit problem?

does it post process or is the editor purely manual?

when writing to the disk does it format the disk to cni format before writing?
is it written purely for 480 controller? as 481 code is different.


at present im using the technisoft program which writes post processed text files, converts them to cni format, formats the disk and writes with just a few clicks. on the 481 controller it wont accept files over 11k size so thats the individual file size limit.

a lot of my programs i write parametrically on pc, import to machine and run them. written parametrically makes them really easy to change in the controller.
others i output from bobcad, postprocessing using the scripts i wrote for my controller and paste as a text file.
Reply With Quote

  #10   Ban this user!
Old 05-20-2008, 07:11 AM
 
Join Date: May 2008
Location: Brasil
Posts: 13
oldnapalm is on a distinguished road

The trial version will read a floppy image and let you edit programs, but won't write a floppy image. If you are interested in further testing I can send you a version that writes.
There is no limit in the number of lines, I just tested with a 400 line program and it does not crash. What JRE version are you using? There's a file size limit of 16KB because of the FAT type used by CNI.
The editor does not post process, it does the same Technisoft does. It writes a floppy image in CNI format, so when you raw write the image to a floppy it will be in CNI format. I did it to keep the program cross-platform, but if you decide in which OS you will run it I can make it write directly to the floppy. It's been tested in RT480 machines, but if 481 uses the same floppy format it should work.

Regards.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 05-20-2008, 03:16 PM
 
Join Date: Feb 2008
Location: uk
Posts: 384
battwell is on a distinguished road

i would be interested in testing it for you.
i have a 481 controller machine and friends of mine have xnc controllers which i can also test on.
if you want to send me a full writing version to evaluate il check it out and make any improvement suggestions.
if it works as well as the "competition" software id be interested in marketing it for you too. im friendly with a few independant techs who visit lots of cnc owners with biesse machines.
how much do you want for full program for each resale?

most people i know are using windows xp machines so that would be the best platform for a "full package solution"
take into account that users want a quick write to disk solution, not having to open rawrite seperately etc.
also as a file import i would suggest .txt files as these are the quickest to check on pc, as well as saving. programs like bobcad scramble up files when saved as.cnc etc and obviously these cant be read by cni oldie machines!

i have the latest java offline installed on my machine, downloaded to run your program.
the 11k limit i have on controller is all the "working ram" i have. anything more and the machine rejects it. so for big files i split them up and import them, running sections as a worklist. for panel processing 10k is more than enough. i just wanted to be creative and rout pictures etc which i have done, but that was just for my satisfaction that i had cracked my programming and postprocessing correctly. it took me 2 weeks of late nights to write the postprocessor scripts for bobcam and another week to write for alphacam.
has your machine got the serial port card installed? i wanted to find someone with one to test some ideas!
Reply With Quote

  #12   Ban this user!
Old 05-20-2008, 05:18 PM
 
Join Date: Feb 2008
Location: uk
Posts: 384
battwell is on a distinguished road

biesse can make parts for biesse!
attatched picture of new pods made today from t6 nylon.
and a picture engraved from a dfx file downloaded from cnc zone forum
Attached Thumbnails
Click image for larger version

Name:	biessebike.JPG‎
Views:	135
Size:	29.7 KB
ID:	59970   Click image for larger version

Name:	biessepod481.JPG‎
Views:	169
Size:	57.3 KB
ID:	59971  
Reply With Quote

Reply

Tags
cni rt480 biesse rover




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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Floppy Steppers chuckknigh WoodWorking 6 12-28-2010 05:26 AM
Need Help!- DNC from floppy drive jwknow Haas Mills 5 03-11-2010 08:39 AM
floppy drives dertsap General Electronics Discussion 2 04-30-2007 09:04 AM
Format 1 MegaMoog Fadal 6 04-06-2006 06:08 PM
Using CRC in Format 2 Mese Fadal 10 03-28-2006 07:37 PM




All times are GMT -5. The time now is 03:30 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 354 355 356 357 358 359 360 361