Search found 8 matches

by mit2003
Sat Dec 14, 2024 12:12 pm
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Re: Issue with MODBUS register address configuration

Hi Friends, If starting Address '10'. number of address '120' and Set holding registers 105,106 and 107, then the data returned to address 96, 97 and 98. That is address mapped with offset value of starting address (10). If starting Address '20'. number of address '120' and Set holding registers 105...
by mit2003
Fri Dec 13, 2024 11:05 am
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Re: Issue with MODBUS register address configuration

Hi Friends, Today tested with different combinations to study the response of Modbus slave addresses:1, Holding register starting address:0, number of Addresses:50 and working ststus:Proper data :P slave addresses:1, Holding register starting address:10, number of Addresses:50 and working ststus:Ret...
by mit2003
Thu Dec 12, 2024 11:45 am
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Re: Issue with MODBUS register address configuration

Hi Friends,

Any update or suggestion regarding data access failure ?

Still waiting for your valuable suggestion. :roll:

Thanks in advance for your valuable time and support.
by mit2003
Wed Dec 11, 2024 5:12 am
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Re: Issue with MODBUS register address configuration

Hi Ben nice to see you in this post.

I believe you and Martin can easily either highlight my mistake or fix this issue.

Thanks in advance for your valuable time and support.
by mit2003
Wed Dec 11, 2024 4:56 am
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Re: Issue with MODBUS register address configuration

Hi Martin nice to see you in this post.
I am using Flowcode V8.

Kindly let me know how to solve this challenge.
Thanks in advance for your valuable time and support.
by mit2003
Wed Dec 11, 2024 4:51 am
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Re: Issue with MODBUS register address configuration

Hi chipfryer, Leighm and AbhijitR (supported via PM), Thanks for your valuable information. Yes i realized what kind of mistake i did. For testing purpose, Slave Address (1), Starting address (0), number of address (200) now there is no compilation error. Now what ever value set in these registers w...
by mit2003
Tue Dec 10, 2024 1:19 am
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Re: Issue with MODBUS register address configuration

Thanks a lot for your valuable time and support :P . As you mentioned, Start address (4299), number of address (200) now there is no compilation error. But i can't access the stored data from 44300 to 44499 and receive only "0". in case of data stored in the address range from 0 to 100, th...
by mit2003
Sun Dec 08, 2024 11:31 am
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 1769

Issue with MODBUS register address configuration

Hi Friends, I want to store data in the Holding register address from 44300 to 44500 (specific 200 registers) using MODBUS register starting address and number of addresses configuration (In flow code 4299 to 4499). But failed to compile. 1. I am using PIC18F46K42 microcontroller. I have configured ...