Altri appunti...
This commit is contained in:
@@ -14,6 +14,14 @@ namespace OPC_UA_REDIS
|
||||
|
||||
#region oggetti di base
|
||||
|
||||
public class Component
|
||||
{
|
||||
public string name { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Classe di base oggetti OPC-UA in Datamodel da deserializzare
|
||||
/// </summary>
|
||||
public class ouBaseObj
|
||||
{
|
||||
public string SymbolicName { get; set; }
|
||||
@@ -73,6 +81,25 @@ namespace OPC_UA_REDIS
|
||||
/// Variable Emergency
|
||||
/// </summary>
|
||||
public ouVariable Emergency { get; set; }
|
||||
/// <summary>
|
||||
/// Variable Power
|
||||
/// </summary>
|
||||
public ouVariable Power { get; set; }
|
||||
/// <summary>
|
||||
/// Variable Mode
|
||||
/// </summary>
|
||||
public ouVariable Mode { get; set; }
|
||||
/// <summary>
|
||||
/// Variable ActiveTime
|
||||
/// </summary>
|
||||
public ouVariable ActiveTime { get; set; }
|
||||
|
||||
#if false
|
||||
public Component cnc
|
||||
{
|
||||
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user