Forums

Full Version: Open wire output from SLDetectLevels component
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Firstly, I would like to congratulate you on your excellent products. Cool

I am currently working on a college project to create a sound analyser at fixed frequencies.
I have all the components working correctly and am using the SLDetectLevels component on various filtered outputs to create a level boolean flag.
I have defined various output pins on the above component but now need to connect these to my application data global data variables (boolean).

I.E. I just want a simple global data boolean value to reflect the state of each of the detected level settings.

I have looked at the openwire user pin creation example but have failed to get anything working.

Please can you help me on this ? Big Grin

EDIT: This is for Delphi 2010 and my openwire experience is zero !!! lol
(11-09-2011 08:28 PM)Simon Wrote: [ -> ]I.E. I just want a simple global data boolean value to reflect the state of each of the detected level settings.

Hi Simon,

Thank you!
The TSLDetectLevels is designed currently to be used with the InstrumentLab LEDs and other similar components that have Boolean pin.
I will see to also add events for you.
If you contact me at mitov@mitov.com, I will see to make you a build with this functionality added.

Cheers,
Boian
Boian,

Many thanks for the reply.
I did eventually work out myself to use the Instrument Lab LEDs as a non visible object and used the on change event to update my variable from the value field and this works very well.
Smile
(11-10-2011 09:45 PM)Simon Wrote: [ -> ]I did eventually work out myself to use the Instrument Lab LEDs as a non visible object and used the on change event to update my variable from the value field and this works very well.
Smile

Hi Simon,

Great! :-).
I have already added OnChange events in the DetectLevels and it will be included in the next install :-) .

Cheers,
Boian
Reference URL's