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! > Machine Controllers Software and Solutions > Machine Problems, Solutions , Wireless DNC, serial port


Machine Problems, Solutions , Wireless DNC, serial port Need help with your Machine or need a Machining solutions for , Serial Port, Cable problems between PC and all others DNC problems disucss them here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 05-08-2006, 12:06 PM
sidi_steve's Avatar  
Join Date: Apr 2003
Location: Oakland
Posts: 60
sidi_steve is on a distinguished road
Windows based laser engraver software - Hardwired to LPT1 - redirect output to file

I have a laser engraver which is controlled by it's own software. The software runs on windows 98 and is used for both designing what you want to cut or engrave AND for driving the device.

Currently, the software DOES work for controlling the engraver, but the software only supports pixel based images (bmp and jpg), so I am not able to "plot" out vector based (as in DXF or CAD based files) which is what I need to be able to do

According to the manual, I should be able to operate the engraver using a windows printer driver or from DOS. But I have been told by manufacturer that these options don't actually work.

The engraver is connected to LPT1 and their software specifies LPT1.

Is there a way, in Windows 98, to hijack, copy, split, hack or otherwise redirect the output of LPT1 to a file while simultaneously leaving a device attached to LPT1?

I would like to try to copy or direct the LPT1 output to a file so that I can see what kind of file the engraver is receiving. In order for the software to actually put data out thru LPT1, the engraver has to be attached.

The goal will be:
1) to copy the output to file -> LPT1test.txt
2) determine what kind of file is LPT1test.txt (hpgl?)
3) copy /b LPT1test.txt LPT1 to see if I can get a file to "plot"

Thank you

Steve
Reply With Quote

  #2   Ban this user!
Old 05-08-2006, 01:34 PM
 
Join Date: May 2003
Location: USA
Posts: 109
bcromwell is on a distinguished road

Try creating a printer using the following method

(XP or equiv.)

Start
Settings
Printers
Add New printer
Local Printer (Uncheck Auto detect and install Plug and play printer)
Change Use the following port from LPT1 to "FILE: (Print to File)"
Select the printer driver from the list or use the driver disk that came with the engraver, Call it something like Engrave2File


When you Print something from the Engraver software you should get a prompt for the output file name. Save the file to someplace and name you can remeber (Ie c:\output.raw)

Next you need to create a printer using LPT1 using the procedure above, call it engraver, set it as default printer; from command line or create a script,
to do a "copy output.raw lpt1 /b"

The output is going to be Windows RAW format, and can be pretty large depending on the output of the print job.

Edit: Got out of order.. Typed to quickly.
Reply With Quote

  #3   Ban this user!
Old 05-08-2006, 02:16 PM
 
Join Date: May 2003
Location: USA
Posts: 109
bcromwell is on a distinguished road

By Bad didn't see the simultaneously leaving a device attached to LPT1 part.

Look for a device called parascope on ebay if you are willing to spend $$$ to do what you are trying to do.
Reply With Quote

  #4   Ban this user!
Old 05-08-2006, 03:44 PM
sidi_steve's Avatar  
Join Date: Apr 2003
Location: Oakland
Posts: 60
sidi_steve is on a distinguished road

Thank you for the advice. I realize that I need to explain a little more...

Their software doesn't use a printer driver to control the device. So, when you press the output button, "some magic happens" (a virtual device driver calls some .dll files somewhere) and then some data goes out the parallel port into a buffer in the device and the plotter head moves.

From within their software, there is no File->print->print setup like there is in most windows programs. There is only an output button and the output only goes to LPT1 and thats it.
Reply With Quote

  #5   Ban this user!
Old 05-09-2006, 09:14 AM
 
Join Date: May 2003
Location: USA
Posts: 109
bcromwell is on a distinguished road

You are going to need a LPT sniffer type program such as http://mpsniffer.softic.biz/ (If it can output to a file not 100% sure) because the program is writing directly to the hardware port. Multiport sniffer is like 80$ but if you look around I think I have seen one or two cheaper ones.
Or you can look for hardware based solutions such as the para-scope but they run in the 300-1000$ range.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-09-2006, 09:26 AM
 
Join Date: May 2006
Location: Italy
Age: 52
Posts: 4
KombianCNC is on a distinguished road

Originally Posted by sidi_steve
Thank you for the advice. I realize that I need to explain a little more...

Their software doesn't use a printer driver to control the device. So, when you press the output button, "some magic happens" (a virtual device driver calls some .dll files somewhere) and then some data goes out the parallel port into a buffer in the device and the plotter head moves.

From within their software, there is no File->print->print setup like there is in most windows programs. There is only an output button and the output only goes to LPT1 and thats it.
I think that your software doesn't use the windows printing subsystem but rather output the data directly to the port address where the LPT1 port is mapped (usually 0378h). If your supplier told you that the engraver software only runs on Windows (tm) 98 family this is the proof ! Accessing hardware ports by software is not allowed on Windows NT/2000/XP (this is not completely true but it's another issue).
If this is your case what you need is some utility that "intecepts" every in/out data n the LPT1 port and write is on some file.
May be that such utilities does exists, but shouldn't be easier ask your supplier for some doc on the format used by the engraver ?

Sandro

PS: Please don't laugh for my english errors. I learned english watching CNN on the satellite here in Italy !!

PPSS: Can someone explain me the meaning of "drip feed" and "DNC" terms ?
Reply With Quote

  #7   Ban this user!
Old 05-09-2006, 09:52 AM
sidi_steve's Avatar  
Join Date: Apr 2003
Location: Oakland
Posts: 60
sidi_steve is on a distinguished road

Ciao Sandro - Come Vai - Tutto e bene!

Your English is close to perfect - no worries.

I wish I could ask the supplier for any information. I bought the laser engraver from China and the support is limited.

The software is supposed to work on any Windows 95,98 2000, XP -

But, you are correct - I think I do need to intercept all LPT1 data flow.

Many thanks -

Osservate il Giro D'Italia sulla televisione? Chi desiderate vincere?
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 08:19 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