Added the call to Multistate_Output_Property_Lists() into the switch statement in RPM_Property_List(). It was noticed because the Scada Engine BOWS chokes on this when it tries to do an RPM "all" and stops using RPM for all the other objects on the device as well. Thank you, Peter!

This commit is contained in:
skarg
2009-06-17 23:24:32 +00:00
parent 8dc12fcd98
commit 6e6cdf2bc0
+3
View File
@@ -131,6 +131,9 @@ static void RPM_Property_List(
&pPropertyList->Proprietary.pList);
break;
case OBJECT_MULTI_STATE_OUTPUT:
Multistate_Output_Property_Lists(&pPropertyList->Required.pList,
&pPropertyList->Optional.pList,
&pPropertyList->Proprietary.pList);
break;
#if defined(BACFILE)
case OBJECT_FILE: