Technical information

The RMS Enterprise SDK (v4)
29
RMS Enterprise - NetLinx Programmer’s Guide
STRUCTURE RmsAssetParameter
{
CHAR key[50];
CHAR name[50];
CHAR description[250];
CHAR dataType[30];
CHAR reportingType[30];
CHAR initialValue[50];
CHAR units[50];
CHAR allowReset;
CHAR resetValue[50];
SLONG minimumValue;
SLONG maximumValue;
CHAR enumeration[500];
CHAR trackChanges;
CHAR bargraphKey[30];
CHAR stockParam;
}
STRUCTURE RmsAssetParameterThreshold
{
CHAR name[50];
CHAR enabled;
CHAR statusType[30];
CHAR comparisonOperator[30];
CHAR value[50];
CHAR notifyOnTrip;
CHAR notifyOnRestore;
CHAR delayInterval;
}