Skip to content

DWORD tag value dividing error

I'm encountering an issue with division in my PLC program. I need to divide the data from a DWORD tag, which is assigned to an encoder module, by a constant value. The encoder module only allows the assignment of DWORD tags, so I'm receiving pulse data in this DWORD tag. However, when I try to use the division block, it doesn't show the PLC variable that I have assigned for the pulse data. Could you guide me on how to divide a DWORD tag by a constant value? DIV block not allow me to assign any DWORD tag , it allows DINT but, DWORD 7 digit value is not converting to DINT.


Comments

Sign In or Register to comment.