diff --git a/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs b/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs
new file mode 100644
index 000000000..59519f992
--- /dev/null
+++ b/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs
@@ -0,0 +1,17 @@
+///
+/// Copyright (c) 2017 Sensus Metering Systems
+///
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace TBF.BenchControl.TestMethods.iPerlCommunication
+{
+ public enum Q2CorrType
+ {
+ Standard,
+ Dewa,
+ Greece
+ }
+}
diff --git a/TestBenchFramework/TBF.csproj b/TestBenchFramework/TBF.csproj
index 5a45402fa..aac3c3685 100644
--- a/TestBenchFramework/TBF.csproj
+++ b/TestBenchFramework/TBF.csproj
@@ -822,6 +822,7 @@
iPerlCommunicationForm.cs
+