اطلاعیه

Collapse
No announcement yet.

ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

Collapse
X
 
  • فیلتر
  • زمان
  • Show
Clear All
new posts

    #16
    پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

    نوشته اصلی توسط پلنگ ایرانی!!!!
    البته این کارم میشه کرد امروز دیدم!
    توی هر کدوم از صفحات که هستی ctrl+shift+n رو بزن تا یه صفحه جانبی باز بشه . خودت تویه برنامه که بزرگ باشه تستش کن :eek:
    آقا ممنون تست کردم جواب میده .

    مرسی
    اگه چیزی بلدیم به بقیه هم یاد بدیم ....

    دیدگاه


      #17
      پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

      آقا دم همگی گرم، خیلی عالی بود. :applause:
      تقدیر تقویم انسانهای عادی ، تغییر تدبیر انسانهای عالیست.

      دیدگاه


        #18
        پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

        دوستان بالاخره جواب این پست چی شد ؟
        کدوم روش واسه باز کردن یه sub vi با زدن یک دکمه توی front panel بهتره ؟
        میشه مثال یا عکس از برنامه بذارید ؟
        با تشکر .
        اگه چیزی بلدیم به بقیه هم یاد بدیم ....

        دیدگاه


          #19
          پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

          نوشته اصلی توسط mojalan
          اگه این کار نشه که فاتحه لب ویو خوندس
          شما صفحه دومت رو عین همون صفحه اول ایجاد کن بعد براش آیکن و کانکتور(اگه ورودی/خروجی داره) بساز. حالا تو بلاک دیاگرام برنامه اول مثلا تو case که کلید رو میزنی فعلا میشه VI دومی رو قرار بده (از طریق گزینه select a VI تو فانکشن پلت) بعدش روی آیکن صحه دومی دابل کلیک کن و گزینه show front panel when called رو انتخاب کن. در واقع این روش ساخت subvi هست


          دیدگاه


            #20
            پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

            تو بلوک دیاگرام گزینه select vi رو بزن. بعد برنامه ذخیره شده رو انتخاب کن. بعد کلیک راست کن رو آیکن برنامه برو قسمت subvi node setup و گزینه مورد نظر خودتو تیک بزن. مثلا حالتی که اگه فراخوانی شد فرانت پنلش باز بشه. و ... حالا هر جای برنامه که بزاری ، برنامه به اونجا برسه این برنامه هم اجرا میشه.
            البته راه حلهای پیچیده تر هم وجود داره که بیخیال میشویم و این بحث رو همین جا پایان میدهیم.. ( ول تو رو خدا ... :angry: )

            دیدگاه


              #21
              پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

              آقا اگه خیلی اذیت میکنم برم شما هم ناراحت نکنم ؟؟؟

              مرد مومن خب یکی یه چیزی بلد نیست می پرسه .

              دست شما هم درد نکنه .

              ببین دوستمون aryanaar چه با حوصله جواب میده.

              ممنون از همه دوستان.
              اگه چیزی بلدیم به بقیه هم یاد بدیم ....

              دیدگاه


                #22
                پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

                فکر کنم با نگاه کردن کامل به این پست جوابتو حدودا باید گرفته باشی ولی باشه
                مثلث نارنجی صفحات 55-67 توضیجاتی مقدماتی داده خودنشون خیلی بهت کمک می کنه(البته اگه تا الان نخوندی) :read:
                و کتاب مرجع لب ویو آقایان کشاورز و ذکایی صفحات 173-185 توضیحاتی در مورد متغیر سراسری داده که روش حرفه ای تریه به نظر من برای منظور شما! oo:
                اینم همون روشی که aryanaar گفته . که من از توهلپ برنامه برات کپی کردم
                کد PHP:
                 SubVI Node Setup Dialog Box
                Requires
                Base Package

                Right
                -click a subVI icon on the block diagram and select SubVI Node Setup from the shortcut menu to display this dialog box.

                This dialog box contains a subset of the items included in the VI Properties dialog box. Use this dialog box to set options for only the current instance of the subVI. Use the subVI execution items in the VI Properties dialog box to set options for every instance of the subVI.

                This dialog box includes the following components:

                Open front panel when loaded—Displays the front panel when the subVI loads or when the VI that calls it loadsYou also can use the Show Front Panel On Load property to display the front panel programmaticallyNote LabVIEW ignores this option when you use the VI Server to load the VI. Use the Front Panel:Open method to open the front panel of a VI you load using the VI Server

                Show front panel when called—Displays the front panel when the subVI is calledYou also can use the Show Front Panel On Call property to display the front panel programmatically
                Close afterwards if originally closed—If Show front panel when called also contains a checkmark and if the subVI was previously closedthe front panel closes after the subVI runs
                Suspend when called—Suspends a subVI when called and waits for user interactionThis option is the same as selecting Operate»Suspend when CalledYou also can use the Suspend On Call property to suspend a VI programmatically
                Simulation subVI execution type—(Control Design and Simulation Module) Use this section to configure the behavior of VIs on a simulation diagram.
                Continuous—(Control Design and Simulation Module) (Default) Executes the VI continuously on major time steps of the ordinary differential equation (ODEsolverThe VI maintains its current output on minor time steps of the ODE solverWhen you select this optiona C appears on the VI icon.
                Include 
                minor time steps—(Control Design and Simulation ModuleExecutes the VI on both major and minor time steps of the ODE solverSelecting this option removes the C from the VI icon.
                Discrete—(Control Design and Simulation ModuleExecutes the VI as a discrete function. When you select this optiona D appears on the VI icon
                Initialization only—(Control Design and Simulation ModuleExecutes the VI only on the first iteration of the Control &ampSimulation LoopThe VI maintains its output value for the remainder of the Control &ampSimulation LoopWhen you select this optionan I appears on the VI icon
                Final 
                step only—(Control Design and Simulation ModuleExecutes this VI only on the final time step of the simulationWhen you select this optionan F appears on the VI icon.
                Discrete timing—(Control Design and Simulation Module) Use this section to specify the timing steps of discrete VIsThe following options are available only when you select the Discrete option in the Simulation subVI execution type section.
                Period (sec)—(Control Design and Simulation ModuleSpecifies the length of the sample period for discrete VIs on the simulation diagramEntering a value of –1 specifies this VI inherits the discrete time step you specify for the simulation diagramOtherwisethe Period (secmust be a multiple of the discrete time step you specify for the simulation diagram
                Skew (sec)—(Control Design and Simulation ModuleSpecifies the start of the execution of the sample period for discrete VIs on the simulation diagram

                دیدگاه


                  #23
                  پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

                  نوشته اصلی توسط پلنگ ایرانی!!!!
                  فکر کنم با نگاه کردن کامل به این پست جوابتو حدودا باید گرفته باشی ولی باشه
                  مثلث نارنجی صفحات 55-67 توضیجاتی مقدماتی داده خودنشون خیلی بهت کمک می کنه(البته اگه تا الان نخوندی) :read:
                  و کتاب مرجع لب ویو آقایان کشاورز و ذکایی صفحات 173-185 توضیحاتی در مورد متغیر سراسری داده که روش حرفه ای تریه به نظر من برای منظور شما! oo:
                  اینم همون روشی که aryanaar گفته . که من از توهلپ برنامه برات کپی کردم
                  کد PHP:
                   SubVI Node Setup Dialog Box
                  Requires
                  Base Package

                  Right
                  -click a subVI icon on the block diagram and select SubVI Node Setup from the shortcut menu to display this dialog box.

                  This dialog box contains a subset of the items included in the VI Properties dialog box. Use this dialog box to set options for only the current instance of the subVI. Use the subVI execution items in the VI Properties dialog box to set options for every instance of the subVI.

                  This dialog box includes the following components:

                  Open front panel when loaded—Displays the front panel when the subVI loads or when the VI that calls it loadsYou also can use the Show Front Panel On Load property to display the front panel programmaticallyNote LabVIEW ignores this option when you use the VI Server to load the VI. Use the Front Panel:Open method to open the front panel of a VI you load using the VI Server

                  Show front panel when called—Displays the front panel when the subVI is calledYou also can use the Show Front Panel On Call property to display the front panel programmatically
                  Close afterwards if originally closed—If Show front panel when called also contains a checkmark and if the subVI was previously closedthe front panel closes after the subVI runs
                  Suspend when called—Suspends a subVI when called and waits for user interactionThis option is the same as selecting Operate»Suspend when CalledYou also can use the Suspend On Call property to suspend a VI programmatically
                  Simulation subVI execution type—(Control Design and Simulation Module) Use this section to configure the behavior of VIs on a simulation diagram.
                  Continuous—(Control Design and Simulation Module) (Default) Executes the VI continuously on major time steps of the ordinary differential equation (ODEsolverThe VI maintains its current output on minor time steps of the ODE solverWhen you select this optiona C appears on the VI icon.
                  Include 
                  minor time steps—(Control Design and Simulation ModuleExecutes the VI on both major and minor time steps of the ODE solverSelecting this option removes the C from the VI icon.
                  Discrete—(Control Design and Simulation ModuleExecutes the VI as a discrete function. When you select this optiona D appears on the VI icon
                  Initialization only—(Control Design and Simulation ModuleExecutes the VI only on the first iteration of the Control &ampSimulation LoopThe VI maintains its output value for the remainder of the Control &ampSimulation LoopWhen you select this optionan I appears on the VI icon
                  Final 
                  step only—(Control Design and Simulation ModuleExecutes this VI only on the final time step of the simulationWhen you select this optionan F appears on the VI icon.
                  Discrete timing—(Control Design and Simulation Module) Use this section to specify the timing steps of discrete VIsThe following options are available only when you select the Discrete option in the Simulation subVI execution type section.
                  Period (sec)—(Control Design and Simulation ModuleSpecifies the length of the sample period for discrete VIs on the simulation diagramEntering a value of –1 specifies this VI inherits the discrete time step you specify for the simulation diagramOtherwisethe Period (secmust be a multiple of the discrete time step you specify for the simulation diagram
                  Skew (sec)—(Control Design and Simulation ModuleSpecifies the start of the execution of the sample period for discrete VIs on the simulation diagram
                  دستت درد نکنه داداش.
                  مثلث نارنجی رو تا یه جاهایی خوندم اون قسمت فقط درباره ذخیره سازی و آوردن sub vi هست درمورد فراخوانی چیزی
                  پیدا نکردم .
                  آقا خیلی دمت گرم . ممنون.
                  اگه چیزی بلدیم به بقیه هم یاد بدیم ....

                  دیدگاه


                    #24
                    پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

                    با سلام.
                    دوستان آقای مجتبی داشخانه یه مثال آماده کردند و از من خواستند پلود کنم واسه بقیه .
                    با اجازه بزرگترها
                    بفرمایید.

                    http://wdl.persiangig.com/pages/download/?dl=http://akbar1167.persiangig.com :rolleyes:
                    اگه چیزی بلدیم به بقیه هم یاد بدیم ....

                    دیدگاه


                      #25
                      پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

                      نوشته اصلی توسط A.abolhassani
                      با سلام.
                      دوستان آقای مجتبی داشخانه یه مثال آماده کردند و از من خواستند پلود کنم واسه بقیه .
                      با اجازه بزرگترها
                      بفرمایید.

                      http://wdl.persiangig.com/pages/download/?dl=http://akbar1167.persiangig.com :rolleyes:
                      آقا ممنون ولی لینک خرابه، لطفا اصلاح کنید.
                      تقدیر تقویم انسانهای عادی ، تغییر تدبیر انسانهای عالیست.

                      دیدگاه


                        #26
                        پاسخ : ایجاد صفحه ی گرافیکی دوم در نرم افزار LabVIEW

                        نوشته اصلی توسط mohammad_6910
                        آقا ممنون ولی لینک خرابه، لطفا اصلاح کنید.

                        ببینید درست شد.

                        http://wdl.persiangig.com/pages/download/?dl=http://akbar1167.persiangig.com/other/Attachments_2002_01_3.zip
                        اگه چیزی بلدیم به بقیه هم یاد بدیم ....

                        دیدگاه

                        لطفا صبر کنید...
                        X