How to read individual bits from holding registers of VFDs in OCMC Configuration ? , I've tried typing the address like that 403201:0 or 403201.1 but it doesn't work .
How to read individual bits from holding registers of VFDs in OCMC Configuration ? , I've tried typing the address like that 403201:0 or 403201.1 but it doesn't work .
I'm not using SoMac Driver , I'm using the ordinary OI.MBTCP I've used Will it have a problem ?
I think no , because I've succeeded read the variables in their integer mode right
But the main issue for me is of extracting the bits
I've extracted it inside using Bit State in the animations
But I need to configure alarms by extracting variable from a bit in a word
So I need to find solution for this problem .
And Also for the PLCs , The way to extract bits from memory words by typing like this (:0) is working well but I don't know why it's not working with the holding registers of the VFDs
I'm not using SoMac Driver , I'm using the ordinary OI.MBTCP I've used Will it have a problem ?
I think no , because I've succeeded read the variables in their integer mode right
But the main issue for me is of extracting the bits
I've extracted it inside using Bit State in the animations
But I need to configure alarms by extracting variable from a bit in a word
So I need to find solution for this problem .
And Also for the PLCs , The way to extract bits from memory words by typing like this (:0) is working well but I don't know why it's not working with the holding registers of the VFDs