Thread: No talky
View Single Post
  #6   Ban this user!
Old 06-15-2007, 11:19 AM
One of Many One of Many is offline
 
Join Date: Aug 2005
Location: USA
Posts: 1,622
One of Many is on a distinguished road

Originally Posted by bborb View Post
Instead of hyperterminal, go to
http://www.milltronics.net/service/download.htm
and download one of the mill demo programs. Install it on your PC and use it as your communication program. Both your machine AND PC will probably use COM1. Then match the RS232 parameters and you're ready to go. Just send from one and receive at the other.
HTH
Bart
This is what I did also. Although, I think the demo version only allows program names up to O0010 as I recall.

It seems to work reliably with less archaic complexity of HyperTerminal or Kermit. The disappointing thing is that the control will not fetch from a PC as a terminal on its own. This should be called SNEAKERware, not software. You will wear out your shoes walking back and forth between setting one end or the other to receive and use the other end for send. Poorly written software IMHO. Even my old BP EZTrak did send and receive from the control with no fuss via an early 80's EZlink program!

In other words, you set the Milltronics control to receive O####, then walk over the the PC and send the named file over. Visa-versa with setting the PC to receive and walking back to the control to send a program to the PC. What a freak'n un-necessary hassle! I did find that if you set the control or PC to receive a file name(I,E. O1111), but send a different file name(O2222), the sent file, regardless of its original name, takes on the receive ends file name.

My VKM3 is a Centurion I, so I am not sure this all applies.

First I used a program called Windmill on the desktop PC to verify the cable integrity and that there was serial data being sent from the control to the PC. Windmill still needs all the settings set as per the control to make the connection sync. The first try did not receive a string, so I needed to swap pins 2 and 3, which did prove out the cable on the second try.

Secondarily, there were some parameters that I changed that may or may not be required. Go to the UTIL-CTRL softkey.

The changes I made in the *****Serial Port Data***** list were as follows:

Tape start Character and 037
Tape end Character set to 037 ;some CAM programs send out as beginning and end of file markers. It does not seem to matter with transferring via the SLS offline demo though.

RS-232 buffer to 256 ;this supposedly helps speed things up a bit?

Line feed in change CR=YES
End of Block send CR/LF=YES ; I was not sure either of these need to be set, but in HyperTerminal, the test text was all one group and not lined up in line numbers.

RS-232 EOF Character=037 ; Again, it does not seem to matter, but one old CAM program I have, puts the "%" character in there as a part of the post.

Some of the control version software may have an "ANY" softkey, which allows DOS file names. This may also show up if Full DOS file names is set to YES. Otherwise the only file names that can be read by the control are of the format O#### ( a capital letter O followed by a 4 digit number) with no extension. If your CAM package appends a .TXT, rename the file to remove the .TXT (I.E. O0001).

I am also looking into a network card, but that is a bit more complicated to set up from scratch in DOS. If I ever get some time and/or can find a complete proven procedure, I can document what I did to make it all work. This will basically use the PC as an external drive(P:\) so that all the programs stored on the PC can be fetched from the control directly....as it should be!

DC
__________________
Learn cause and effect through experience. Mastering those relationships is the "Common Sense" ability within the art of any trade.
Reply With Quote

 

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