HC900 Modbus addressing

_V_

Member
Join Date
Aug 2023
Location
Portugal
Posts
31
Hello everyone.

Using the designer software for the HC900 had me thinking.
How can I assign 1 variable so 1 single bit.
Like how can I say that a 16 bit variable like for example 45063 is only bit 1 of the 16 bit like siemens has ?

For example in 45063 there are 2 variables

Fb_signal and Fb_signal 2

The first is in bit 1 and the second is in the bit 2 of the 16 bit 45063.

Is there a way ? I know siemens has it but I don't know if designer software has it.
 
I do not know Honeywell but I bet it has an Word AND Function i.e. 8 or 16 bit.
So if you cannot address bits in a word perhaps just use AND with the word & a hex value for example
Word to test bit & the bit you are looking for is bit 0
Then AND it with H0001 if it is a 1 then the ouput of the AND function will be true or false if not
So for bit 1 AND it with H0002
& so on for each bit.
 

Similar Topics

Hey everyone, Im kinda of stuck in a situation and Im asking everyone support on this please, I truly need everyone help. Here is the situation...
Replies
1
Views
602
Hello, i have a curios problem in a modbus tcp reading from a client. The HC900's answer for the variable 20 (holding register 6375) is clear in...
Replies
17
Views
3,126
I am currently working on a steam generation plant. We are using Honeywell HC900 C70 controller. There are 30+ instruments connected to E&H...
Replies
6
Views
2,864
hi all i test the HC900 modbus (master) read function by connecting s1 port to my notebook with rs485 usb converter. in the HCD, i monitor the...
Replies
1
Views
4,172
I'm upgrading an existing machine with a Honeywell HC900 controller, and I'm trying to do some data processing in the controller. I have variables...
Replies
0
Views
56
Back
Top Bottom