0
Under review
Use Bits out of Holding Register Beckhoff Modbus TCP
Jarryd Milissa 9 years ago
in Products / Modbus
•
updated by Ekaterina (head of support) 9 years ago •
4
Hello,
i'm searching how i can communicate with mij ipad with iridium mobile and my beckhoff cx8090 controller for a building automation project.
i'm searching for a simple way to control bits that i wanna use to control some lights etc...
but i don't wanna control the hardware outputs immediately , i first wanna control this request in the program with other conditions before i set the hardware outputs.
but i can't find how i set virtual variables from iridium to beckhoff.
from what i found now i think this has to me written in the holding registers 3000 and 4000 of modbus
so i made a variable in beckhoff as you can see in image below:
and then i made in iridium next variable in the modes tcp driver:
this works fine an the value in beckhoff of holding out[3] and holding out[4] changing when i change in iridium.
but this isn't what i exactly want because i wanna sen bit command separately
for example :
button light 1 => set bit 1 in beckhoff
sound simple but i can't find how to do this,
i hope someone can help me with this or has example how to test this
thanks a lot
Jarryd
i'm searching how i can communicate with mij ipad with iridium mobile and my beckhoff cx8090 controller for a building automation project.
i'm searching for a simple way to control bits that i wanna use to control some lights etc...
but i don't wanna control the hardware outputs immediately , i first wanna control this request in the program with other conditions before i set the hardware outputs.
but i can't find how i set virtual variables from iridium to beckhoff.
from what i found now i think this has to me written in the holding registers 3000 and 4000 of modbus
so i made a variable in beckhoff as you can see in image below:
and then i made in iridium next variable in the modes tcp driver:
this works fine an the value in beckhoff of holding out[3] and holding out[4] changing when i change in iridium.
but this isn't what i exactly want because i wanna sen bit command separately
for example :
button light 1 => set bit 1 in beckhoff
sound simple but i can't find how to do this,
i hope someone can help me with this or has example how to test this
thanks a lot
Jarryd
Customer support service by UserEcho
thanks a lot
your first post was on a friday (after work hours for my time zone) and you asked for help again on a saturday. In my experience you will always get an answer and it will usually be fast, but it will mostly be between working hours.
I don't have experience with beckhoff equipment, but i do work with modbus.
Generally, setting bits is done by setting coils. Discrete inputs are also set as bits. would this be a possibility for you? Setting individual bits of a holding register can be done, but it isn't the most straightforward way and is more error prone as you would probably have to send the whole dword whenever one bit changes.
Thanks a lot
separate bits - read.irpz - to read only
It is possible only via the script, and this method is not an ideal becouse the native data and Script data works in the different streams, but hope u can use this sample