Since the DL05 can't do Binary Math I am converting the Binary output from the CTRIO to BCD....so far so good. What happens when the binary count from the CTRIO gets out of the BCD range? Will CTRIO will continue to count up to the full range of a binary double word before rolling over to 0? If so I guess I need to figure out a way to soft reset the CTRIO count before it gets above 99999999 or all my math will fall apart.
I guess I should be using the scaling feature of the CTRIO to scale to a BCD format.