|
|
@ -22,6 +22,7 @@ namespace Rs.MotionPlat.Commom
|
|
|
|
static ConcurrentDictionary<string, SlotPoint> trayPoints = new ConcurrentDictionary<string, SlotPoint>();
|
|
|
|
static ConcurrentDictionary<string, SlotPoint> trayPoints = new ConcurrentDictionary<string, SlotPoint>();
|
|
|
|
public static void LoadPoint()
|
|
|
|
public static void LoadPoint()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
trayPoints.Clear();
|
|
|
|
string querySql = "select * from TrayPoints";
|
|
|
|
string querySql = "select * from TrayPoints";
|
|
|
|
DataTable dt = db.GetDataTable(querySql);
|
|
|
|
DataTable dt = db.GetDataTable(querySql);
|
|
|
|
if (ObjectHelper.IsNotNullorEmpty(dt))
|
|
|
|
if (ObjectHelper.IsNotNullorEmpty(dt))
|
|
|
|