Results 1 to 3 of 3

Thread: WITH RS232

  1. #1
    Registered
    Join Date
    Dec 2007
    Location
    USA
    Posts
    40
    Downloads
    0
    Uploads
    0

    WITH RS232

    IM TRYING TO SEND /RECIEVE TO A OSP5020L WITH A CNCGCODER PALM PILOT WHEN I SEND A PROG FROM LATHE TO PALM PILOT THE PROGRAM HAS A BOX AND DOLLAR SIGN IN FRONT OF PROG NAME THEN A % IT WILL NOT LET ME SEND THE PROG BACK TO LATHE CAN ANYONE HELP ME WITH WHAT IM DOING WRONG TO SEND A PROG TO THE LATHE THANKS.


  2. #2
    Registered Superman's Avatar
    Join Date
    Dec 2008
    Location
    Krypton
    Posts
    1,769
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by bruiserba View Post
    IM TRYING TO SEND /RECIEVE TO A OSP5020L WITH A CNCGCODER PALM PILOT WHEN I SEND A PROG FROM LATHE TO PALM PILOT THE PROGRAM HAS A BOX AND DOLLAR SIGN IN FRONT OF PROG NAME THEN A % IT WILL NOT LET ME SEND THE PROG BACK TO LATHE CAN ANYONE HELP ME WITH WHAT IM DOING WRONG TO SEND A PROG TO THE LATHE THANKS.
    First TURN YOUR CAPS LOCK OFF to stop yelling

    on the first line of code
    $ means to name the file in the control
    % means end of the filename or start of NC data
    the box is a character that is not supported on the palm pilot, and should not be there.
    Is the character also there when the file is opened on a PC ?

    examples
    Code:
    %  ( normal un-named file )
    G0G40G80G90
    
    $ABC123.MIN% ( filename in the control when transmitted )
    G0....
    If you want to give a different name to a named file

    --> <PIP> --> <READ> --> CN0:,456.MIN --> <WRITE> ( note the comma )( CN0 is the RS232 device channel )

    CN0: can be omitted if the default device is the RS232 port
    .MIN can be omitted as it also is the default extension
    the 456 can be omitted as A.MIN is the default filename
    so you can simply put a ,(comma)
    ie
    --> <PIP> --> <READ> --> , <WRITE> ( will give the new uploaded file a name of A.MIN )

    A % is required at the end to terminate the transfer session, if it is missing, the file cannot be closed, and the machine may require a re-boot.


  3. #3
    Registered
    Join Date
    Dec 2007
    Location
    USA
    Posts
    40
    Downloads
    0
    Uploads
    0
    im sorry about the caps im not yelling at no one thanks for your support im able now to send and recieve progs thanks again for your help.


Similar Threads

  1. RS232 on 6M
    By guhl in forum Fanuc
    Replies: 7
    Last Post: 08-10-2009, 05:44 AM
  2. USB to RS232
    By FUN4ME in forum Fadal
    Replies: 7
    Last Post: 02-14-2009, 04:25 AM
  3. Need Help!- dnc rs232-c for okk-mha-400
    By Ethan H in forum OKK
    Replies: 1
    Last Post: 01-11-2009, 05:07 AM
  4. Hurco KM1 RS232 to USB OR RS232 to PCMCIA solution?
    By modernprecision in forum Bridgeport and Hardinge Mills
    Replies: 1
    Last Post: 09-11-2008, 02:15 PM
  5. RS232 Help
    By Jerrytool in forum Daewoo/Doosan
    Replies: 9
    Last Post: 03-15-2007, 06:51 PM

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.