Hello everyone, I'm trying to implement libtagplc with java so i used
this wrapper and I tried to adapt example.c to java but i doesn't works, I'm getting the error PLCTAG_ERR_NOT_FOUND (-19), but if i use the native tag_rw i can get the info without problems so maybe it is something that i miss?I thank you in advance for any help.
I'm gonna attach the java source code(Main.java), how it works with tag_rw
and the error code that i get in my execution of my java program
Finally, I scanned the network with wireshark while the program was executing and it apparently gets the correct answer you can watch the data is the same as tag_rw received but in reverse.
Thanks for the attention i will wait for your answers.