Faisal PEER MOHAMED
unread,May 29, 2015, 12:11:36 PM5/29/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open...@googlegroups.com
Hi,
I have build the DNP3 master in Linux from /github/opendnp3. It is working fine. The setpoint is variation 1 by default. I am wondering how to change the variation?
I have checked BASEDATATYPES.H, OBJECTINTERFACES.H, SLAVECONFIG.H, SLAVERESPONSE.H
I found somewhere in
struct GrpVar {
GrpVar() : Grp(-1), Var(-1) {}
GrpVar(int aGrp, int aVar) : Grp(aGrp), Var(aVar) {}
int Grp;
int Var;
};
Not getting clue how to pass the Var.
Any help would be appreciated.
Thanks,
Faisal