I have DINT data from drive input and would like to use this data in Bools in bunch of the FBs. I have tried using Union but it is not working. Please suggest
In the Struct, change the 'BOOL' to 'BIT'
Thanks a lot, it worked.
Log in to post a comment.
I have DINT data from drive input and would like to use this data in Bools in bunch of the FBs.
I have tried using Union but it is not working.
Please suggest
Last edit: trycyclepower 2023-12-14
In the Struct, change the 'BOOL' to 'BIT'
Thanks a lot, it worked.