Hi All,
I have a question on if its possible to do indirect addressing of individual bits of a tag of datatype dint in studio5000 ladder logic?
I am writing a routine that should loop through the individual bits of the tag of data type dint and do processing .
Like instead of using OTE instruction ConfirmRequest[rvIndexSafety]
where confirm Request is BOOL[32] elements
if condition true and rvIndexSafety =1 => it will set confirmRequest[1]
I need to use DINT and set DINTDataType.1
How can i approach this?
Thanks,