Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Leon82

Verified Members
  • Posts

    2,205
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by Leon82

  1. 1 hour ago, jluther said:

    One thing to note is that when you do this if you input and output using ASCII vs ISO there's a difference and you'll need to set 139.0 to 1 for ASCII.

    Also, you set 6005.0=1, I didn't know that sequence number calls worked on external subprogram calls? I assume it would also allow me to have multiple M99's in the external subprogram. If so that would make my life a bit easier with a new program I'm writing.

    Edit: FYI it works on a 35iB too but I've had issues with new memory cards and pcmcia adapters. Even reformatting and reducing the partition size. I have mine working with a 32MB card FAT formatting with 2048 byte allocation.

    I'd recommend getting a PCMCIA adapter that is PCMCIA version 2 at most. I believe my problems were with the adapter allowing version 3 and the new cf card allowing high speed data transfer since repartitioning the 2GB cf card to 32MB with 2048 byte allocation did not work.

    On our newer feelers that have the 31 I believe, when you are in dnc mode you can device change to the card and from the directory set dnc soft key and run from the card. It is not run as a sub program. You can block search like you would in a cnc memory program.

    • Like 2
  2. On 1/26/2023 at 4:24 PM, cncappsjames said:

    Set the machine into "MDI" Mode.
    Press the OFFSET/SETTING button.
    Change/Set the “I/O Channel” to “4”
    Set "Parameter Write Enable" to "1"
    Press the Cancel AND Reset buttons simultaneously. This will clear the alarm you get stating parameter write is enabled.
    Press the "SYSTEM" button.
    Press the numbers "138" on the key pad then "NO. SRCH" on the soft keys (below the CRT). You'll need to set bit 7 to a 1 (Bit order is as follows - 7 6 5 4 3 2 1 0 - so you'll want to change the furthermost bit to the left to a 1)
    Press "3404" on the key pad then "NO. SRCH" on the soft keys. Arrow over to bit 2 (3rd bit from the right) and change that to a "1"
    Press "6005" on the key pad then "NO. SRCH" on the soft keys. Set Bit 0 to a 1.
    Press "6030" on the key pad then "NO. SRCH" on the soft keys. Change it to "198".
    Press the OFFSET/SETTING button to get back to setting and set Parameter Write Enable to a "0". Press Reset.
    Now, this will allow you to run directly off your memory card.
    Your main program in your machine control will just need to look like the following;
    %
    O100(MAIN PROGRAM)
    M198P1234
    M30
    %
    Optionally, you can add a Q to the M198 Pxxxx line (M198P1234Q101) and it will jump to that line number within the Sub Program.
    Your program on the memory card MUST be named Oxxxx (the exes being a 4 digit number that MUST correspond to the actual Sub Program Number in the sub program. (ex. O1234) with NO file extension.
    Your program on the memory card must be as follows (making sure the M198 P call AND the O number AND the Sub Program Number match as I've shown)
    %
    O1234(YOUR PROGRAM NAME HERE)
    (YOUR PROGRAM AS NORMAL)
    N101
    M99
    %
    You MUST have a memory card in the slot when “M198” is called or you will get an alarm.
    NOTE:
    You’ll need to have the following on hand as well;
    • USB Reader/Writer for your PC so you can load programs to the Compact Flash Card.
    • PCMCIA to Compact Flash Card Adapter so you can load programs from the Card to the machine.
    • 1MB to 1GB (MAX) Compact Flash Card. The smaller the capacity, the more likely it will be compatible with your machine.

    will this work with an oi-mt?

     

    • Like 1

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...