Richards

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Richards

  1. As you explain me in a earlier tread how to tare the load cell:

    global tareOffset = 0

    Then create a conversion for your weight channel:

    Value - tareOffset

    Then apply that conversion to your weight channel.

    Finally, in your button for setting the Tare, create a Quick Sequence action and put:

    tareOffset = (myWeightChannel + tareOffset)

     

    It work good when i graph at low speed.

    When i stream , it does not show anything on the graph

    except if i remove the '' tareOffset'' in my conversion channel.

    But then the tareOffset does not work.

  2. I have change the channel # in the 2 places, with no succes.

    It work ok for AIN channel but not with FIO .

    What does mean the 3 ''0'' in the line :CHANNEL, 3, 0, 0, 0

    3 is the channel #, but after that?

     

  3. I want to stream ''FIO4'' channel in that command: AddRequest(0, LJ_ioADD_STREAM_CHANNEL, 3, 0, 0, 0)

    i have replace #3 by #4 and it does not work.

    I have a lot of noise streaming my 2 channels ,since i have a high conversion value, it increase the signal

    and the noise at the same time, should it be better to amplify the signal at the source, or is there a way to filter

    that signal.

  4. I am using the U3-HV , there is just a green led solid on ,no blinking led.

    If i put the channels timing to let say 0.5 i have a trace, but it does no stream 

    from the labjack as it is slow.

    With the timing at 0 like specify in the guide i have no traces.

  5. Well, wen i start the ''startstream'' it does not start ,no trace.

    i have check the path of the labjackud.h, it is in the  ("c:\program files(x86)\LabJack\Drivers\labjackud.h")

    i am not sure if the (x86) is important , but it it does not work with that location.

     

  6. Is there a formula to invert a DC voltage from neg. to pos.

    Let say the voltage comming in from one channel is +0.5V keep it like that.

    from the same channel if the voltage is -0.5V invert it to +0.5V .

     

  7. Tank you for your support everything is working perfect.

    I have and other question : my velocity sensor is a magnet inside a coil, so wen it is going in it generate a positive voltage and wen it is going out a negative voltage.

    That is representing a graph with the 0 value in the center like the (graph-2)

    i would like to graph like (graph-1).

    I am not sure if it is and hardware issue.

    Graph-2.png

    Graph-1.png

  8. Wen i load a logging file, it's open by default in daqfatory not express version that i am using, i have try the solution wrote in section 14.6 in the usersguide with no success.