Sign in to follow this  
Followers 0
Wordman

Random Values in Data Watch

2 posts in this topic

I'm programming in proworx nxt on a quantum processor. I am trying to debug my code online, and I am using data watch to track some pointers, and I notice that they aren't incrementing from 1-8 like they should, an example of how some samples may look (2-3-5-0-4-2-4-8-4-1-3-6...) I was baffled, so I just made up a test network, and trying running it, the only thing it does is TEST 400212, if it's equal to 8 it ADDs 0 and 0 to 400212, and if 8 > the register, then it ADDS 1 to 400212. Same results as when I was tracking the pointer.. I'm not modifying that register anywhere else, and my resolution in data watch is down to 1 ms... I don't know what's going on. any suggestions/insight would be appreciated. regards andy

Share this post


Link to post
Share on other sites
I guess it's just that the highest data watch resolution (1ms) can't keep up with the scan time. Unless you are watching something which changes slowly or not at all, you have to manually increment each step, the trend logger won't be of any use otherwise. Meh.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0