Jimmy1125

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by Jimmy1125

  1. It says 4 but I changed it to 7 and it works. No alerts. As I said, when I load basic sample and change pin to 7, the RawCounts increments by turning gear tooth wheel. When I load my document it doesn’t. I’ve quadruple checked the settings and nothing increments. Baffling.
  2. Then why does it work in the basic counter sample, which is configured as 7? Also, as I said, everything is exactly the same in both but mine doesn’t work. I have the pin reset in my startup and that didn’t work either. That’s why I copied the sample startup sequence to no avail.
  3. hello, I am having a strange problem. I'm setting up a basic counter. I tried it in Labjack test panel and it works okay. after numerous tries in DAQ, I decided to try the basic counter sample and was successful. The problem lies in my .ctl somehow. I can't get the RawCounts channel to read anything. After reconfiguring my startup sequence, I copied and pasted the sample startup and just changed the pin offset to match my Labjack( I did it in basic counter to get it to work). I'm still not getting anything. Basic counter sample works fine but my .ctl doesn't. Maybe you can see something I missed? Also, I've double and triple checked to channel settings compared to sample. SHOCKDYNO.ctl
  4. Doesn’t explain why the users guide online doesn’t show 6.13!
  5. i don't know which manual you are refering to as 6.13 in mine is a question and example.
  6. Hello! Is there a way to work on my program offline? I want to work on my scripts with data I load from previous logs. If I try now it keeps looking for the Labjack, which is not hooked up. Safe mode doesn’t let me load tests and fool around with program.
  7. Great. What if I want to log it? Could I put the same in v channel?
  8. Hello, I’m having issues with a velocity sensor. I would like to use a displacement sensor ,called stroke ,I record to determine velocity. I know I have to (stroke[0]-stroke[1])/(stroke.time[0]-stroke.time[1]). I want to do the whole array so would I do a for or while loop? And where would it go? I don’t believe it would go in an event as I’ve read it comes in blocks and won’t process correctly. I was thinking of a v channel but not sure how to do it correctly. I want to use data in a graph after.