Cannot reset node active status using sdo_net_mem.node.setstatus
Hi,
I have a problem with setting the node active value. I can read the data into a memory object using SDO_NET_MEM.NETWORK_MANAGER.READ_NETWORK(PNAME, 'FALSE');
Once the data has been read to memory i can then modify a node status using SDO_NET_MEM.NODE.SET_STATE(PNAME, STOP_NODES(I).STOP_NODE_ID, 'INACTIVE'). However if i try to make it active again it keeps as inactive. So when i try SDO_NET_MEM.NODE.GET_STATE(PNAME,STOP_NODES(I).STOP_NODE_ID) the return value is FALSE.
Th only way to reset it is to read the entire network back into memory.
0