Arjan
unread,Jan 23, 2024, 8:12:13 AM1/23/24Sign 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 libplctag
Hi,
I am trying to connect to a OMRON CJ2M with libplctag by reading some tags however, without success so far.
I attached the tag table I am trying to access.
I read the other posts and tried different combinations (for communication path and tag address) and every time I get a different error:
- If the communication path is 19,<ip_address> -> TIMEOUT. So this won't work.
- Communication path 1,0 for "path" and CF105 (which is reffered to address/value in the tag table ) for "name". Here I also tried using the tag name itself (P_0_01s) -> PLCTAG_ERR_NOT_FOUND
-
Communication path <18, ip_address> and the tag name instead of address/value -> PLCTAG_ERR_BAD_PARAM
- Communication path <18, ip_address> and the tag address/value as "name"-> PLCTAG_ERR_BAD_PARAM
Any idea how I can establish the connection?
I am having this issue also with another OMRON CJ2M-CPU63. However, I was able to successfully connect to a CJ2H.