Ricardo_Oliveira Posted June 23, 2017 Report Share Posted June 23, 2017 Hello Guys, I have trying a communication with a Unistream as a Slave and I'm having some problems. When I create a program on Unistream with 255 tags, the communication works ok and all address is read but when I add 1 more tag the program don’t work well. The master only can read about 175 address. In this case it does not matter the specific address, but the number of tags in the program. Does Unistream has a limitation on number of adress that can be read? Has anyone already had the same problem? Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted June 23, 2017 MVP 2023 Report Share Posted June 23, 2017 IS this MODBUS? There are limitations in the MODBUS standard for register reads. Link to comment Share on other sites More sharing options...
Ricardo_Oliveira Posted June 23, 2017 Author Report Share Posted June 23, 2017 Hi! Yes, it's Modbus IP and UniStream is a SLAVE. Have you ever had or knew about this problem? Is there a solution to add and read more than 255 address? Because it does not matter the range of addresses you want to read, but the number of tags added, which in this case are limited to 255. Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted June 24, 2017 MVP 2023 Report Share Posted June 24, 2017 Break it up into multiple reads. Link to comment Share on other sites More sharing options...
Ricardo_Oliveira Posted June 26, 2017 Author Report Share Posted June 26, 2017 But the Unistream is Slave and the master is read only one tag for example. In this case it does not seem to be a problem with the amount of addresses read, but the amount of tags added in the slave. Link to comment Share on other sites More sharing options...
Cam Posted June 26, 2017 Report Share Posted June 26, 2017 As Flex says your going to have to break it up in to multiple reads. Link to comment Share on other sites More sharing options...
Ricardo_Oliveira Posted June 26, 2017 Author Report Share Posted June 26, 2017 Ok guys, thank you for your help. I need to creat an array to read all adresses. Tks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now