Hello,
i am using a CR1000 and trying to get an callback via IP right.
The logger is able to create a socket to the loggernet-server.
This is working:
SendData (socket,0,4094,MYDATATABLE,-1)
I would prefer this solution, but i can't get it to work:
SendVariables(result,socket,0,4094,0000,1000,"Public","Callback",dummy,1)
result code is "-16" aka "Field is readonly".
I don't understand why it's code "-16".
As i have the basic setup working i would expect it's some configuration on the loggernet side which is wrong.
IP-node:
Callback enabled
TCP listen-only
Pakbus-node:
Callback enabled
Pakbus-ID 4094
Logger-node:
Callback enabled
Scheduled Collection enabled
One-way hole collection
MYDATATABLE enabled for collection
Any help appreciated :)
It is working fine for me with Loggernet 4.3 and CR1000 OS28.
What version of Loggernet are you running? There might be an update patch available.
Hello,
i am using the most recent Loggernet 4.3 as well.
If it is working on your side, then there must be some problem with my setup.
Will do some more tests.
Thank you.
Hello
I deleted the nodes and set them up again with exactly same settings.
It is working now.
Problem solved :)