Page 1 of 3 123 LastLast
Results 1 to 12 of 33

Thread: .cbk

  1. #1
    Registered
    Join Date
    Aug 2005
    Location
    usa
    Posts
    41
    Downloads
    0
    Uploads
    0

    .cbk

    how do i tell which .cbk file i should be using? i see multiple that could possibly be right, there are 2 that have my company name in the file name, and a waterjet.cbk (which im running)


  2. #2
    Gold Member
    Join Date
    Sep 2003
    Location
    USA
    Posts
    530
    Downloads
    0
    Uploads
    0
    One think to do would be backup what you are using, name it whatever you want.CBK.

    You do not know if what you are using has been backed up, unless you did it.

    Darek


  3. #3
    Registered
    Join Date
    Nov 2004
    Location
    USA
    Posts
    446
    Downloads
    0
    Uploads
    0

    Ya.. You have to back it up..

    My application uses only 1 CBK file that I am constantly making small changes to.

    Everytime I make a change, I back it up with the DATE as the name as in:

    12_15_2004_updateLimits.cbk

    this tells me the date the file was updated, and what the update was.

    It's worked well for me this way.


  4. #4
    Registered
    Join Date
    Aug 2005
    Location
    usa
    Posts
    41
    Downloads
    0
    Uploads
    0
    the file i am currently using (never changed) is wrong, so i cannot back it up, i need to restore to a diff file but am not sure what will happen (if anything) if i choose the wrong file, i of coarse wouldnt choose mill or lathe or something i am obviously not running, but if i "restore' the waterjet.cbk and something is not right with it what will happen? or since i have no i dea, would it maybe be better to use one of the ones with my company name-comp. 1.cbk; or comp. 2.cbk.
    i understand the cbk file houses the params for the machine, how do i find these without dealing with my dealer, as he will not help


  • #5
    Registered
    Join Date
    Apr 2003
    Location
    United States
    Posts
    290
    Downloads
    0
    Uploads
    0
    Hello,

    boomer187um, The only way to tell what file you should be using is to know the correct CBK name. Only the gentleman that set this up for your machine knows what parameters, logic, bitmaps, I/O, G & M codes works for your machine. There is no password on the Diagnostic screen, but there are other passwords in the system you may be thinking of instead, but if they password protected any of the logic files to keep you from making changes your self to the machines setup than only they can let you in to edit or view that logic. The nice thing is that it can always be saved and used again in a backup so you're safe here to install the latest version or to install into another computer.

    Even if your current settings are wrong, we would still advise you to make a backup under any name you prefer. As murphy625 suggested a Date is a good idea, as well as to name it whatever you want.CBK

    You said you were at least running production and didn't want to make changes in a previous post so what ever your using now is going to be much better than the default WaterJet.CBK

    The original files you found with similar names could be tried one at a time, but only after you backup what you're currently using first to be safe.


    Tech Support
    CamSoft Corp.
    (951) 674-8100
    support@camsoftcorp.com
    www.cnccontrols.com
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #6
    Registered
    Join Date
    Aug 2005
    Location
    usa
    Posts
    41
    Downloads
    0
    Uploads
    0
    the file is backed up.
    and THERE IS a password req'd for diagnostics i know it sound crazy, if you say no but these is, there is even a line for it in my cbk...

    [[DIAGNOSTICS]]
    IF \236=1 THEN MESSAGE: MESSAGE HOME ROUTINE RUNNING-: GOTO :SKIP
    IF \202=1 THEN MESSAGE: MESSAGE CUT FILE RUNNING-: GOTO :SKIP
    IF \203=1 THEN MESSAGE: MESSAGE JOGGING ENABLED-: GOTO :SKIP
    QUESTION ENTER PASSWORD FOR ACCESS TO DIAGNOSTICS (CASE SENSATIVE);\233
    IF \233<>\234 THEN GOTO :WRONG
    DIAGNOSE
    EXIT
    :SKIP
    MESSAGE DIAGNOSTICS SKIPPED
    EXIT
    :WRONG
    MESSAGE INCORRECT
    MESSAGE PASSWORD


  • #7
    Gold Member
    Join Date
    Sep 2003
    Location
    USA
    Posts
    530
    Downloads
    0
    Uploads
    0
    Look the .CBK over for what \234 = in the variable table, should be the password.

    Darek


  • #8
    Registered
    Join Date
    Aug 2005
    Location
    usa
    Posts
    41
    Downloads
    0
    Uploads
    0
    what happen was he shipped me my jet and put the pc tower in a box, just taped closed, no cushin, nothing on the on the same 18 wheel bed as my waterjet so the pc was done, so he fedex'd me one of his employees pc's, so the installer/trainer did the install, booted pc up, brought up camsoft said every boot i had to 'home system' and showed me how to load prog (open a file) and click continue to start it and THAT WAS ALL! (i had never even used any nc before this day) he started packin up his tools told me to call his boss if i had any problems/?'s so i've learned my self over the years and am now here to sort of tweak it i guess, as i posted before i cannot cut over 480ipm, and with high loss of quality which is acceptable, but who wants to watch thier machine sit and cut at 60ipm or even lower for high quality, when they know it can run 3000


  • #9
    Registered
    Join Date
    Aug 2005
    Location
    usa
    Posts
    41
    Downloads
    0
    Uploads
    0
    Yes It Is!


  • #10
    Registered
    Join Date
    Aug 2005
    Location
    usa
    Posts
    41
    Downloads
    0
    Uploads
    0
    anything else like that may be able to help me?
    no idea what


  • #11
    Registered
    Join Date
    Apr 2003
    Location
    United States
    Posts
    290
    Downloads
    0
    Uploads
    0
    boomer187um,

    Well anything's possible in CamSoft. At least we have to hand it to you to find the exact logic where it ask for the password. Give your self some credit, you did good.

    If you look at the logic carefully you will see that this gentleman made up his own password rountine for diagnostic. Actually very clever, but not cleaver enough to give the logic routine a password, so you can edit it. His mistake. Simply remove the line:

    IF \233<>\234 THEN GOTO :WRONG

    so that the logic falls through and runs the DIAGNOSE command to runs diagnostics.

    Better yet search for the macro that calls [DIAGNOSTICS] and delete or another way is to put a EXIT command after [[DIAGNOSTICS]] and you won't even be asked the password.

    Tech Support
    CamSoft Corp.
    (951) 674-8100
    support@camsoftcorp.com
    www.cnccontrols.com
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #12
    Registered
    Join Date
    Aug 2005
    Location
    usa
    Posts
    41
    Downloads
    0
    Uploads
    0
    this is the file i use
    Attached Files Attached Files


  • Page 1 of 3 123 LastLast

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.