Hi,
I'm writing a script to create DPs. When I try set the DPs address configurations everything is fine except the poll group. (The code can be seen below). When I check the PARAMODULE, I can see that the polling option is checked (see attached file 1.png) but the poll group isn't set. Actually it is set but can't be viewed. I need to click polling option again and I can see that the polling group which I want to set is chosen (see attached file 2.png). So If I don't click apply I can't see the actual value of the address.
What would be the problem? Can you help me to solve that?
I'm looking forward to hear from you.
Thanks.
Aydin.
The code:
dpCreate("PDU/"+hostGUDE, "fwPDUController");
dpSetWait("GUDETEST2:PDU/"+hostGUDE+".tempSensor:_distrib.._type",DPCONFIG_DISTRIBUTION_INFO,
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._type",DPCONFIG_PERIPH_ADDR_MAIN,
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._active",TRUE,
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._direction",4,
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._mode","4",
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._reference",(agentNUM+"_"+fwPduOID(modelDEVICE[j],"numberOfPorts")),
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._datatype","661",
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._drv_ident","SNMP",
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_address.._poll_group","_five",
"GUDETEST2:PDU/"+hostGUDE+".tempSensor:_distrib.._driver",driverNUM); https://www.winccoa.com/fileadmin/image ... 150811.zip
how to configure polling group of a DPs\' address?
- aozbey
- Posts:2
- Joined: Tue Aug 11, 2015 3:43 pm
how to configure polling group of a DPs\' address?
- Attachments
-
- Pictures-20150811.zip
- (166.89 KiB) Downloaded 185 times
-
- Pictures.zip
- (166.89 KiB) Downloaded 185 times
- aozbey
- Posts:2
- Joined: Tue Aug 11, 2015 3:43 pm
Re: how to configure polling group of a DPs\' address?
I've solved the problem.
In script code I've change "_mode","4", command with "_mode",4, and it works
In script code I've change "_mode","4", command with "_mode",4, and it works