当前位置:网站首页>Application layer of OSI model of RS485 interface
Application layer of OSI model of RS485 interface
2022-07-18 15:22:00 【Chengdu yibaite Electronic Technology Co., Ltd】
OSI A model is not a set of rules , It is more like a model to help engineers characterize the system .RS485 Interfaces are well contained in OSI In the first three layers of the model , The actual implementation of the bus is characterized in the application layer . This layer covers the address or command set used by the device and the interpretation of data . It also includes how much data the designer expects , And the control of the bus itself .
for example ,CUI Devices Encoder RS485 The application of the interface will be the host that requests the absolute location from the device . When the host sends the position command of the encoder ( Address ) when , The encoder responds with two complete bytes . Then the host decrypts these bytes to know what the absolute position is , At the same time, determine the frequency of sending commands and which devices it wants to send them to . Simply speaking , The application layer is RS-485 Implementation of bus .

chart 12: Fully defined OSI Model
because RS-485 The standard only defines the physical and data link layers with addressing requirements , Therefore, the application layer can adopt various proprietary or open communication protocols . Engineers can use existing protocols , for example Modbus agreement , Or they can define their own transport protocols for their applications . For example, use CUI Devices Our encoder uses a very simplified addressing structure to assert devices , So as to achieve rapid turnover and the shortest processing time . The address of each encoder has only the upper six bits of one byte , The lower two are commands . This allows the encoder to start responding after a single byte from the host , Thus ensuring fast turnaround time , This is crucial in motion control applications .
边栏推荐
- 「TakinTalks」_ If faults occur frequently, how to do a good job in system stability?
- Googlephoto setting Wallpaper - wallpaper clipping interface configuration
- ES的操作
- STM32 application development practice tutorial: human machine interface application development with interactive function
- 【成像】【7】太赫兹光学——光学元件和子系统
- Symbolic naming analysis in reinforcement learning
- C library function - sscanf() usage
- Vulnhub-dc7 learning notes
- 86 touch switch / desk fan / air conditioner / smart home / home appliances, etc., low power consumption, high anti-interference, 3-key, 3-way, 3-way touch ic-vk3603 esop8, stable performance and adju
- Talking about brain computer interface
猜你喜欢
随机推荐
[dynamic memory allocation]
【成像】【9】太赫兹光学——光学系统
[communication] [1] amplitude modulation, frequency modulation, double sideband and single sideband, IQ and PSK and QAM - must sampling meet Nyquist theorem
移远通信助力夏粮存储新招式,科技手段更有效
Mipi CSI, DSI, UFS, c-phy, d-phy, m-phy concept understanding
Full resolution of the use of go native plug-ins
Optimization of AI model structure based on nvidiagpu
线程池的实现
「TakinTalks」_ If faults occur frequently, how to do a good job in system stability?
ZYNQ PL中断脉冲多久可以被CPU捕获到
Difference between process and thread
Enable sandbox function and use in win10
[daily training] 515 Find the maximum value in each tree row
Mipi c-phy popular science
Constraints in vivado that you can't understand
STM32 application development practice tutorial: human machine interface application development with interactive function
Implementation of thread pool
[daily training -- Tencent select 50] 33 Search rotation sort array
Summary of domestic open source mirror websites
Vulnhub - dc6 Learning Notes









