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! > MetalWorking Machines > Haas Mills


Haas Mills Discuss Haas machinery here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-04-2008, 09:33 PM
 
Join Date: Apr 2007
Location: United States
Posts: 22
gplush is on a distinguished road
Bad Characters

Has anyone ever saw this pop into their code "]=" when the code says "]". Even when I change it at the control and output it to the USB (then reload it), it still insists on converting the normal bracket to the bracket with an = sign. It won't search & replace the "]=" either. It is driving me nuts....Maybe, I'm finally losing my mind!!! It won't run with the = sign in there, and when I change it at the control, it is fine, but, when I pull the program back the USB and make an edit, then reload, it comes right back...

GP
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 02-04-2008, 10:15 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,823
HuFlungDung is on a distinguished road

Maybe give us a hint by showing us the full line of code, as intended and as displayed before editing.

I would examine the file as it is on the USB drive, using a hex editor program on my PC. Search for that bad string to see if it actually exists on the USB.

If it is okay before transfer, then perhaps you've got a bad bit of memory on the Haas. As a test, leave the faulty file in place on the Haas, and reload the program under a different name, which should force it into a different section of memory, hopefully an area with no faults.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 02-04-2008, 10:38 PM
 
Join Date: Apr 2007
Location: United States
Posts: 22
gplush is on a distinguished road

I tried renaming it..I didn't look at it with a hex editor. I can do that tomorrow. The code looks like this on the USB:

#100 = [1 + #5700]

on the control, it looks like this:

#100 = [1 + #5700]=

I have never seen anything like it. I bet there is something there, that I'm not seeing...I like the hex idea..

tks,

gp
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 02-08-2008, 08:45 PM
 
Join Date: Apr 2007
Location: United States
Posts: 22
gplush is on a distinguished road

I figured this out as well. I could see the charactar export in LookRS as ]=. I could find and replace, and also see it in hex. When I put it back in the machine via USB, it came right back. I started using 232 and all is well. There had to be something in that line it was reading. Not sure why the there was a difference between USB & 232. Now that the file has been loaded into the machine & exported out. I can load it without the bad character??? Scratchin my head with that???
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 02-08-2008, 10:01 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

080208-2130 EST USA

gplush:

I have no idea what you just said.

Your reference to USB apparently is to the USB port on HAAS.

I will try to start from the beginning.

1. At a computer you created a program and in this program there was at least one "]", maybe more that is not clear. You know that this original program on the computer does not contain "]=" for this expected single "]".

2. Somehow you use the USB port on HAAS to load this program into HAAS memory. When you view the program on HAAS you see "]=" where there was just "]" in the file at the computer.

Does "]" occur more than once in the program on the computer? If in more than one place, then are all occurrences of "]" in the source program at the computer converted to "]=" when viewed in HAAS memory?

Do you load a memory stick at the computer and then read that stick at HAAS into HAAS memory? or do you use a USB cable to connect the computer to HAAS?

If you use a memory stick, then have you loaded the program to the memory stick, removed the stick from the computer, plugged the stick back into the computer in a different USB port on the computer, viewed the program on the stick with something like WordPad, and observed the error or no error?

If the program is good as viewed in this manner, then when you load from this stick to HAAS does the "]" change to "]=" in all occurrences of "]" from the original source file.

If so, then HAAS has a USB bug.

If it is a cable connection, then try the memory stick test.

.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 02-09-2008, 12:00 AM
 
Join Date: Apr 2007
Location: United States
Posts: 22
gplush is on a distinguished road

I have no idea what you just said.

Your reference to USB apparently is to the USB port on HAAS.

I will try to start from the beginning.

1. At a computer you created a program and in this program there was at least one "]", maybe more that is not clear There were 64 of them. You know that this original program on the computer does not contain "]=" for this expected single "]".That is true..the original program didn't have them, and when I output to USB & use notepad or Cimco, they are there.

2. Somehow you use the USB port on HAAS to load this program into HAAS memory. Somehow - I/O, receive disk, type number When you view the program on HAAS you see "]=" where there was just "]" in the file at the computer. This is exactly correct, and the Haas errors out at the "]=", if I fix it at the control it will run. The minute I send it to the USB, it is back.

Does "]" occur more than once in the program on the computer?264 occurances If in more than one place, then are all occurrences of "]" in the source program at the computer converted to "]=" when viewed in HAAS memory?No, but it is "essentially" the same line of code. Always DPRT with a variable value

Do you load a memory stick at the computer and then read that stick at HAAS into HAAS memory? or do you use a USB cable to connect the computer to HAAS? Stick at the machine

If you use a memory stick, then have you loaded the program to the memory stick, removed the stick from the computer, plugged the stick back into the computer in a different USB port on the computer, viewed the program on the stick with something like WordPad, and observed the error or no error? NO error on three diffferent PC's

If the program is good as viewed in this manner, then when you load from this stick to HAAS does the "]" change to "]=" in all occurrences of "]" from the original source file.See above..Only a certain type of code, never in a variable calculation, only where I shoot out a DPRT[variable value]

If so, then HAAS has a USB bug. That is my conclusion, and I can duplicate it on four machines, with ages varying from 3 years to 2 weeks.

If it is a cable connection, then try the memory stick test.


Here is a sample....I wonder what would happen if you loaded it...If I delete the "=", and reload the program, it comes back, everytime. Now, I am using 232, and life is good.


(ASSIGN SYSTEM VARIABLE VALUE VAR100)
#100= #[ 5701 ]=
(ASSIGN INITIAL START VALUE FOR INCREMENT)
#101= 5701



DPRNT[**TOOL*LIFE*VARIABLE*]
DPRNT[#101[44]]
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Optional Characters on the EOB Button AZDEN Fanuc 10 11-05-2007 12:20 PM
Number of characters in Tooltip sanddrag Suggestions for the CNCzone.com site. 1 05-24-2006 04:46 PM
VF-4 Control computer repeating characters Drkk Haas Mills 5 11-02-2005 11:32 AM




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