585,931 active members*
3,646 visitors online*
Register for free
Login

Thread: WITH RS232

Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Posts
    48

    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
    Join Date
    Dec 2008
    Posts
    3109
    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
    Join Date
    Dec 2007
    Posts
    48
    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, 10:44 AM
  2. USB to RS232
    By FUN4ME in forum Fadal
    Replies: 7
    Last Post: 02-14-2009, 10:25 AM
  3. dnc rs232-c for okk-mha-400
    By Ethan H in forum OKK
    Replies: 1
    Last Post: 01-11-2009, 11:07 AM
  4. Hurco KM1 RS232 to USB OR RS232 to PCMCIA solution?
    By modernprecision in forum Bridgeport / Hardinge Mills
    Replies: 1
    Last Post: 09-11-2008, 07:15 PM
  5. RS232 Help
    By Jerrytool in forum Daewoo/Doosan
    Replies: 9
    Last Post: 03-15-2007, 11:51 PM

Posting Permissions

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