06-08-2012 12:07 AM
Hello, i am using a PID module, for the set point i have to set (display) 2 values of voltages i.e 1.5v for 5psi ang 5v for 15psi, is pre/post trigger module with hyateresis settings suitable for this, if so wat are the settings tht i shld do? is der any other module suitable for this application
06-08-2012 07:48 AM
To set (create) the Setpoint?
Use a Slider module.
Or a Coded Switch.
Or Read Global Variable
How to move between the values? Are you gradually increasing the setpoint? Then you need to configure a generator module to create the appropriate waveform. The best module is the DASYLab Pro Sequence Generator, as you can configure the values, the rate of change, and the exact timing.
For a simple change, from the low value to the high value, use the Data Reduction\Time Slice module. It has two or more inputs (which can be the Sliders, or the Read Variable modules), and will switch between the inputs based on time, outputting the selected input value.
06-11-2012 03:27 AM
I am gradually increasing the set point, what are the properties settings i should do the sequence generator module, and how to use this module in the worksheet for the setpoint.
Please guide me with the properties settings i need to do for modules i am using for setpoint: global variable read, time slice.
06-12-2012 10:52 PM
I am gradually increasing the set point, what are the properties settings i should do the sequence generator module, and how to use this module in the worksheet for the setpoint.
Please guide me with the properties settings i need to do for modules i am using for setpoint: global variable read, time slice.
06-13-2012 08:31 AM
I can't do a tutorial for the sequence generator here - it's a moderately complex module.
There is an example in the ..\Worksheets\Examples folder :
sequence generator step info.DSB
It shows a two Sinusoidal steps and two ramp type steps. You'll want to use the ramp, so that you can define the absolute start, absolute end, and the duration. Here is a picture of this example and the Sequence Generator Program.
06-15-2012 04:04 AM
Thanks for the info, its working fine now.