| | |
| | | package com.jcdm.main.plcserver.conf; |
| | | |
| | | import java.time.LocalDateTime; |
| | | |
| | | /** |
| | | * @ClassName: OPCElement |
| | | * @Description: PC和PLC通信使用的OPCserver上的标记名称列表 |
| | |
| | | public static final String OP120_ZZ_CODE_CHECK = OP120_ITEM_ZZ + "CodeCheck";//请求保存 |
| | | public static final String OP060_HX_CODE_CHECK = OP060_ITEM_ZZ + "CodeCheck";//请求保存 |
| | | public static final String OP020_HX_CODE_CHECK = OP020_ITEM_HX + "CodeCheck";//请求保存 |
| | | public static final String OP121_ZZ_CODE_CHECK = OP121_ITEM_ZZ + "CodeCheckFeed";//请求保存 |
| | | public static final String OP121_ZZ_CODE_CHECK = OP120_ITEM_ZZ + "CodeCheckFeed";//请求保存 |
| | | public static final String OP050_HX_CODE_CHECK = "CFL4HX.OP050.CodeCheck";//请求保存 |
| | | |
| | | //返修监听点位-465 |
| | |
| | | public static final String UN_FINISH = "0"; |
| | | public static final String FINISHED = "1"; |
| | | |
| | | public static final String OP001_CODE_CHECK = "CFL4HX.OP001.CodeCheck"; |
| | | public static final String OP002_CODE_CHECK = "CFL4HX.OP002.CodeCheck"; |
| | | public static final String OP001_PRINT_REQUEST = "CFL4HX.OP001.PrintRequest"; |
| | | public static final String OP002_PRINT_REQUEST = "CFL4HX.OP002.PrintRequest"; |
| | | public static final String OP001_SAVE_REQUEST = "CFL4HX.OP001.SaveRequest"; |
| | | public static final String OP002_SAVE_REQUEST = "CFL4HX.OP002.SaveRequest"; |
| | | |
| | | } |