Jump to content

Gab

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by Gab

  1. 1 hour ago, LogMAN said:

    You should check your (raw) input signal. Sounds to me like the input signal from the force sensor is not as stable as you think it is. The equation is a simple conversion from force to mass, so it'll produce the same output given the same input. Even if you don't take the average over your input signal, the calculated mass should stay within reasonable limits.

    Check the datasheet of your force sensor. Its output might be scaled (the same could apply to your DAQ settings).

    First of all thanks for reply. Scaling is not a problem. I am 100% sure. moreover, i am reading voltage from force sensor(ICP) then using sensitivity, convert into EU unit(Newton).

     

    1 hour ago, LogMAN said:

    How stable are we talking about? 400 g isn't that much (in my world that is :))

    Here stable mean to say there is no any kind of damping oscillation wave because of spring.

  2. On 11/19/2017 at 9:51 PM, ensegre said:

    Say the mean. RMS would give you an estimate of the standard deviation of your measurement.

    Hello,

    I dont think so i got right value because actual weight of my system is ~400 g but my daq program giving me a strange value (like 40g, 29g, etc..). if i read more sample than some time this value increase.

    anyone has an idea?  why this happen for stable mass system hanging with spring ?

  3.  Hello Everyone,

    Need some verification with daq program.

    I have one force sensor that connectd with my usb daq device. with this force sensor, unknown object is connected(hanging) and i want to find the mass of this object (F=ma) so i am taking continous sample and generate waveform graph. After the scaling, my waveform will be in Newton unit.

    my question is: if i take RMS of this waveform(1d Array data point) and divide by g (9.8 m/s2) then whatever value come is my correct mass? (F=ma).

    Thank you in advance

  4. 22 hours ago, hooovahh said:

     I'm guessing that you can't automate the creation of that signature line using the VBA this way and that it was designed to have a dialog prompt you for the settings for some reason.

    Yes, You are right, we are not able to make it fully automate because We can only close pop-up dialog box manually.

  5. Quote

    I'd suggest doing what inf{} said above, maybe trying to reproduce a very simple case, or potentially using the unicode tools ( https://decibel.ni.com/content/docs/DOC-10153) to convert characters from window->utf8 and back again.

    yes but same problem(German char) is working fine with LabVIEW11 and LabVIEW10. is there any change in flatten to string or unflatten from string function in LabVIEW 2014?

  6. Hello,

    I am trying to make communication between Two LabVIEW(Version 10 & Version 14) application through TCP\IP.

    I am sending cluster(Inc.Variant and String Control) from  LabVIEW14 To LabVIEW 10 over TCP\IP. In this case everything work fine but when I include German word (Ex. Ü or Ö) there is error like 'Error 74 occurred at Unflatten from String.'

    Additional if i try to send data through Class than again there is flatten to string or XML  error.

    Anyone has idea what to do with it ?

    NOTE: Same Communication between LabVIEW10 and LabVIEW 11 work fine even If I send (Ü, Ö,).

     

    Cluster.PNG

  7. Hello Everyone,

    I need litter suggestion about object oriented with Producer Consumer design pattern.

    I have One MAIN program and Other 7 module that controlled (mean sending message or command by queue to module) by MAIN program and it has producer consumer design pattern.Now i want to convert this application into OOP but my doubt is if I will convert in OOP then each case in consumer loop is become a class(Command pattern).In such case I have more than 100-200 class in entire application.

    is it good idea to have such big amount of class in application? or i misunderstand something?

    looking forward to your suggestion.thanks

  8. Hello Everyone,

    I am new to object oriented programming in LabVIEW. I am working with injector measurement system in LabVIEW that use (Procedure Programming Style) Producer Consumer Design pattern

    After careful reading about object oriented, I come to know its benefit. So I want to use OOP in my current application. Anyone could give some idea which design pattern is equivalent to producer Consumer.

    Thank you in advance .

  9. Hello,
    I am working on Diesel Injector measurement system. For controlling test bench LabVIEW(Full development system sp1) is used.
    Problem in detail:
    Main Program will call another VI(it is in Project packed Library called as Test Panel).Everything work fine in development system but when I try to make an Application at that time Test panel** program start & within one second it is closed ,Application become unstable
    Thank you in advance

    ** Test panel is a module program,included into PPL.In the attach pic, I am working with 'Module Program Labview2010' that send message or data to PCRs5 through 'Testpanel ppl'

    Interface.PNG

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.