Scott, > 1. The last value of an IOD determine which actual unit I am interested in. > It can change for different configurations, So I would like to put something > into the parameters section to input the particular IOD I am looking for. > Example. For the specific probe I am creating, the unit is considered in > slot 1. so the oid I am looking for is > 1.3.6.1.4.1.32050.2.1.25.3.1 > is there a way to have the last 1 be input from a parameters section. so when > I am working in the snmp-device-variables section, it would use > 1.3.6.1.4.1.32.050.2.1.25.3.module# > > 2. The actual values I am looking for are in a table that is dynamic based on > which module is before it. > The table has a Slot value and pos value. The two combined would give me > what I am looking for > slot= module# pos = 2 = that would always give me what I want. > how would this be put into the snmp-device-variables section.
Yes, both these are easily accomplished with parameters that the customer enters into the parameters of the "Set Probe..." window: <parameters> slot = "1" </parameters> ... <snmp-device-variables> val, 1.3.6.1.4.1.32.050.2.1.25.3.$slot, DEFAULT, "Value of module $slot" </snmp-device-variables> and the second example: <parameters> slot = "2" position="2" </parameters> ... <snmp-device-variables> val, 1.3.6.1.4.1.32.050.2.....$slot.$position, DEFAULT, "Value of module $slot, position $position" </snmp-device-variables> Best regards, Rich Brown [email protected] Dartware, LLC http://www.intermapper.com 66-7 Benning Street Telephone: 603-643-9600 West Lebanon, NH 03784-3407 Fax: 603-643-2289.+-j·!÷¬Ûiÿü0Âf¢ªÜ+Þr¿{^®f©¥êíjY8ÒX¬µÖ«·«yÊ&ý:.˱Êâmëצj)m íz³¦«M©d¡÷åË]j»pj·¢
