LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control implementation in labview

Dear Sir,

 

I am a novice in Labview. I wish to implement a feedback controller on labview. I dont have a Control Design and simulation module. Can i implement the controller with this module.

 

The characteristic of controller is  like a first order low pass filter.

 

Could you direct me some examples where control implementation is done on pure labview.

 

Regards

Sachin

0 Kudos
Message 1 of 13
(3,975 Views)

Sorry,

I want to implement the controller without the controller module. I just have labview. I dont want to use the PID and Fuzzy logic blocks.  Its a first order controller. b/(s+a).

 

Regards

Sachin

0 Kudos
Message 2 of 13
(3,969 Views)

Sachindian wrote:

I want to implement the controller without the controller module. I just have labview. I dont want to use the PID and Fuzzy logic blocks.  Its a first order controller. b/(s+a).


Why don't you install and try out NI LabVIEW Control Design and Simulation Module, there is an option to create model based on the transfer function. And you can also simulate your designed model.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 3 of 13
(3,963 Views)

Dear Sir,

 

I am a Phd student. I dont have funds to to get the control system module for myself. Even if i try using it i will need it for further experiments in time to come which is not feasible with trial version. I need to do it on labview. 

 

Regards

Sachin

0 Kudos
Message 4 of 13
(3,960 Views)

@Sachindian wrote:

I am a Phd student. I dont have funds to to get the control system module for myself. Even if i try using it i will need it for further experiments in time to come which is not feasible with trial version. I need to do it on labview.


Dear Sachin,

 

There is nothing that you cannot do with LabVIEW (just to boost your moral Smiley Happy).... Now if you choose not to use any module/toolkit, you need to develop a model using primitive and other library functions available within LabVIEW... And you already know that... Now what I don't know is, what exactly is the issue.

 


@Sachindian wrote:

Its a first order controller. b/(s+a).


Just convert it in TIME DOMAIN and code for that equivalent model.

For you example, I've attached an example, which is equivalent of 'Only P' controller (in context to PID controller).


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 5 of 13
(3,946 Views)

Dear Sir,

 

Actually that helps.

 

Thanks a lot i can visualise my system now.

 

Regards

Sachin

0 Kudos
Message 6 of 13
(3,938 Views)

Sir,

 

Another small question. How to implement integral action, to get the states. for eg y(dot) from y.

 

Ydot---->|integrator|----> y

 

Can we use the Arithmatic integration function for it.

0 Kudos
Message 7 of 13
(3,923 Views)

go to mathematics --> integration & differentiation..

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 8 of 13
(3,913 Views)

Dear Sir,

 

I have tried to implement the controller i am not able to get any output from the controller. Could you please have a look at the code and point out where am I going wrong.

 

thanks

Sachin

0 Kudos
Message 9 of 13
(3,877 Views)

Hello sachin,

 

Are you simply not seeing any response from your hardware, no output on your front panel, or are you actually seeing an error message when the VI runs?

 

Cheers,

 

Andy C.

Applications Engineering

National Instruments 

0 Kudos
Message 10 of 13
(3,840 Views)