- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-03-27 04:39 AM
Read digital input ATV320 with PLC TM262M15MESS8T
Hi everyone!
I want to read the DI6 from my ATV320 with my PLC TM262. It is the first time I am using the FB MC_ReadDigitalInput and when I send the program to the PLC I get from the function block itself an error "104 The address of the remote device is incorrect".
I attach some screenshots from my project (simulation mode, so it does not show the error live).
I thank any suggestions offered.
If maybe I need to use another type of FB I can do that too, but I have searched everywhere and I do not find clear information about how to do it.
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-04-02 01:42 PM
Hello everyone,
I found a way to do it, so I wanted to share in case someone else had the same question.
Some basic steps to read an input with the drive ATV320:
1) You must assign a logic input to the function you need (https://www.se.com/us/en/faqs/FA310914/)
2) You can use the register 5202 to read the inputs of your drive (https://www.se.com/eg/en/faqs/FA320881/). Here they explain it with the ATV61 and ATV71 (https://www.se.com/us/en/faqs/FA175310/) Here you can see that it is still the same logical address for the ATV320(https://www.se.com/in/en/download/document/NVE41316/)
3) I am attaching images to this post about where to put the logical address, in case its useful for someone.
4) After creating the variable in the I/O Mapping of your drive, you can read it with a FB of your own or you can call it directly using the memory address, it's up to you.
I hope it helps!
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-04-02 01:42 PM
Hello everyone,
I found a way to do it, so I wanted to share in case someone else had the same question.
Some basic steps to read an input with the drive ATV320:
1) You must assign a logic input to the function you need (https://www.se.com/us/en/faqs/FA310914/)
2) You can use the register 5202 to read the inputs of your drive (https://www.se.com/eg/en/faqs/FA320881/). Here they explain it with the ATV61 and ATV71 (https://www.se.com/us/en/faqs/FA175310/) Here you can see that it is still the same logical address for the ATV320(https://www.se.com/in/en/download/document/NVE41316/)
3) I am attaching images to this post about where to put the logical address, in case its useful for someone.
4) After creating the variable in the I/O Mapping of your drive, you can read it with a FB of your own or you can call it directly using the memory address, it's up to you.
I hope it helps!
Link copied. Please paste this link to share this article on your social media post.

