+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 14

Thread: Prescribe command

  1. #1
    Trusted Tech 50+ Posts PANG is on a distinguished road
    Join Date
    Feb 2009
    Posts
    61
    Rep Power
    3

    Prescribe command

    HI ! i would like to ask a simple question ? How and where to learn this prescribe command ?THANKS

  2. #2
    Moderator 500+ Posts 10871087 is a jewel in the rough 10871087 is a jewel in the rough 10871087 is a jewel in the rough 10871087 is a jewel in the rough 10871087's Avatar
    Join Date
    Jan 2005
    Posts
    906
    Rep Power
    23
    Quote Originally Posted by PANG View Post
    HI ! i would like to ask a simple question ? How and where to learn this prescribe command ?THANKS
    You should be able to download a PRESCRIBE manual from Kyocera, just go to their public site and pick just about any printer and it will come up in the list.
    --
    Handle every stressful situation like a dog would,
    Piss on it and walk away.

  3. #3
    Field Supervisor 2000+ Posts blackcat4866 will become famous soon enough blackcat4866's Avatar
    Join Date
    Jul 2007
    Location
    Lapeer, Michigan
    Posts
    2,236
    Rep Power
    28
    Are you trying to do something specific?
    RTFM
    Do yourself a favor. Buy a manual and read up on your problem before posting. I enjoy helping those that are willing to help themselves. =^..^=

  4. #4
    Trusted Tech 50+ Posts PANG is on a distinguished road
    Join Date
    Feb 2009
    Posts
    61
    Rep Power
    3
    Quote Originally Posted by blackcat4866 View Post
    Are you trying to do something specific?
    I am interested in learning
    what is pre-command about ? i saw the thread regarding 1st tray to use ....and 2nd tray to use .... by sggarge . to make me curious is my company IT deparment guy is just dont know what is about ! From here if anyone can show the way ,i can learn it ,i will appreciated. THANKS

  5. #5
    Software/IT 50+ Posts jneezy2008 is on a distinguished road jneezy2008's Avatar
    Join Date
    Mar 2009
    Location
    Bonita Springs, FL
    Posts
    72
    Rep Power
    3
    PREscribe is a programming language developed by Kyocera Mita. You use it for "special" printing such as printing letterhead on the fly, pull paper from tray 1 then switch to tray 2 then back and so on, print custom green-bar, print bar codes, overlay forms on the fly, change fonts dynamically, change lpi and/or cpi, reformat ASCII or Line Data, filter out unwanted/redundant data(the possibilities really are endless). The PREscribe script lives on a CF card that is inserted into the Kyocera/Copystar copier and it can be moved between copiers of the same manufacturer.

    As far as I know you must go to Kyocera's training in Texas to get the compiler and everything.
    The snozberries taste like snozberries!!

  6. #6
    cboucher
    Guest
    Quote Originally Posted by jneezy2008 View Post
    PREscribe is a programming language developed by Kyocera Mita. You use it for "special" printing such as printing letterhead on the fly, pull paper from tray 1 then switch to tray 2 then back and so on, print custom green-bar, print bar codes, overlay forms on the fly, change fonts dynamically, change lpi and/or cpi, reformat ASCII or Line Data, filter out unwanted/redundant data(the possibilities really are endless). The PREscribe script lives on a CF card that is inserted into the Kyocera/Copystar copier and it can be moved between copiers of the same manufacturer.

    As far as I know you must go to Kyocera's training in Texas to get the compiler and everything.
    There is no compiler for Prescribe. Most of the things you can do with Prescribe can be done using text files. IC Link is also a good tool for working with Prescribe.

  7. #7
    IT Manager 100+ Posts bsm2 is on a distinguished road bsm2's Avatar
    Join Date
    Feb 2008
    Location
    Oldsmar, Florida
    Posts
    160
    Rep Power
    6

    sample print tray 1 and 2

    !R!
    CMNT created by IC-Link version: 0,7,6,21;
    CMNT creation time: [2009/07/14 - 21:15];
    CMNT delete macros, which will be used in CCPY;
    DELM S0;
    DELM S1;
    CMNT definition of the macros which will be used by CCPY command;
    CMNT define macro: S0;
    MCRO S0;
    ENDM;
    CMNT define macro: S1;
    MCRO S1;
    ENDM;
    CMNT command CCPY;
    CCPY E;
    PSRC 1;AMCR E,S0;TERM 1;
    PSRC 2;AMCR E,S1;TERM 1;
    ENDC;
    EXIT;
    Off file
    !R!
    CMNT created by IC-Link version: 0,7,6,21;
    CMNT creation time: [2009/07/14 - 21:15];
    CMNT disable command for CCPY;
    RES;CCPY D;
    EXIT;

  8. #8
    Trusted Tech 50+ Posts PANG is on a distinguished road
    Join Date
    Feb 2009
    Posts
    61
    Rep Power
    3
    Quote Originally Posted by bsm2 View Post
    !R!
    CMNT created by IC-Link version: 0,7,6,21;
    CMNT creation time: [2009/07/14 - 21:15];
    CMNT delete macros, which will be used in CCPY;
    DELM S0;
    DELM S1;
    CMNT definition of the macros which will be used by CCPY command;
    CMNT define macro: S0;
    MCRO S0;
    ENDM;
    CMNT define macro: S1;
    MCRO S1;
    ENDM;
    CMNT command CCPY;
    CCPY E;
    PSRC 1;AMCR E,S0;TERM 1;
    PSRC 2;AMCR E,S1;TERM 1;
    ENDC;
    EXIT;
    Off file
    !R!
    CMNT created by IC-Link version: 0,7,6,21;
    CMNT creation time: [2009/07/14 - 21:15];
    CMNT disable command for CCPY;
    RES;CCPY D;
    EXIT;
    THANKS for eyery one input.

  9. #9
    Technician sggarge is on a distinguished road sggarge's Avatar
    Join Date
    Jun 2009
    Location
    Nashik
    Posts
    10
    Rep Power
    2

    Smile thank you pang

    Quote Originally Posted by PANG View Post
    THANKS for eyery one input.
    thank you pang, you are really curious. and if you find anything learning @ prescribe do not forget to mail me

    sggarge@gmail.com

  10. #10
    Trusted Tech 50+ Posts PANG is on a distinguished road
    Join Date
    Feb 2009
    Posts
    61
    Rep Power
    3
    Quote Originally Posted by sggarge View Post
    thank you pang, you are really curious. and if you find anything learning @ prescribe do not forget to mail me

    sggarge@gmail.com
    Hi! if my customer want in this way 2nd tray is letter head in 1st copy and the rest of copy is 1st tray in A4, i wonder is it can be done in prescribe command.THANKSHope to get solution soon.

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts