using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace iWareCommon
|
{
|
public static class Srm1_DB
|
{
|
public static string HandShake_Write = "S7:[S7_Connection_1]DB500,W0";
|
|
public static string SrmNo_Write = "S7:[S7_Connection_1]DB500,W2";
|
|
public static string CallBack = "S7:[S7_Connection_1]DB500,W4";
|
|
public static string CancelTask = "S7:[S7_Connection_1]DB500,W6";
|
|
public static string Estop = "S7:[S7_Connection_1]DB500,W8";
|
|
public static string FromCol = "S7:[S7_Connection_1]DB500,W10";
|
|
public static string FromLayer = "S7:[S7_Connection_1]DB500,W12";
|
|
public static string FromRow = "S7:[S7_Connection_1]DB500,W14";
|
|
public static string ToCol = "S7:[S7_Connection_1]DB500,W16";
|
|
public static string ToLayer = "S7:[S7_Connection_1]DB500,W18";
|
|
public static string ToRow = "S7:[S7_Connection_1]DB500,W20";
|
|
public static string TaskId_Write = "S7:[S7_Connection_1]DB500,W22";
|
|
public static string NewTask = "S7:[S7_Connection_1]DB500,W24";
|
|
public static string AckTaskFinish = "S7:[S7_Connection_1]DB500,W26";
|
|
public static string CancleAlarm = "S7:[S7_Connection_1]DB500,W28";
|
|
|
/// //////////////////////////////////////////////////////////////
|
|
|
public static string HandShake_Read = "S7:[S7_Connection_1]DB501,W26";
|
|
public static string PickFinish = "S7:[S7_Connection_1]DB501,X0.1";
|
|
public static string PutFinish = "S7:[S7_Connection_1]DB501,X0.2";
|
|
public static string Auto = "S7:[S7_Connection_1]DB501,X0.3";
|
|
public static string Alarm = "S7:[S7_Connection_1]DB501,X0.4";
|
|
public static string TaskFinish = "S7:[S7_Connection_1]DB501,X0.5";
|
|
public static string Loaded = "S7:[S7_Connection_1]DB501,X0.6";
|
|
public static string ForkIni = "S7:[S7_Connection_1]DB501,X0.7";
|
|
public static string SrmNo_Read = "S7:[S7_Connection_1]DB501,W2";
|
|
public static string AlarmCode = "S7:[S7_Connection_1]DB501,W4";
|
|
public static string State = "S7:[S7_Connection_1]DB501,W6";
|
|
public static string CurrentCol = "S7:[S7_Connection_1]DB501,W8";
|
|
public static string CurrentLayer = "S7:[S7_Connection_1]DB501,W10";
|
|
public static string PosX = "S7:[S7_Connection_1]DB501,W12";
|
|
public static string PosY = "S7:[S7_Connection_1]DB501,W16";
|
|
public static string ForkPos = "S7:[S7_Connection_1]DB501,W20";
|
|
public static string TaskId_Read = "S7:[S7_Connection_1]DB501,W24";
|
|
|
|
}
|
}
|