欢迎访问ic37.com |
会员登录 免费注册
发布采购

CY327 参数 Datasheet PDF下载

CY327图片预览
型号: CY327
PDF下载: 下载PDF文件 查看货源
内容描述: 步进系统控制器 [Stepper System Controller]
分类和应用: 控制器
文件页数/大小: 107 页 / 1095 K
品牌: ETC [ ETC ]
 浏览型号CY327的Datasheet PDF文件第18页浏览型号CY327的Datasheet PDF文件第19页浏览型号CY327的Datasheet PDF文件第20页浏览型号CY327的Datasheet PDF文件第21页浏览型号CY327的Datasheet PDF文件第23页浏览型号CY327的Datasheet PDF文件第24页浏览型号CY327的Datasheet PDF文件第25页浏览型号CY327的Datasheet PDF文件第26页  
CY545 Stepper System Controller  
www.ControlChips.com  
Binary Command Format  
The Binary format still starts with the ASCII command letter for each command. However, the  
format for parameters is quite different in Binary mode. The command letter is always followed  
immediately by a binary data count, representing the number of data bytes needed by the  
command. For commands without parameters, such as the Go command, the data count is a  
binary value zero (not the ASCII character “0"). For commands with parameters, the data count  
represents the number of bytes needed to specify the parameter(s). This byte count must match  
the expected size of the parameters. For example, the Number command must always have a  
data count of three, for its 24-bit parameter, even if the most significant byte values are zero.  
The Quit command, which ends the entry of commands into external memory, should not be  
followed by any data count. This command is immediately followed by the ASCII letter of the  
next desired command. Also, the Stop command must use the binary value zero, not the ASCII  
character “0", followed by a data count which is also zero.  
All multi-byte parameters must be entered least significant byte first. For example, the Zloop  
command has a 16-bit count, followed by an 8-bit address, so it has a data count of three, with  
the data byte sequence being the LSByte of the count, the MSByte of the count, then the branch  
address. More examples are shown below. The data bytes are shown as hex values, with a  
space separating each one for clarity, but they are issued to the CY545 as single 8 bit values,  
without the spaces.  
G 00  
No argument, byte count zero  
Single byte argument  
R 01 87  
D 02 3B 1A  
N 03 11 22 33  
Z 03 21 04 92  
Two byte argument, value 1A3BH  
Three byte argument, value 332211H  
Multiple arguments, Z 0421H,92H  
The following sections describe each of the CY545 commands. The commands have been  
organized into groups of related functions.  
© 2002 Cybernetic Micro Systems  
17  
Chapter 4 - Command Summary  
 复制成功!