mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Added missing raw byte array writing reading
- added ability to change run/prog mode
This commit is contained in:
21
MewtocolNet/Mewtocol/PLCEnums/OPMode.cs
Normal file
21
MewtocolNet/Mewtocol/PLCEnums/OPMode.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace MewtocolNet {
|
||||
|
||||
/// <summary>
|
||||
/// CPU type of the PLC
|
||||
/// </summary>
|
||||
public enum OPMode {
|
||||
/// <summary>
|
||||
/// PLC run mode
|
||||
/// </summary>
|
||||
Run,
|
||||
/// <summary>
|
||||
/// PLC programming mode
|
||||
/// </summary>
|
||||
Prog,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user