You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
2.0 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Rs.MotionPlat.Commom
{
public static class AxisAlias
{
public static string LoadX = "LoadX";
public static string LoadY = "LoadY";
public static string TurnoverY = "TurnoverY";
public static string TurnoverZ = "TurnoverZ";
public static string PressZ = "PressZ";
public static string NozzleZ1 = "NozzleZ1";
public static string NozzleZ2 = "NozzleZ2";
public static string NozzleZ3 = "NozzleZ3";
public static string NozzleZ4 = "NozzleZ4";
public static string NozzleZ5 = "NozzleZ5";
public static string NozzleZ6 = "NozzleZ6";
public static string NozzleZ7 = "NozzleZ7";
public static string NozzleZ8 = "NozzleZ8";
public static string NozzleZ9 = "NozzleZ9";
public static string NozzleR1 = "NozzleR1";
public static string NozzleR2 = "NozzleR2";
public static string NozzleR3 = "NozzleR3";
public static string NozzleR4 = "NozzleR4";
public static string NozzleR5 = "NozzleR5";
public static string NozzleR6 = "NozzleR6";
public static string NozzleR7 = "NozzleR7";
public static string NozzleR8 = "NozzleR8";
public static string NozzleR9 = "NozzleR9";
public static string StockZ1 = "StockZ1";
public static string StockZ2 = "StockZ2";
public static string StockZ3 = "StockZ3";
public static string StockZ4 = "StockZ4";
public static string StockZ5 = "StockZ5";
public static string StockZ6 = "StockZ6";
public static string StockFlow1 = "StockFlow1";
public static string StockFlow2 = "StockFlow2";
public static string StockFlow3 = "StockFlow3";
public static string StockFlow4 = "StockFlow4";
public static string StockFlow5 = "StockFlow5";
public static string StockFlow6 = "StockFlow6";
}
}