Jimmy1125

Members
  • Posts

    66
  • Joined

  • Last visited

Posts posted by Jimmy1125

  1. 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

  2. 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. 

  3. 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.