95c4aca305
- aggiunta gestione decodifica bitConditions - test x Imax Jetco
15 lines
317 B
C#
15 lines
317 B
C#
using MapoSDK;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace IOB_UT_NEXT
|
|
{
|
|
public class plcMemMapExt : plcMemMap
|
|
{
|
|
public Dictionary<string, string> optMemPar { get; set; } = new Dictionary<string, string>();
|
|
}
|
|
}
|