Fix Fanuc Nc Window integration

This commit is contained in:
Nicola Carminati
2018-02-27 17:08:52 +01:00
parent ed57b42940
commit b5c9b31edf
7 changed files with 88 additions and 21 deletions
+2
View File
@@ -11,6 +11,8 @@ namespace Client.Config.SubModels
public Boolean Enabled { get; set; }
public Boolean FollowNcWindow { get; set; }
public ushort Type { get; set; } /* 0: Demo - 1: Fanuc - 2: Siemens - 3: Osai */
public string IpAddress { get; set; }
public string Port { get; set; }
}
}