zoukankan      html  css  js  c++  java
  • 带组装时界面报错bug

    单个ROS,接128个通道,带上组装时,取数出现如下错误:

    1. 界面报 warning: 

    16:44:44 WARNING DFM-1 DFM::InputIssue DFM problem with incoming message: SFI EOE message with LVL1ID 415. No such events in the list.

    2. 查看DFM的err文件:

    37 WARNING 2017-May-18 16:45:12 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 462 is timed out after 0 reasks
    38 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 463 is timed out after 0 reasks
    39 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 464 is timed out after 0 reasks
    40 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 465 is timed out after 0 reasks
    41 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 466 is timed out after 0 reasks
    42 WARNING 2017-May-18 16:45:16 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 467 is timed out after 0 reasks
    43 WARNING 2017-May-18 16:45:16 [DC::StatusWord DFM::LoadBalancer::SubtractEventByL1ID(...) at DFM/src/LoadBalancer.cxx:408] DFM problem with incoming message: SFI EOE message with LVL1ID 461. No such events in the list.
    44 WARNING 2017-May-18 16:45:24 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 468 is timed out after 0 reasks
    45 WARNING 2017-May-18 16:45:26 [DC::StatusWord DFM::LoadBalancer::SubtractEventByL1ID(...) at DFM/src/LoadBalancer.cxx:408] DFM problem with incoming message: SFI EOE message with LVL1ID 462. No such events in the list.

    3. 查看SFI的err文件:

    3 WARNING 2017-May-18 16:45:26 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 462
    4 WARNING 2017-May-18 16:45:26 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 463
    5 WARNING 2017-May-18 16:45:31 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 464
    6 WARNING 2017-May-18 16:45:31 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 465
    
  • 相关阅读:
    Redis随记--pubsub学习
    Redis随记--HyperLogLog的代码学习02
    Redis随记--HyperLogLog的代码学习01
    Redis随记--Lazy Free特性
    Redis随记--StreamID生成
    linux 学习笔记 第一天 安装 分区 指定ip 远程链接 2021-03-04
    Oracle ebs 常用标准表
    EBS开发——经常需要修改的触发器
    查询oracle 数据库 SQL语句执行情况
    Oracle中的索引详解(整理)
  • 原文地址:https://www.cnblogs.com/zengtx/p/6874218.html
Copyright © 2011-2022 走看看