|
def | __init__ |
| Initialize the Shutter Device simulator class; set the members. More...
|
|
def | data_change_handler |
| Invoked when subscribed nodes changes value. More...
|
|
def | RPC_Close |
|
def | RPC_Disable |
|
def | RPC_Enable |
|
def | RPC_Off |
|
def | RPC_Init |
|
def | RPC_Open |
|
def | RPC_Reset |
|
def | RPC_Stop |
|
def | RPC_State |
|
def | RPC_Test |
|
def | RPC_GetNamespace |
|
def | RPC_ReadNode |
|
def | RPC_WriteNode |
|
def | __init__ |
| Constructor, initializing the internal structures. More...
|
|
def | srv |
| Return reference to Device Simulator server instance. More...
|
|
def | log |
| Return reference to logger. More...
|
|
def | setDeviceInfo |
| Set the internal (firmware) information about the simulated device. More...
|
|
def | init_device_parameters_ |
| Initialize various parameters of the simulated device. More...
|
|
def | write_node |
| Write a node in the internal OPC UA namespace. More...
|
|
def | set_last_command |
| Set the value of the simulated 'last command' node. More...
|
|
def | state_machine |
| Return reference to the internal state machine (engine). More...
|
|
def | state_reg |
| Return reference to the registry with mappings between state textual and numerical repr. More...
|
|
def | set_opcua_state |
| Set the state/substate of the simulated device in the OPC UA namespace. More...
|
|
def | cfg |
| Return reference to configuration object (NameMapping object). More...
|
|
def | get_opcua_state |
| Return the OPC UA state as tuple (<numerical val>="">,<string val>="">). More...
|
|
def | opcua_server |
| Return reference to the OPC UA server. More...
|
|
def | getnodes |
| Return the OPC UA nodes as a list. More...
|
|
def | get_node_dic |
| Return dictionary containing OPC UA nodes. More...
|
|
def | get_node |
| Return object for node with given ID. More...
|
|
def | convert_node_value |
| Convert an OPC UA node object value to a primitive value. More...
|
|
def | schedule_event |
| Schedule an event. More...
|
|
def | get_node_value |
| Get value of the node with the given ID. More...
|
|
def | implement_rpc_call_ |
| Issue warning to implement code for RPC call. More...
|
|
def | device_name |
| Derive device name from the OPC UA profile (XML). More...
|
|
def | gen_node_id_ |
| Returns tupple (<symbolic node="" id>="">, <numeric node="" id>="">|0). More...
|
|
def | get_node_info_ |
| Extract the information about the given node, and possible sub-nodes. More...
|
|
def | set_node_permissions_ |
| Go throgh set of nodes and set the read/write permissions: More...
|
|
def | install_data_ch_subscr_ |
| Set up data subscriptions for cfg. More...
|
|
def | install_rpc_methods_ |
| Install callbacks for the defined RPC calls. More...
|
|
def | data_change_handler |
| Invoked when nodes to which there is subscribed, change value. More...
|
|
def | get_node_prefix |
| Extract the node prefix. More...
|
|
def | gen_opcua_state_node_ids_ |
|
def | execute |
| Prepare for execution and execute the server. More...
|
|
def | __init__ |
| Constructor, initializing the internal structures. More...
|
|
def | srv |
| Return reference to Device Simulator server instance. More...
|
|
def | log |
| Return reference to logger. More...
|
|
def | setDeviceInfo |
| Set the internal (firmware) information about the simulated device. More...
|
|
def | init_device_parameters_ |
| Initialize various parameters of the simulated device. More...
|
|
def | write_node |
| Write a node in the internal OPC UA namespace. More...
|
|
def | set_last_command |
| Set the value of the simulated 'last command' node. More...
|
|
def | state_machine |
| Return reference to the internal state machine (engine). More...
|
|
def | state_reg |
| Return reference to the registry with mappings between state textual and numerical repr. More...
|
|
def | set_opcua_state |
| Set the state/substate of the simulated device in the OPC UA namespace. More...
|
|
def | cfg |
| Return reference to configuration object (NameMapping object). More...
|
|
def | get_opcua_state |
| Return the OPC UA state as tuple (<numerical val>="">,<string val>="">). More...
|
|
def | opcua_server |
| Return reference to the OPC UA server. More...
|
|
def | getnodes |
| Return the OPC UA nodes as a list. More...
|
|
def | get_node_dic |
| Return dictionary containing OPC UA nodes. More...
|
|
def | get_node |
| Return object for node with given ID. More...
|
|
def | convert_node_value |
| Convert an OPC UA node object value to a primitive value. More...
|
|
def | schedule_event |
| Schedule an event. More...
|
|
def | get_node_value |
| Get value of the node with the given ID. More...
|
|
def | implement_rpc_call_ |
| Issue warning to implement code for RPC call. More...
|
|
def | device_name |
| Derive device name from the OPC UA profile (XML). More...
|
|
def | gen_node_id_ |
| Returns tupple (<symbolic node="" id>="">, <numeric node="" id>="">|0). More...
|
|
def | get_node_info_ |
| Extract the information about the given node, and possible sub-nodes. More...
|
|
def | set_node_permissions_ |
| Go throgh set of nodes and set the read/write permissions: More...
|
|
def | install_data_ch_subscr_ |
| Set up data subscriptions for cfg. More...
|
|
def | install_rpc_methods_ |
| Install callbacks for the defined RPC calls. More...
|
|
def | data_change_handler |
| Invoked when nodes to which there is subscribed, change value. More...
|
|
def | get_node_prefix |
| Extract the node prefix. More...
|
|
def | gen_opcua_state_node_ids_ |
|
def | execute |
| Prepare for execution and execute the server. More...
|
|
Device Simulator class for the Standard Shutter Device.