中国汽车工程师之家--聚集了汽车行业80%专业人士 

论坛口号:知无不言,言无不尽!QQ:542334618 

本站手机访问:直接在浏览器中输入本站域名即可 

  • 1565查看
  • 0回复

[Advisor] 求助,advisor安装问题

[复制链接]

  • TA的每日心情
    开心
    3-3-2017 11:21
  • 签到天数: 16 天

    [LV.4]偶尔看看III

    发表于 21-4-2015 11:25:44 | 显示全部楼层 |阅读模式

    汽车零部件采购、销售通信录       填写你的培训需求,我们帮你找      招募汽车专业培训老师


    安装后,点击continue后,grade options点不动,[SimSetupFig:grade_pushbutton_Callback] Error!
    Cannot find an exact (case-sensitive) match for 'GradeFig'

    The closest match is: gradefig
    in e:\advisor\gui\gradefig.m

    > In SimSetupFig>grade_pushbutton_Callback at 1025
      In SimSetupFig at 374
    点击run后又出现Warning: The MaskInitialization string of block 'BD_PAR/drive cycle <cyc>/repeated cycle grade vs.
    distance' contains usage of mask variables by reference (' @1') instead of by variable name. Support
    for this usage will be removed in a future release
      In gui_run_simulation at 82
      In gui_run at 404
      In SimSetupFig>run_pushbutton_Callback at 1344
      In SimSetupFig at 374
    Warning: The MaskInitialization string of block 'BD_PAR/drive cycle <cyc>/repeated cycle speed vs.
    time' contains usage of mask variables by reference (' @1 @1 @2') instead of by variable name. Support
    for this usage will be removed in a future release
      In gui_run_simulation at 82
      In gui_run at 404
      In SimSetupFig>run_pushbutton_Callback at 1344
      In SimSetupFig at 374
    Warning: The MaskInitialization string of block 'BD_PAR/drive cycle <cyc>/repeated cycle vehicle cargo
    mass vs. distance' contains usage of mask variables by reference (' @1') instead of by variable name.
    Support for this usage will be removed in a future release
      In gui_run_simulation at 82
      In gui_run at 404
      In SimSetupFig>run_pushbutton_Callback at 1344
      In SimSetupFig at 374
    Warning: The MaskInitialization string of block 'BD_PAR/drive cycle <cyc>/super-smooth, no-lag trace'
    contains usage of mask variables by reference (' @1') instead of by variable name. Support for this
    usage will be removed in a future release
      In gui_run_simulation at 82
      In gui_run at 404
      In SimSetupFig>run_pushbutton_Callback at 1344
      In SimSetupFig at 374
    Warning: The MaskInitialization string of block 'BD_PAR/par <vc> config/<vc> par/engine on (parallel
    hybrid)/key_on' contains usage of mask variables by reference (' @1 @1 @2') instead of by variable
    name. Support for this usage will be removed in a future release
      In gui_run_simulation at 82
      In gui_run at 404
      In SimSetupFig>run_pushbutton_Callback at 1344
      In SimSetupFig at 374
    Warning: The specified delay time for 'BD_PAR/par <vc> config/<vc> par/parallel clutch
    control/Transport Delay' is smaller than the step size of the fixed-step solver. This may cause
    simulation results to be inaccurate. Consider decreasing the step size of the solver to improve
    accuracy
      In gui_run_simulation at 82
      In gui_run at 404
      In SimSetupFig>run_pushbutton_Callback at 1344
      In SimSetupFig at 374
    Warning: Outport 'BD_PAR/energy storage <ess>/ess config/energy storage <ess>/ess
    tmp/Tair,ave/Tair_ave' and 'BD_PAR/energy storage <ess>/ess config/energy storage <ess>/ess tmp/Tair'
    which are driven by the same signal must have the same setting for the "Output when disabled" parameter
      In gui_run_simulation at 82
      In gui_run at 404
      In SimSetupFig>run_pushbutton_Callback at 1344
      In SimSetupFig at 374
    [SimSetupFig:run_pushbutton_Callback] Error!
    Error using gui_run_simulation (line 82)
    Error due to multiple causes.
    > In SimSetupFig>run_pushbutton_Callback at 1351
      In SimSetupFig at 374
    >>
    求大神指点啊
    

    该用户从未签到

    发表于 5-4-2025 23:12:01 | 显示全部楼层
    从错误信息来看,“GradeFig”这个标识符未被正确找到,可能原因是软件安装过程中存在文件缺失或路径错误。解决此问题,建议采取以下步骤:

    1. 确认文件路径:检查“e:\advisor\gui\gradefig.m”这个路径下的文件是否存在,文件名是否准确无误。大小写敏感,因此需确保文件名的大小写与代码中的完全一致。
    2. 检查软件版本:确保你安装的ADVISOR软件版本与你的操作系统和其他相关软件兼容。
    3. 重新运行安装程序:尝试重新安装ADVISOR软件,确保所有文件都已正确安装。
    4. 检查代码错误:如果问题仍然存在,可能是代码本身的问题。尝试联系软件供应商或开发者寻求帮助,看是否有已知的解决方案或补丁可供下载。

    关于MaskInitialization的警告,也建议查看相关的日志文件或错误提示,以便进一步定位和解决问题。在处理此类问题时,保持耐心和细致是关键,每一个细节都可能导致问题的出现。
    回复 支持 反对

    使用道具 举报

    

    该用户从未签到

    发表于 5-4-2025 23:12:01 | 显示全部楼层
    根据您提供的错误信息,似乎是在尝试使用某种软件或程序(可能是与汽车相关的模拟或仿真软件)时遇到了问题。错误提示表明系统无法找到名为 'GradeFig' 的文件或模块,而最接近的匹配是 'gradefig',并且这个错误发生在 'SimSetupFig' 的 'gradepushbuttonCallback' 函数中。

    为了解决这个问题,您可以尝试以下步骤:

    1. 检查拼写和大小写是否正确。确保在引用 'GradeFig' 时拼写和大小写都是正确的,因为系统是基于严格的匹配来寻找文件的。
    2. 确认文件路径。确保软件安装完整,并且所需的文件都存在于正确的位置,尤其是在路径 "e:\advisor\gui\gradefig.m" 下。
    3. 更新软件或驱动程序。如果您使用的软件或驱动程序较旧,可能无法正确识别某些文件或模块。尝试更新到最新版本,看是否可以解决问题。

    至于出现的警告 "The MaskInitializatio",由于缺乏具体上下文信息,暂时无法确定其具体含义和解决方案。建议您查阅相关软件的官方文档或寻求专业技术支持以获得更准确的帮助。

    希望这些建议能帮助您解决问题。如果问题仍然存在,请提供更多详细信息,以便我能更准确地为您提供帮助。
    回复 支持 反对

    使用道具 举报

    快速发帖

    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    QQ|手机版|小黑屋|Archiver|汽车工程师之家 ( 渝ICP备18012993号-1 )

    GMT+8, 28-8-2025 06:50 , Processed in 0.334423 second(s), 35 queries .

    Powered by Discuz! X3.5

    © 2001-2013 Comsenz Inc.