mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Merge PlcSeriesType into PlcType by using 16 bits
This commit is contained in:
@@ -63,7 +63,7 @@ void WritePlcTypeTable(IEnumerable<PlcType> vals) {
|
||||
|
||||
decomposed = enu.ToNameDecompose();
|
||||
|
||||
cpuOrMachCode = ((int)enu).ToString("X2");
|
||||
cpuOrMachCode = ((int)enu).ToString("X4");
|
||||
ArgumentNullException.ThrowIfNull(decomposed);
|
||||
|
||||
//first iteration
|
||||
@@ -147,5 +147,4 @@ markdownBuilder.AppendLine($"> These are PLCs that utilize the basic `%EE#RT` an
|
||||
|
||||
WritePlcTypeTable(plcs);
|
||||
|
||||
|
||||
File.WriteAllText(filePath, markdownBuilder.ToString());
|
||||
Reference in New Issue
Block a user