MainControl_cfg.c

brings error:  not defined.

/* e_TIMER_MCtrlLatchReleaseTime  */     TIMER_ID_MCtrlLatchReleaseTime        ,
 /* e_TIMER_MCtrlLatchReleaseTime  */     TIMER_ID_MCtrlLatchStateTransDelayTime,
};

18:12 updated

automaticmoveControl_Para.cfg

MainControl_Para.cfg

MainControl_MainFsm.c

MotorGroupB_cfg.c

Parameter_cfg.c

PowerManager_cfg.c

16:25

1. in MainControl_LatchFsm.c

static void MainFsm_LatchOpening_Entry(void)
{

mb_LatchReleaseRequest = TRUE;

2. in MCtrl_LatchFsm_Idl()

if( TRUE == mb_LatchReleaseRequest)

{  MainLatchFsm.FsmStateNext = FSM_LATCH_RELEASE; }

2019/4/28--15:26

after MCtrl_HandleHmiRequest()

in MainControlFSM(&MainLatchFsm)

state not changed.

what trig it change?

Discovery:

port_cfg.h

witti:

#define PORT_CONFIG_PIN_E0_USAGE                        PORT_CONFIG_GPIO_OUT

magna:

#define PORT_CONFIG_PIN_E0_USAGE                        PORT_CONFIG_ALT1_OUT

in m_pot_bsw_cfg, Dlt_sci.c:

SIU.PCR[PORT_C_PIN_8].R = PORT_CONFIG_ALT1_OUT;  /* SW_DEB_TX */
 SIU.PCR[PORT_C_PIN_9].R = PORT_CONFIG_GPIO_IN;   /* SW_DEB_RX */

sci_buscontrol.h

#define SCI_USE_BSW_NWK_Write_LatchPosStatus

Sci_IoHwAbMapping.cfg

PWM_CHANNEL_CFG ( E_BSW_PWO_MOTOR_B                 ,  BSWIF_PWM_MOTOR_B                 )

Sci_Constraints_cfg_If.h

#define DIA_ERROR_RESULT_LATCH_MSK_SPARE_TimeoutRelease      (0x01)
  #define DIA_ERROR_RESULT_LATCH_MSK_SPARE_TimeoutHomeShort    (0x02)
  #define DIA_ERROR_RESULT_LATCH_MSK_SPARE_TimeoutHomeOpen     (0x04)
  #define DIA_ERROR_RESULT_LATCH_MSK_SPARE_OverCurrent         (0x08)

Sci_Bsw_Nwk_If.h

typedef enum
{
    E_BSW_NWK_SIG_LATCH_POS_INVALID,
    E_BSW_NWK_SIG_LATCH_POS_SECONDARY,
 E_BSW_NWK_SIG_LATCH_POS_PRIMARY,
 E_BSW_NWK_SIG_LATCH_POS_OPEN
}BswNwk_LatchPosStsT;

2019/4/26--15:09

BusControl.c

update:

#if 0 // ZXQ
static void Bco_UpdatePTG_SecondaryPosition(void)

debugged into

Constraint.c , runConstraints_Check

SCI_Read_applDiagnosis_ErrorResults

SCI_Read_Environment_EnvErrorFlags

ColdRead:

1. pwm.c

EMIOS_CHANNEL_PWM_MOTOR_B_UC  initialization

Pwm_FrequencySweepRandom

2. emios_cfg.c

emios_cfg.h

latch release ......的更多相关文章

  1. 冷饭新炒:理解Redisson中分布式锁的实现

    前提 在很早很早之前,写过一篇文章介绍过Redis中的red lock的实现,但是在生产环境中,笔者所负责的项目使用的分布式锁组件一直是Redisson.Redisson是具备多种内存数据网格特性的基 ...

  2. PMON failed to acquire latch, see PMON dump

    前几天,一台Oracle数据库(Oracle Database 10g Release 10.2.0.4.0 - 64bit Production)监控出现"PMON failed to a ...

  3. [转载】——故障排除:Shared Pool优化和Library Cache Latch冲突优化 (文档 ID 1523934.1)

    原文链接:https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrlstate=23w4l35u5_4&id=152393 ...

  4. 案例:latch: cache buffers chains event tuning

    前两天对oracle数据库(single instance)进行了迁移升级从10.2.0.4 升到11.2.0.3,有一个项目迁完后第二天,cpu负载升到了130更高(16cpus). 向用户询问后使 ...

  5. Database Initialization Parameters for Oracle E-Business Suite Release 12 (文档 ID 396009.1)

    In This Document Section 1: Common Database Initialization Parameters For All Releases Section 2: Re ...

  6. Database Initialization Parameters for Oracle E-Business Suite Release 12

    In This Document Section 1: Common Database Initialization Parameters For All Releases Section 2: Re ...

  7. [20190423]简单测试latch nowilling等待模式.txt

    [20190423]简单测试latch nowilling等待模式.txt --//我对这个问题的理解就是如果参数willing=0,表示无法获取该latch,直接退出,再寻找类似的latch.--/ ...

  8. [20190419]shared latch spin count 2.txt

    [20190419]shared latch spin count 2.txt --//上午测试shared latch XX模式的情况,链接:http://blog.itpub.net/267265 ...

  9. [20190419]shared latch spin count.txt

    [20190419]shared latch spin count.txt --//昨天测试exclusive latch spin count = 20000(缺省).--//今天测试shared ...

随机推荐

  1. php框架中,try,catch不能用的问题(转载)

    本文转自:http://blog.csdn.net/sangjinchao/article/details/71436557 最近再用laravel框架发现,try catch用了没有效果,依然不能阻 ...

  2. 记一次Springboot启动异常

    启动Springboot项目报以下异常: org.springframework.context.ApplicationContextException: Unable to start web se ...

  3. pythonic operations

    变量交换 >>> a, b = b, a 循环遍历区间元素 >>>for i in range(10): ... print (i) 返回的是生成器对象,生成器比列 ...

  4. height:100%

    子元素的高度设置为height:100%时 继承父元素的高度为border+height 子元素的高度为height: 此时父元素的 box-sizing:content-box: border-bo ...

  5. http 你造吗?

    HTTP是一个属于应用层的面向对象的协议,由于其简捷.快速的方式,适用于分布式超媒体信息系统.它于1990年提出,经过几年的使用与发展,得到不断地完善和扩展.目前在WWW中使用的是HTTP/1.0的第 ...

  6. vue中富文本编辑框

    .npm install vue-quill-editor --save .npm install quill --save .封装成子组件 <template> <quill-ed ...

  7. 【UML】NO.47.EBook.5.UML.1.007-【UML 大战需求分析】- 部署图(Deployment Diagram)

    1.0.0 Summary Tittle:[UML]NO.47.EBook.1.UML.1.007-[UML 大战需求分析]- 部署图(Deployment Diagram) Style:Design ...

  8. SpringMVC控制器方法参数传入的ModelMap 和Model类型有啥区别

    参考 http://blog.csdn.net/u013067598/article/details/69372309 http://blog.csdn.net/u013686993/article/ ...

  9. cocos2d-x JS 重力感应监听事件

    说明 : 下面监听中的 acc属性 里面有很多可以使用的值 . 添加监听 : cc.inputManager.setAccelerometerEnabled(true); cc.eventManage ...

  10. cocos中FPS数值的含义

    在cocos2d-x 2.x ,大家都看到了左下角的FPS变成3行,多了两行数据. 1.最上面一行是指的当前场景的渲染批次.(简单理解为需要渲染多少个贴图出来) 2.中间一行是渲染每一帧需要的时间. ...