Difference between revisions of "MC-Basic:SERCOS.BAUDRATE"
(Created page with '{{MC-Basic |SHORT FORM= Ser.Brat |SYNTAX= Sercos.BaudRate = ''<value>''<br> ?Sercos.BaudRate |AVAILABILITY= All versions |DESCRIPTION= This property is used to set the SERCO…') |
|||
| (7 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|MC-Basic:SERCOS.BAUDRATE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
| − | Sercos.BaudRate = '' | + | Sercos.BaudRate = <''value''><br> |
?Sercos.BaudRate | ?Sercos.BaudRate | ||
| Line 15: | Line 16: | ||
For the current SERCON version, check print from the terminal: ?SYSTEM.SERCONVERSION. It must return 2 for SERCON 410B Version or 16 for SERCON 816 Version. | For the current SERCON version, check print from the terminal: ?SYSTEM.SERCONVERSION. It must return 2 for SERCON 410B Version or 16 for SERCON 816 Version. | ||
| + | |||
|TYPE= | |TYPE= | ||
| Line 32: | Line 34: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
| − | The property is only set in SERCOS communication phase 0 | + | *The property is only set in SERCOS communication phase 0 |
| + | *Not supported in EtherCAT system | ||
|EXAMPLE= | |EXAMPLE= | ||
| Line 40: | Line 43: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:SERCOS.CYCLETIME|SERCOS.CYCLETIME]] |
| + | [[Category:Obsolete|SERCOS.BAUDRATE]] | ||
}} | }} | ||
Latest revision as of 03:25, 28 April 2017
| Language: | English • 中文(简体) |
|---|
This property is used to set the SERCOS data transmission baud rate. Set this value before initializing the SERCOS ring.
For the current SERCON version, check print from the terminal: ?SYSTEM.SERCONVERSION. It must return 2 for SERCON 410B Version or 16 for SERCON 816 Version.
Short form
Ser.Brat
Syntax
Sercos.BaudRate = <value>
?Sercos.BaudRate
Availability
All versions
Type
Long
Range
2, 4, 8, 16 for SERCON 816 Version
Units
Mbps (mega bits per second)
Default
2
Scope
Configuration, Task or Terminal
Limitations
- The property is only set in SERCOS communication phase 0
- Not supported in EtherCAT system
Examples
sercos.BaudRate = 4
?sercos.BaudRate