WO2021174784A1 - 一种应用于can总线多主设备通讯间时间同步的方法 - Google Patents

一种应用于can总线多主设备通讯间时间同步的方法 Download PDF

Info

Publication number
WO2021174784A1
WO2021174784A1 PCT/CN2020/112253 CN2020112253W WO2021174784A1 WO 2021174784 A1 WO2021174784 A1 WO 2021174784A1 CN 2020112253 W CN2020112253 W CN 2020112253W WO 2021174784 A1 WO2021174784 A1 WO 2021174784A1
Authority
WO
WIPO (PCT)
Prior art keywords
time
synchronization
node
master node
synchronized
Prior art date
Application number
PCT/CN2020/112253
Other languages
English (en)
French (fr)
Inventor
陈闯
张继淮
陈刚峰
芮正新
Original Assignee
南京科远智慧科技集团股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 南京科远智慧科技集团股份有限公司 filed Critical 南京科远智慧科技集团股份有限公司
Publication of WO2021174784A1 publication Critical patent/WO2021174784A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/40006Architecture of a communication node
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04JMULTIPLEX COMMUNICATION
    • H04J3/00Time-division multiplex systems
    • H04J3/02Details
    • H04J3/06Synchronising arrangements
    • H04J3/0635Clock or time synchronisation in a network
    • H04J3/0638Clock or time synchronisation among nodes; Internode synchronisation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04JMULTIPLEX COMMUNICATION
    • H04J3/00Time-division multiplex systems
    • H04J3/02Details
    • H04J3/06Synchronising arrangements
    • H04J3/0635Clock or time synchronisation in a network
    • H04J3/0682Clock or time synchronisation in a network by delay compensation, e.g. by compensation of propagation delay or variations thereof, by ranging
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40208Bus networks characterized by the use of a particular bus standard
    • H04L2012/40215Controller Area Network CAN

Definitions

  • the invention belongs to the field of communication equipment time synchronization, and relates to a method for time synchronization between CAN bus multi-master equipment communications.
  • Strict time synchronization requires a functional module with a time source to issue time synchronization messages to other functional modules at regular intervals.
  • the usual practice is to use a bus exclusively for the fixed-period broadcast time messages of the functional modules with time sources on the basis of the data communication bus, and other functional modules as receiving nodes.
  • On the time communication bus only the synchronous master node sends messages at a fixed cycle, and other nodes are used as slave devices to receive messages.
  • the transmission time of a message on the bus can be calculated according to the communication rate, which is deterministic and can be determined The time deviation from the moment when the master device sends a message to the moment when other slave devices receive the message.
  • the above method has obvious limitations. First of all, the system needs to use a special time communication bus for the delivery of time messages, that is, an additional physical bus carrier is needed, and each functional module needs to prepare a corresponding MAC layer and link layer chip, which is unavoidable. Waste; Secondly, for different communication speeds, it is necessary to recalculate the compensation time deviation, and the calculation of this deviation time is only a theoretical calculation and has a certain error.
  • the present invention provides a method for time synchronization between CAN bus multi-master communication.
  • the method does not require an additional time communication bus, and unifies the transmission of time synchronization messages and the transmission of data messages on one physical bus.
  • the bus is still a multi-master architecture, and according to the real-time performance of each transmission, the transmission compensation time deviation can be dynamically calculated and compensated in real time. This saves the waste caused by an additional bus, effectively reduces the cost, and relieves the dependence on the communication rate. Flexibility and real-time.
  • a method for time synchronization between multi-master devices on the CAN bus including:
  • the synchronization master node When the synchronization period of the synchronization master node arrives, the synchronization master node first reads the time reference value T B of the synchronization master node at this moment, and the synchronization master node starts the timing function of the synchronization master node, and then the synchronization master node will The time reference value composes the time synchronization message, and finally the synchronization master node starts the CAN controller to broadcast the time synchronization message;
  • the timing function synchronization master node synchronization master node reads the time value from the reference time T B to the master node synchronization time synchronization packet The dynamic time deviation ⁇ t between the moments when the transmission is completed is calculated;
  • the synchronization master node In the processing function of the synchronization master node sending completion interrupt, the synchronization master node will start the second transmission of the CAN controller.
  • the message sent for the second time is a time compensation message, and the content of the time compensation message is the synchronization master.
  • the dynamic time deviation ⁇ t calculated by the node timing function;
  • the synchronized node After the synchronized node first receives the time synchronization message sent by the synchronization master node for the first time, it saves the time reference value T B issued by the synchronization master node, and the synchronized node starts the timing function of the synchronized node at the same time.
  • the timing function of the synchronization master node is used to calculate the time from the time when the synchronized node receives the time synchronization message sent by the synchronization master node for the first time to the time when the synchronized node receives the time compensation message sent by the synchronization master node for the second time Deviation ⁇ t2;
  • the synchronized node stops the timing function of the synchronized node, and the synchronized node set by the synchronized node The new time value of is T B + ⁇ t+ ⁇ t2; if the synchronized node does not receive the second time compensation message sent by the synchronization master node, the synchronized node will consider the second time compensation message sent by the synchronization master node Timeout, the synchronized node does not perform the time synchronization of the synchronized master node this time.
  • the time difference ⁇ t includes all the time deviations from when the synchronization master node reads the time to when the synchronization master node completes the time synchronization message transmission and enters the synchronization master node's transmission completion interruption.
  • the CAN controller of the synchronization master node can immediately trigger the synchronization master node software after the CAN controller that can actually send a frame of messages to the CAN controller of the synchronization master node after completing the transmission of the synchronization master node.
  • the processing logic enters the sending completion processing function of the synchronization master node.
  • Figure 1 is a schematic diagram of the CAN bus multi-master communication architecture of the present invention
  • FIG. 2 is a schematic diagram of the time deviation of multi-master device conflict competition and time synchronization message transmission on the bus in the present invention
  • Figure 3 is a flow chart of the synchronization master node time synchronization processing in the present invention.
  • Figure 4 is a flowchart of the time synchronization processing of the synchronized node in the present invention.
  • the present invention is a method for time synchronization between CAN bus multi-master device communication.
  • the CAN bus multi-master device communication architecture diagram shows that there are multiple node devices on a bus, and each device can obtain
  • data is sent, that is, there are multiple master devices on the bus
  • node 1 is set to have the right to send time messages, that is, node 1 is a synchronous master node.
  • the transmission completion interrupt equivalent CAN controller can immediately trigger the node software processing logic to enter the node transmission completion processing function after the CAN controller can actually send a frame of message to the CAN controller.
  • the timing function is equivalent to the function that can accurately record the passage of time, and the specific implementation method is not limited.
  • node 1 When the time synchronization period of node 1 is up, node 1 reads the time reference value T B of the node at this moment, and starts the timing function, and node 1 will read the time The reference value T B composes the time synchronization message, and finally starts the CAN controller to send. After the node 1 is actually sent, it enters the sending completion interrupt. At this time, the timing function can accurately measure the period from the reading time of node 1 to the actual sending of node 1 The time deviation ⁇ t is calculated. In addition to the time delay caused by the bus distance, this period of time includes all the time deviations from when node 1 reads the time synchronization time to when the synchronized node receives the time synchronization message.
  • node 1 In the sending completion interrupt processing function of node 1, node 1 will start the second sending of the CAN controller. This time the time compensation message is sent.
  • the content of the message is the dynamic calculation deviation ⁇ t calculated by the timing function, which mainly includes multi-master devices. Conflict contention time and the time when time synchronization messages are transmitted on the bus.
  • the synchronized node After the synchronized node first receives the time synchronization message sent by the synchronization master node for the first time, the synchronized node saves the time T B issued by the synchronization master node, and the synchronized node starts the timing function of the synchronized node Waiting for the time compensation message sent by the synchronization master node for the second time, the time compensation message ⁇ t is received by the synchronization node within the timeout period of the synchronized node, and the time counted by the timing function of the synchronization node is set to ⁇ t2, then the synchronized node The set new time value is T B + ⁇ t+ ⁇ t2. If the synchronized node does not receive a message within the timeout period, it is regarded as the synchronization master node time compensation timeout, and the synchronized node does not perform this time synchronization.
  • multi-master device communication is provided on the bus.
  • a solution is proposed from the software level without additional hardware support. It has better compatibility, unifies the time channel and data channel, and reduces the requirements for hardware interfaces and corresponding chips. Effectively save economic costs, and can dynamically calculate and compensate for the conflicting competition time of multi-master equipment and the time deviation of time synchronization message transmission on the bus every time. Whether the deviation is definite or uncertain, it has good flexibility and Time accuracy.
  • the physical carrier of the bus architecture described in FIG. 1 takes the CAN bus as an example, and the number of nodes meets the electrical specification of CAN, which is not limited.
  • the synchronization master node is not limited to node 1. According to the actual bus architecture requirements, other nodes or even multiple nodes can be selected;
  • the sending completion interrupt is equivalent to the CAN controller which can trigger the node software processing logic to enter the sending completion processing function immediately after sending a frame of message.
  • the timing function is equivalent to a function that can accurately record the passage of time, and the specific implementation method is not limited.
  • the methods that can achieve the above functions all belong to the category of timing functions.
  • the method of the present invention takes the communication between multi-master devices of the CAN bus as an example, including but not limited to the CAN bus, which can be a CANFD bus or other multi-master bus architectures. If other multi-master architectures also use this method, it is also in this patent protection scope Inside.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Synchronisation In Digital Transmission Systems (AREA)

Abstract

本发明公开了一种应用于CAN总线多主设备通讯间时间同步的方法,该方法并不需要额外的时间通信总线,将时间同步报文的传输同数据报文的传输统一在一条物理总线上,总线仍然是多主架构,并且可以根据每一次传输的实时性,动态计算传输补偿时间偏差,实时进行补偿,节省了额外一条总线造成的浪费,有效降低成本,解除了对通讯速率的依赖,具有灵活性、实时性。

Description

一种应用于CAN总线多主设备通讯间时间同步的方法 技术领域:
本发明属于通讯设备时间同步领域,涉及一种应用于CAN总线多主设备通讯间时间同步的方法。
背景技术:
为了满足工业生产的需求,一般的工业生产过程控制系统,如DCS、PLC等往往是由一系列不同功能的模块组成,这些功能模块协同化工作一起来满足复杂的控制逻辑。由于这些功能模块都是相对独立,如果每个模块都各自维持一个自己的时间,那么整个控制系统的时间将杂乱无章。尤其是电力系统控制等一些重要的工业控制领域中,包含事件顺序记录系统功能,要求在系统联调或生产运行过程中,一旦发生停机停车等异常事故,需要控制系统能够及时按照时间顺序将这些异常输入记录下来,以便后续可以回溯查找事故原因,这就需要整个控制系统都能够在一定的精度范围内保证严格的时间同步。
严格的时间同步需要有具有时间源的功能模块定周期下发时间同步报文给其他功能模块。在多主设备的总线架构,通常的做法是在数据通信总线的基础上,专门使用一条总线用于拥有时间源的功能模块定周期的广播时间报文,其他功能模块作为接收节点,在这条时间通信总线上仅有同步主节点定周期下发报文,其他节点均作为从设备接收报文,这样一条报文在总线上的传输时间可以根据通讯速率计算出来,具有确定性,从而可以确定主设备下发报文时刻到其他从设备接收到报文的时间偏差。
上述方法存在明显的局限性。首先,系统需要使用专门的时间通信总线用于时间报文的下发,即需要一条额外的物理总线载体,同时每一个功能模块都需要专门准备一个对应的MAC层和链路层芯片,未免造成浪费;其次,针对不同的通讯速率,都需要重新计算补偿时间偏差,并且这种偏差时间的计算仅是理论计算,具有一定的误差。
针对上述的局限1,很容易想到将时间报文的发送统一到数据通信的总线上,但是由于数据通信总线是多主结构,即总线上任何一个节点都可以在取得总线使用权的情况 下发送数据,那么很有可能在同步主节点的对时周期到来,组好时间同步报文,准备往总线上发送的时候,总线已经被其他节点占用,同步主节点无法发送数据,并且这时,总线是何时被占用,又何时能够被解除占用是不确定的,所以无法事先计算这一偏差以及实现精确补偿,从而造成系统对时存在偏差,并且同时存在上述局限2。
发明内容:
本发明提供一种应用于CAN总线多主设备通讯间时间同步的方法,该方法并不需要额外的时间通信总线,将时间同步报文的传输同数据报文的传输统一在一条物理总线上,总线仍然是多主架构,并且可以根据每一次传输的实时性,动态计算传输补偿时间偏差,实时进行补偿,节省了额外一条总线造成的浪费,有效降低成本,解除了对通讯速率的依赖,具有灵活性、实时性。
本发明所采用的技术方案有:
一种应用于CAN总线多主设备通讯间时间同步的方法,包括
1)在一条CAN总线上设有多个节点设备,各个节点设备之间基于CAN总线进行数据通讯,设定具有对时报文发送权的节点设备为同步主节点;
2)当所述同步主节点的对时周期到来,同步主节点首先读取同步主节点在这个时刻的时间基准值T B,并且同步主节点启动同步主节点的计时功能,然后同步主节点将时间基准值组成时间同步报文,最后同步主节点启动CAN控制器将时间同步报文广播发送;
3)同步主节点完成时间同步报文发送后进入同步主节点的发送完成中断,此时同步主节点的计时功能将同步主节点从读取时间基准值T B时刻到同步主节点时间同步报文发送完成时刻之间的动态时间偏差Δt计算出;
4)在同步主节点发送完成中断的处理函数中,同步主节点将启动CAN控制器的第二次发送,第二次发送的报文为时间补偿报文,时间补偿报文的内容为同步主节点计时功能计算的动态时间偏差Δt;
5)被同步节点首先接收到同步主节点第一次发送的时间同步报文后,将同步主节点下发的时间基准值T B保存下来,同时被同步节点启动被同步节点的计时功能,被同步主节点的计时功能用于计算被同步节点收到同步主节点第一次发送的时间同步报文的时刻至被同步节点收到同步主节点第二次发送的时间补偿报文的时刻的时间偏差Δt2;
6)在被同步节点的超时周期内,被同步节点如果接收到同步主节点第二次发送的时间补偿报文,被同步节点停止被同步节点的计时功能,并且被同步节点设置的被同步节点的新时间值为T B+Δt+Δt2;被同步节点如果未收到同步主节点第二次发送的时间补偿报文,那么被同步节点将认为同步主节点的第二次时间补偿报文发送超时,被同步节点不执行此次同步主节点的时间同步。
进一步地,所述时间差Δt包括同步主节点从读取时间至同步主节点时间同步报文发送完成进入同步主节点发送完成中断的全部时间偏差。
进一步地,所述同步主节点发送完成中断等效同步主节点的CAN控制器从真正能够发送一帧报文到同步主节点的CAN控制器一帧报文发送完成之后能够立即触发同步主节点软件处理逻辑进入到同步主节点的发送完成处理函数。
本发明具有如下有益效果:
1)可以运用在多主设备通讯中,从软件层面提出一种解决方法,无需额外硬件支持,具有较好的兼容性;
2)将对时通道和数据通道统一,将多主设备数据通信和同步主从节点统一,减少硬件接口和对应芯片的需求,有效节省经济成本;
3)能够动态计算并且补偿每次多主设备冲突竞争及时间同步报文在总线传输的时间偏差,无论偏差是确定的或是不确定的,具备较好的灵活性和对时准确性。
附图说明:
图1为本发明中CAN总线多主设备通讯架构示意图;
图2为本发明中多主设备冲突竞争及时间同步报文在总线传输的时间偏差示意图;
图3为本发明中同步主节点对时处理流程图;
图4为本发明中被同步节点对时处理流程图。
具体实施方式:
下面结合附图对本发明作进一步的说明。
本发明一种应用于CAN总线多主设备通讯间时间同步的方法,如图1,CAN总线多 主设备通讯架构示意图所示,在一条总线上有多个节点设备,每一个设备都可以在获得总线的情况下发送数据,即总线上存在多主设备,设定节点1具有对时报文的发送权,即节点1为同步主节点。
如图2,节点1的对时周期到来时,节点1开始读取时间基准值组成时间同步报文,该时刻准确的时间基准值为T B,节点1的时间同步报文发送完成的时刻为T R,Δt=T R-T B
如图3,首先明确,发送完成中断等效CAN控制器从真正能够发送一帧报文到CAN控制器一帧报文发送完成之后能够立即触发节点软件处理逻辑进入到节点发送完成处理函数;并且计时功能等效能够准确记录时间流逝的功能,不限定具体的实现方法。
正常情况下,总线上各个节点设备之间进行数据通讯,当节点1的对时周期到,节点1读取此时刻节点的时间基准值T B,并且启动计时功能,节点1将读取的时间基准值T B组成时间同步报文,最后启动CAN控制器发送,节点1真正发送完成后进入发送完成中断,这时候计时功能就能够准确将节点1从读取时间到节点1真正发送完成期间的时间偏差Δt计算出来,这段时间除了因为总线距离导致的时延外,包含了节点1从读取对时时间到被同步节点收到时间同步报文的全部时间偏差。
在节点1的发送完成中断处理函数中,节点1将启动CAN控制器的第二次发送,此次发送时间补偿报文,报文内容为计时功能计算的动态计算偏差Δt,主要包括多主设备冲突竞争时间及时间同步报文在总线传输的时间。
如图4,被同步节点首先接收到同步主节点第一次发送的时间同步报文后,被同步节点将同步主节点下发的时间T B保存下来,被同步节点启动被同步节点得计时功能等待同步主节点第二次发送的时间补偿报文,在被同步节点的超时周期内被同步节点接收到时间补偿报文Δt,设定被同步节点计时功能计时的时间为Δt2,那么被同步节点设置的新时间值为T B+Δt+Δt2,如果超时周期内被同步节点未收到报文,那么视为同步主节点时间补偿超时,被同步节点不执行此次时间同步。
本发明中总线上为多主设备通讯,从软件层面提出一种解决方法,无需额外硬件支持,具有较好的兼容性,将对时通道和数据通道统一,减少硬件接口和对应芯片的需求,有效节省经济成本,并且每次能够实时动态计算并且补偿多主设备冲突竞争时间及时间同步报文在总线传输的时间偏差,无论偏差是确定的或是不确定的,具备较好的灵活性和对时准确性。
附图1所述的总线架构的物理载体以CAN总线为例,并且节点的数量符合CAN的电气规范即可,不作限定。同步主节点不限于节点1,按照实际的总线架构需求,可选择其他节点甚至多节点;
发送完成中断等效CAN控制器从真正能够发送到一帧报文发送完成之后能够立即触发节点软件处理逻辑进入到发送完成处理函数。
计时功能等效能够准确记录时间流逝的功能,不限定具体的实现方法,能够实现上述功能的方法都属于计时功能范畴。
本发明方法以CAN总线的多主设备间通讯为例,包含但不限于CAN总线,可以是CANFD总线或是其他多主总线架构,如果其他多主架构也运用此方法,也在此专利保护范围内。
以上所述仅是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下还可以作出若干改进,这些改进也应视为本发明的保护范围。

Claims (3)

  1. 一种应用于CAN总线多主设备通讯间时间同步的方法,其特征在于:包括
    1)在一条CAN总线上设有多个节点设备,各个节点设备之间基于CAN总线进行数据通讯,设定具有对时报文发送权的节点设备为同步主节点;
    2)当所述同步主节点的对时周期到来,同步主节点首先读取同步主节点在这个时刻的时间基准值T B,并且同步主节点启动同步主节点的计时功能,然后同步主节点将时间基准值组成时间同步报文,最后同步主节点启动CAN控制器将时间同步报文广播发送;
    3)同步主节点完成时间同步报文发送后进入同步主节点的发送完成中断,此时同步主节点的计时功能将同步主节点从读取时间基准值T B时刻到同步主节点时间同步报文发送完成时刻之间的动态时间偏差Δt计算出;
    4)在同步主节点发送完成中断的处理函数中,同步主节点将启动CAN控制器的第二次发送,第二次发送的报文为时间补偿报文,时间补偿报文的内容为同步主节点计时功能计算的动态时间偏差Δt;
    5)被同步节点首先接收到同步主节点第一次发送的时间同步报文后,将同步主节点下发的时间基准值T B保存下来,同时被同步节点启动被同步节点的计时功能,被同步主节点的计时功能用于计算被同步节点收到同步主节点第一次发送的时间同步报文的时刻至被同步节点收到同步主节点第二次发送的时间补偿报文的时刻的时间偏差Δt2;
    6)在被同步节点的超时周期内,被同步节点如果接收到同步主节点第二次发送的时间补偿报文,被同步节点停止被同步节点的计时功能,并且被同步节点设置的被同步节点的新时间值为T B+Δt+Δt2;被同步节点如果未收到同步主节点第二次发送的时间补偿报文,那么被同步节点将认为同步主节点的第二次时间补偿报文发送超时,被同步节点不执行此次同步主节点的时间同步。
  2. 如权利要求1所述的应用于CAN总线多主设备通讯间时间同步的方法,其特征在于:所述时间差Δt包括同步主节点从读取时间至同步主节点时间同步报文发送完成进入同步主节点发送完成中断的全部时间偏差。
  3. 如权利要求1所述的应用于CAN总线多主设备通讯间时间同步的方法,其特征在于:所述同步主节点发送完成中断等效同步主节点的CAN控制器从真正能够发送一帧报文到同步主节点的CAN控制器一帧报文发送完成之后能够立即触发同步主节点软件处理逻辑进入到同步主节点的发送完成处理函数。
PCT/CN2020/112253 2020-03-03 2020-08-28 一种应用于can总线多主设备通讯间时间同步的方法 WO2021174784A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010137957.6 2020-03-03
CN202010137957.6A CN111030909B (zh) 2020-03-03 2020-03-03 一种应用于can总线多主设备通讯间时间同步的方法

Publications (1)

Publication Number Publication Date
WO2021174784A1 true WO2021174784A1 (zh) 2021-09-10

Family

ID=70199360

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/112253 WO2021174784A1 (zh) 2020-03-03 2020-08-28 一种应用于can总线多主设备通讯间时间同步的方法

Country Status (2)

Country Link
CN (1) CN111030909B (zh)
WO (1) WO2021174784A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111030909B (zh) * 2020-03-03 2021-03-26 南京科远智慧科技集团股份有限公司 一种应用于can总线多主设备通讯间时间同步的方法
CN113225151B (zh) * 2021-04-19 2023-08-25 杭州康吉森自动化科技有限公司 一种基于can总线的时钟同步系统、方法和装置
CN113867228B (zh) * 2021-10-19 2023-10-24 傲拓科技股份有限公司 一种canopen主站与cpu的数据实时同步方法
CN114826812B (zh) * 2022-02-18 2024-05-03 浪潮工业互联网股份有限公司 一种rs485通信多主站的实现方法及系统
CN115981220A (zh) * 2023-03-21 2023-04-18 济南森峰激光科技股份有限公司 一种分布式多模激光器控制系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104834622A (zh) * 2015-03-31 2015-08-12 深圳市三朋电子有限公司 通过rs232接口进行多个设备时间同步的方法及装置
CN106533603A (zh) * 2016-12-20 2017-03-22 创新科存储技术有限公司 一种分布式系统的时间同步方法和装置
US20170317812A1 (en) * 2016-04-28 2017-11-02 Hamilton Sundstrand Corporation Controller area network synchronization
CN111030909A (zh) * 2020-03-03 2020-04-17 南京科远智慧科技集团股份有限公司 一种应用于can总线多主设备通讯间时间同步的方法

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3698074B2 (ja) * 2001-06-15 2005-09-21 日本電気株式会社 ネットワーク同期方法、lsi、バスブリッジ、ネットワーク機器、およびプログラム
CN101552663B (zh) * 2008-04-02 2012-12-19 中兴通讯股份有限公司 无源光网络系统及其频率和时间的同步方法
CN102104476B (zh) * 2011-02-21 2015-01-28 中兴通讯股份有限公司 时钟同步装置及方法
CN103812591B (zh) * 2014-01-26 2017-02-01 长沙瑞纬电气有限公司 一种列车通信网的时钟频率间接补偿方法
CN110149257A (zh) * 2018-12-20 2019-08-20 中铁十四局集团房桥有限公司 实时以太网总线主从站本地应用同步方法及装置
CN110677210B (zh) * 2019-08-21 2021-06-04 华为技术有限公司 一种时钟补偿的方法、设备和系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104834622A (zh) * 2015-03-31 2015-08-12 深圳市三朋电子有限公司 通过rs232接口进行多个设备时间同步的方法及装置
US20170317812A1 (en) * 2016-04-28 2017-11-02 Hamilton Sundstrand Corporation Controller area network synchronization
CN106533603A (zh) * 2016-12-20 2017-03-22 创新科存储技术有限公司 一种分布式系统的时间同步方法和装置
CN111030909A (zh) * 2020-03-03 2020-04-17 南京科远智慧科技集团股份有限公司 一种应用于can总线多主设备通讯间时间同步的方法

Also Published As

Publication number Publication date
CN111030909A (zh) 2020-04-17
CN111030909B (zh) 2021-03-26

Similar Documents

Publication Publication Date Title
WO2021174784A1 (zh) 一种应用于can总线多主设备通讯间时间同步的方法
CN101878455B (zh) 列车的时刻同步系统以及时刻同步方法
US7366205B2 (en) Method for synchronizing nodes of a communications system
CN107147467B (zh) 一种tte终端系统内部时间同步系统及方法
CN101631016A (zh) 一种现场总线的时间同步方法
CN112436948A (zh) 基于tsn的列车以太网卡及数据收发方法
CN102984042A (zh) 一种实现总线通信的确定性调度方法及系统
CN107786293A (zh) 时间同步方法、主时钟设备、从时钟设备及时间同步系统
CN112821979A (zh) 一种去中心化的快速网络时间同步方法
CN111708296A (zh) 一种基于双通道安全plc的同步控制及数据表决方法
CN102195769A (zh) 一种用于汽车can网络的时钟同步方法
CN106656395B (zh) 基于自学习改进的电网时间同步测量系统和方法
CN100479295C (zh) 并联不间断电源同步切换控制方法及装置
CN107666360A (zh) 列车系统时间同步控制方法和装置
JP5372699B2 (ja) 車載ネットワーク装置
CN201054609Y (zh) 基于光纤的高速串行工业实时通信总线系统
CN110445569B (zh) 一种具有定时与指令同步功能的集成系统
CN209627394U (zh) 一种数字信号采集器及系统
CN203588045U (zh) Gps直取式的精准soe记录系统
CN106230536B (zh) 一种用于电力电子分布式控制的实时通信与同步发送系统
CN115150016B (zh) 一种时间同步主控制器电路的工作方法
CN112433496B (zh) 用于稳控测试系统的多机同步方法
CN211127817U (zh) 一种同步模块
CN103607334B (zh) 变频器控制系统及其使用方法、设备
CN214256325U (zh) 广播播出三级应急系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20922697

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20922697

Country of ref document: EP

Kind code of ref document: A1