# OMRON FINS Write

**URL:** https://discourse.nodered.org/t/omron-fins-write/47295
**Category:** Industrial
**Created:** [17 June 2021 13:18 UTC](https://discourse.nodered.org/t/omron-fins-write/47295 "2021-06-17T13:18:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![JoshuaG](https://avatars.discourse-cdn.com/v4/letter/j/edb3f5/32.png) [@JoshuaG](https://discourse.nodered.org/u/JoshuaG)
#### Post date: [17 June 2021 13:18 UTC](https://discourse.nodered.org/t/omron-fins-write/47295/1 "2021-06-17T13:18:05Z")

</div>

Trying to write a bit to OMROM PLC using FINS Write node.  
I have E0\_22228.2 set as my address.  
I am passing a payload of 1 and 0, 5 seconds apart, i have even formatted them to be arrays i.e. [1] and [0].

the node returns complete and posts successful output to debug but bit in PLC state doesn't change.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/b/5/b5fb817a7b9ecf17a4a4f0b4d14c13eefe29d17b.png)

Do I need to use the buffer creator to just write 1 boolean value to 1 bit?

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [17 June 2021 13:29 UTC](https://discourse.nodered.org/t/omron-fins-write/47295/2 "2021-06-17T13:29:56Z")

</div>

Bit write is not supported. What's happening is when you write 1 to `E0_22228.2` it's writing 0x0001 to `E0_22228` meaning bit 2 is getting set to 0

I have a beta version you can test.

It is not yet published as I am waiting feedback.

Are you interested in running a beta version?

See this thread: [Support for single bits. · Issue #13 · Steve-Mcl/node-red-contrib-omron-fins · GitHub](https://github.com/Steve-Mcl/node-red-contrib-omron-fins/issues/13#issuecomment-862135525)

---

<div class="post-metadata">

### Author: ![JoshuaG](https://avatars.discourse-cdn.com/v4/letter/j/edb3f5/32.png) [@JoshuaG](https://discourse.nodered.org/u/JoshuaG)
#### Post date: [17 June 2021 13:41 UTC](https://discourse.nodered.org/t/omron-fins-write/47295/3 "2021-06-17T13:41:53Z")

</div>

I'd be happy to test it.  
In the meantime I'm going to use a H bit instead

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [16 August 2021 13:42 UTC](https://discourse.nodered.org/t/omron-fins-write/47295/4 "2021-08-16T13:42:14Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
