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? Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted June 23, 2017 MVP 2022 Report Share Posted June 23, 2017 IS this MODBUS? There are limitations in the MODBUS standard for register reads. Quote 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. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted June 24, 2017 MVP 2022 Report Share Posted June 24, 2017 Break it up into multiple reads. Quote 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. Quote 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. Quote 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.