Hi,
I'm trying to read objects from Sagem Meter using GXDLMSDirector but I'm occuring the below issue:
System.Exception: GetObjects failed. Meter returns Service not allowed exception. Operation not possible
à GXDLMSDirector.MainForm.ReadDevice(GXDLMSDevice dev)
à GXDLMSDirector.MainForm.Read(Control sender, Object[] parameters)
I want to make a "Write" with GXDLMSDirctor, should I make always a Read before?
After Connection succeed, the Write button is always disabled.
Thanks.
BR,
cx2000
Hi,
Can you read anything from the meter? What kind of data you are sending to the meter?
BR,
Mikko
Hi,
Hi,
I want to make a "Write" with GXDLMSDirctor, should I make always a Read before?
After Connection succeed, the Write button is always disabled.
Thanks.
BR,
Write
Hi,
Write is disabled until you change value and press Enter.
After that write button is enabled.
BR,
Mikko
Hi Mikko,
Hi Mikko,
OK clear. But, should I make a read to all objects before making a write?
If yes, how can I make a specific read?
Thank you in advance.
BR,
Write
Hi,
We are doing read automatically if data type is unknown.
Only changed items are write to the meter.
BR,
Mikko