| Erstellt | Demo M.A.L. for simulated signals |
|---|---|
| Fr, 27.02.2009 - 16:58 – fj |
We designed a simple Demo M.A.L. plugin, which provides simulated input signals with different waveforms (sine, sawtooth etc.). Here you could download the source code as an example: Demo M.A.L. for simulated signals |
Re: Demo M.A.L. for simulated signals
ya i got it, how to view the screen, then how to configure the user interface front end to the device, like creating the buttons. is any sample code is there.
Thanks in Advance ...............
available Source Code
Hi, now there is the SourceCode for the DemoSignals M.A.L. also available by downloading it again. Here --> http://www.ipemotion.com/node/647
regards
Marc
my first great screen
WOW!
here my first experiences with IPEmotion and my 1st screen!
It is VERY user-friendly to handle!
Great!
Hi fj,
with this Demo-M.A.L. I could very easy create some good screens.
It helps me to test and check the great funktionalities of IPEmotion
Also Thanks for the source code. I´ll have a look at it before I will start with programming my 1st own M.A.L.
Greetz
Re: Great!
Hi all, i got the demo source code for acquirring the data ,i am new to this MAL development. please help me, how can i develop the mal front end configuration by the C# code. Through mal designer how can i match the configuration C# function to the currosponding functionallity button or command in the mal front end configuration designer.
please help me....
Re: Great!
Hi arun_krish20,
with the MAL designer you can create the code structure for ultimate MAL.
In other words: I the MAL designer you have to create the dialog to configure you module/hardware.
To use the designer you need a manufacturer code and a password (see http://www.ipemotion.com/node/1062). After each item for the configuration are created, select the function "code generation". This function will create the complete visual studio code project. In this project the main code are already generated, you have "only" to include the specific functions to set and readout your hardware.
Moderator