3/1/2007 7:49 PM | |
Posts: 10 Rating:
|
It is possible to use USS protocol with CPU 31x-2PTP. These CPUs have RS485 serial port on board. There are FBs available for USS and Modbus communication using the onboard port of these CPUs. Here are the sample projects and documentation for USS. I also have files for Modbus drivers. Let me know if anyone needs it. Saud AttachmentUss.zip (1394 Downloads) |
This contribution was helpful to
1 thankful Users |
3/1/2007 8:19 PM | |
Posts: 52 Rating:
|
Thank you, Saud. You helped me! |
3/16/2009 4:13 PM | |
Posts: 10 Rating:
|
Modbus Slave Program for 300 ptp CPUs. AttachmentSlave.zip (789 Downloads) |
3/16/2009 4:14 PM | |
Posts: 10 Rating:
|
Modbus Master program for 300 ptp CPUs.
AttachmentMaster.zip (847 Downloads) |
This contribution was helpful to
1 thankful Users |
3/16/2009 4:17 PM | |
Posts: 10 Rating:
|
Sorry I don't have any documentation for the USS library. |
3/18/2009 8:36 PM | |
Posts: 2 Rating:
|
Hi Saud, You did a great help for me. Tks!! But one more questions,does these function blocksare workable under CP340 ASCII mode. Best Regards, |
3/18/2009 9:04 PM | |
Posts: 10 Rating:
|
No these FBs are for ptp CPU onboard port. You HAVE to buy the modbus license from Siemens. |
9/27/2014 5:23 PM | |
Joined: 9/27/2006 Last visit: 9/5/2025 Posts: 12398 Rating:
|
Hello Vithani; In the MM440, the parameter for USS node address is P 2011, and its value must be 0-31. See this Tips and Tricks project diocumentation for the S7-200 USS protocol with a MM420: 2,5 Parameters for the MM420 ... //P0700=5 Set local/remote control mode by setting //P1000=5 Set local/remote control mode by setting //P2010 Index 0 Value 7 (19200) Baud rate //P2011 Index 0 Address 1 (0 to 31) Slave address //P1120= 0.00 (0 to 650.00) Acceleration ramp //P1121= 0.00 (0.00 to 650.00) Deceleration ramp // // Set the serial link timeout by setting: //P2014 Index 0 Value 300 (0 to 65535 ms) // Value 0 is without monitoring // When you change this value, the PLC must already carry out the // USS protocol, as otherwise Error 72 is immediately reported. // You must also change the value with the arrow pointing down, // as the first value would be 1 ms if the arrow were pointing up, resulting // in the immediate reporting of an error. ,,, Attached you will find a pdf version of the complete Tip documentation. Hope this helps, Daniel Chartier AttachmentTIP 65 Position control over USS.pdf (486 Downloads) |
9/27/2014 5:25 PM | |
Joined: 9/27/2006 Last visit: 9/5/2025 Posts: 12398 Rating:
|
Hello again Vithani; Maybe this document provided by Late in an old thread, could help you out with the details of the USS protocol: point to point CP340 RS485 communication with MicroMaster MM25/2 Hope this helps, Daniel Chartier |
Follow us on