|
我用的是5.0 M080版的。我原来的restricted_file文件是
ND_ParamDefArr_K01={
{Name=cl
Type=string
Default = '45'
},
{Name=sl
Type=string
Default='1'
},
{Name=mz
Type=string
Default='零件名称'
},
{Name=kh
Type = string
Default='客户'
},
{Name=mc
Type = string
Default = 'LHS-'
},
{Name=path
Type = string
Default = 'F'
},
{Name =bb
Type = string
Default = 'T0'
},
{Name =xhgg
Type = string
Default = '型号规格'
}
}
更改后的restricted_file文件是:
ND_ParamDefArr_K01={
{Name=cl
Type=string
Default = '45'
},
{Name=sl
Type=string
Default='1'
},
{Name=mz
Type=string
Default='零件名称'
},
{Name=kh
Type = string
Default='群创光电'
},
{Name=mc
Type = string
Default = 'LHS-'
},
{Name=path
Type = string
Default = 'F'
},
{Name =bb
Type = string
Default = 'T0'
},
{Name =xhgg
Type = string
Default = '型号规格'
}
{Name =bz
Type = string
Default = '备注'
}
}
为什么在启动软件后会提示“欢迎使用 Creo Elements/Pro 5.0。
由于格式错误而未能加载受限制参数的外部文件。”呢? |
|