Files
14-PingZhi1550KV-MesProject/Common/07WebBusinessFacade/BusinessFacade/MES/BaseDataSystemMES.MesOverGo.cs
2026-06-08 15:50:43 +08:00

34 lines
1.1 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using DataLinkMesWork;
//using SystemFramework;
namespace bizFacade
{
public partial class BaseDataSystemMES
{
/// <summary>
/// MES放行
/// 装配工作无法正常进行MES填写放行原因向PLC发送此信号请求放行plc接收此信号后才能安不合格流程放行
/// DBX2.6
/// 34
/// </summary>
/// <returns></returns>
//public static DataTable BaseData_tagTable_MesOverGo(string opName)
//{
// DataTable dt;
// string sql;
// sql = "SELECT TagID,0 as TagValue,TagName,工位号,数据来源,TagTypeID,TagLong,列位置,测量位置,变量类型代码,测量项目,TagAdr,TagAdrDemo FROM [MES_基本变量_原始数据] "
// + " where 变量类型代码 = 34 and 是否启用 = 1 "
// + " and 工位号='" + opName + "'";
// DataAccess.ExecuteDataTable_OleDb_Access(sql, out dt);
// return dt;
//}
}
}