|
|
@ -12,7 +12,7 @@ namespace DataBlockHelper.DBHelpers
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public DB2105Helper()
|
|
|
|
public DB2105Helper()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.bytes = PlcConnect.Instance.Read("DB2105.0.0", 174).Content;
|
|
|
|
this.bytes = PlcConnect.Instance.Read("DB2105.0.0", 206).Content;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public List<PlanEntity> Plan => new PlanArrayManager(4, 0, 12, bytes).GetList();
|
|
|
|
public List<PlanEntity> Plan => new PlanArrayManager(4, 0, 12, bytes).GetList();
|
|
|
|
public bool[] Status => new FourBoolArrayManager(48, bytes).GetList();
|
|
|
|
public bool[] Status => new FourBoolArrayManager(48, bytes).GetList();
|
|
|
|