Hi!
You can create internal type DCI (with source set to "Internal") and Dummy parameter - it will just generate 0. Then in transformation script you can use SNMPGetValue function to get actual value of required OID. This function will return null if OID does not exist, so you can check it and return some meaningful value in that case.
Best regards,
Victor
You can create internal type DCI (with source set to "Internal") and Dummy parameter - it will just generate 0. Then in transformation script you can use SNMPGetValue function to get actual value of required OID. This function will return null if OID does not exist, so you can check it and return some meaningful value in that case.
Best regards,
Victor