| | |
| | | using LB_SmartVision.Forms.Pages.SettingPage; |
| | | using LB_SmartVision.ProcessRun; |
| | | using LB_SmartVision.Tool; |
| | | using LB_SmartVisionCameraDevice.PHM6000; |
| | | using LB_VisionProcesses.BarcodeReaders; |
| | | using LB_VisionProcesses.Cameras; |
| | | using LB_VisionProcesses.Communicators; |
| | |
| | | => GlobalVar.strApplicationPath + "所有产品\\" + GlobalVar.strProductName + "\\A_AllCsv.json"; |
| | | #endregion |
| | | |
| | | public static ConcurrentDictionary<string, PHM6000SensorConfig> allLBCameras = new ConcurrentDictionary<string, PHM6000SensorConfig>(); |
| | | |
| | | public static string allCamerasLBPath |
| | | => GlobalVar.strApplicationPath + "所有产品\\" + GlobalVar.strProductName + "\\LBCameraSetttings.json"; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 软件路径 |
| | | /// </summary> |