均浮充状态CPSS/cheGGIO.Ind1.stVal
负载熔断 CPSS/gswGGIO3.Alm.stVal
数据集合中没有以上点位,现在改为只读点位
| | |
| | | }
|
| | | }
|
| | | }
|
| | | pwrDev_rtData.m_acdcData.is_jun_charge = readBooleanNodeData(acdcDeviceName + "/cheGGIO.Ind1.stVal", Fc.ST, pwrDev_rtData.m_acdcData.is_jun_charge);
|
| | | } catch (IOException e) {
|
| | | setErrCommCountInc(0);
|
| | | logger.error(e.toString(), e);
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | | |
| | | //集合中无,单独读取点位数据
|
| | | pwrDev_rtData.m_acdcData.is_loader_fuse = readBooleanNodeData(acdcDeviceName + "/gswGGIO3.Alm.stVal", Fc.ST, pwrDev_rtData.m_acdcData.is_loader_fuse);
|
| | | } catch (IOException e) {
|
| | | setErrCommCountInc(0);
|
| | | logger.error(e.toString(), e);
|