Jump to content

jackmax

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by jackmax

  1. i want to use subpanel as our UI. I can add new vi to our project if neccessary, but i do not need to change my application. just copy the new vi to the plugin folder.

    the attachment is my test program.

    i have heard that the application use subpanel can not display the new plugin vi if not complie the source program. but right now . i can use the Subpanel.exe to display the new vi which is copied by copy File.vi

    Maybe i did not consider comprehensively. please point out my program's bug.

    Thank you!

    test86.zip

  2. recently, i find a resolution to resolve my problem
    the idea is :
    subpanel is a container. as other program language, c# which use container to create control in running state.
    so,i think use a  subpanel  to insert a vi which include a subpanel will resolve the problem, and the vi must be used as a reetrant vi.
    the program i find somewhere else.

    CEView Frame Prototype.zip

  3. i use NI 6232 card to sample 100 number per loop and run this while loop 200 time. each 100 number, i divide them into 10 groups. each group has 10 numbers. i cut off the two max number and two min number, then i make the average of the left 6 numbers. so, this 100 numbers become 10 numbers. i use Butterworth filter to filter these 10 numbers. at last, these 20000 numbers become 2000 numbers.

    Right here I have two arrays, each array include 2000 numbers. I use XY Graph to display this two arrays. one for X axis, the other for y axis. This curve is a close curve. Now, i want to calculate the max value of the curve's Hysteresis, Null bias. These two parameters' indexs are very rigour.

    First, i need to make the curve more smooth.

    Second, i ever divide the datas into different quadrants, then, i use Interpolte 1D.vi to calculate the curve's Hysteresis , use Interpolte 1D.vi and Linear Fit.vi to calculate Null bias. But if the Null bias is not very well, the Hysteresis result will shift form the standard far away.

    i do not know how to do? Could somebody help me! Thank you!

    curve's Hysteresis means: the max value of the subtract of the x value of two Linear curve in First quadrant and Second quadrant.

    help.vi

  4. First, I do not know how to use dynamic event structure as a subvi?

    I upload two vi.

    Second, I do not know how to improve dynamic event structure with While Loop, Case Structure in the Dynamic event.vi

    if i use dynamic event structure in this vi, when i run the vi, and click on the button of the panel, i can not use any button.

    could anyone help me?

    Thanks

    jackmax

×
×
  • Create New...

Important Information

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