Author Topic: MDS100-BW 9600 Baud  (Read 19748 times)

Petty_boy

  • Jr. Member
  • **
  • Posts: 53
  • I'm a llama!
    • View Profile
Re:MDS100-BW 9600 Baud
« Reply #15 on: July 15, 2009, 02:17:58 PM »
Hi Guys,

I'm still waiting for my 2424 to come back from repair but i would like to test the CPU's you sent over.

Can i use the TLserver and my RS485 convertor to test the baud @ 9600??

Marcus

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:MDS100-BW 9600 Baud
« Reply #16 on: July 15, 2009, 03:45:39 PM »
Yes, you certainly can. TLServer also can compute the FCS for you, just enter the command string excluding any FCS, and click the compute FCS button to get the FCS, then add that to the command string followed by "*" and press the Enter key.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

Petty_boy

  • Jr. Member
  • **
  • Posts: 53
  • I'm a llama!
    • View Profile
Re:MDS100-BW 9600 Baud
« Reply #17 on: July 15, 2009, 04:02:37 PM »
Hi,

thanks for the reply.

Command string:-  PRINT #3 "?P0203";"PROJECT ID 090009"

FCS = 4C

String:- PRINT #3 "?P0203";"PROJECT ID 090009" 4C*

Is that right??

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:MDS100-BW 9600 Baud
« Reply #18 on: July 15, 2009, 04:09:58 PM »
No, TLServer only supports the multi-point command. You do not put any of the TBASIC command. Only the text string itself.

E.g. Enter "@F0?P0102Testing" , click FCS button. It will return FCS=0C.

Now add 0C to the above string and the whole string is:

   @F0?P0102Testing0C*

Press Enter key to send it to the display.

Email: support@triplc.com
Tel: 1-877-TRI-PLCS

Petty_boy

  • Jr. Member
  • **
  • Posts: 53
  • I'm a llama!
    • View Profile
Re:MDS100-BW 9600 Baud
« Reply #19 on: July 16, 2009, 12:57:21 AM »
Ok thanks,

I'll give it a try and come back to you.

Cheers