Hello fellow developers, I am working on a Digital Communication System Simulator using Visual Basic .NET. I want the simulator to be more graphical rather than writing code to represent each of the blocks in the system. I am embedding IronPython to make it customizable. Also the tool is plugin supported where each of the pluggable communication blocks are designed in VB/C# and compiled into a .NET assmebly which will be loaded at runtime by the tool. All i need now is a way to allow the user to graphically insert/modify/connect these blocks to design a system like in Simulink. It should be similar to simulink's data flow graphical programming environment. Take a look at this image - http://ctms.engin.umich.edu/CTMS/Content/Basics/figures/SimulinkBasicsTutorial_BuildingSystems_FinalModel.png. I want to know if there are any tutorials or references on this.
Simulink style block diagram drawing in VB .NET
464 Views Asked by Shivaprasad Bhat At
0
There are 0 best solutions below
Related Questions in VB.NET
- If...Then...Else Visual Basic 2012
- Detecting whether a mouse button is down in vb.net
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- vb.net Get PrivateMemorySize64 and process id sort by memory size
- Cannot insert values into database
- check validation of an expression with Regex
- VB.NET KeyNotFoundException from String()
- How do i display data that are in between 2 values in a DDL?
- VB.net: How to make original variable value fulfill 2 statements?
- Login form by using a new database, made in VB
- Get Text from listbox in VB.net
- error handing for uploading large size file
- XML Null Element Visual Basic
- Using chart and tooltip
- vb2010 Express - Operator '=' is not defined
Related Questions in BLOCK
- Magento custom block. Can't get block's file
- Concrete5 5.7 Block permissions
- Ceph- list object in a RADOS block device
- ASP.net main thread block during long running process
- How to modify multiple elements of a block with BEM CSS
- How To Pass A Twig Output String Into the urlFor() Function
- Coderbytes Letter Changes (Ruby)
- More blocks in Simulink
- Upload form inside Drupal block
- adblock - block one option from select list
- multiple return values in callback blocks
- Is possible to set hadoop blocksize 24 MB?
- How to pass data from the popped model view controller to the previous view controller using Swift language?
- Swift passing uninitialized object to block
- Unsupported field datatype: metadata
Related Questions in SIMULINK
- Using Simulink Coder - atomic change of multidimensional parameters (matrix, vector)
- More blocks in Simulink
- level 2 c-mex function input return wrong value
- function matlab: array initialization for more entity
- Simulink: Controlling model from external process
- Sending vector data in the bus
- How to index an array value in a MATLAB-Function in Simulink?
- Matlab simulink Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler
- Simulink - Algebraic Loops errors
- Link to external m file from Simulink
- How to get parameter name of "Target hardware"-Field in "Run on target hardware" in Matlab Simulink?
- How to remove samples not fulfilling a certain predicate in Simulink / DSP Matlab?
- Tuning parameters in simulink
- How to access variables in the properties block of a Matlab System Object?
- PID working with sine wave as reference in simulink
Related Questions in DIAGRAMS
- UML design for a nodeJS web application
- Simulink style block diagram drawing in VB .NET
- Create model diagram from existing Access database
- Excel VBA advanced diagram manipulation
- Tools for diagrams like MSDN magazine (Architect's Journal)
- What is the relationship between a Queue class and Node class is it inheritance, Association or Aggregation?
- What is the way to visually outline application logic flow?
- visual studio express : free class diagram tool
- Connect controls in Visual Studio 2010 UML Modeling Diagrams
- Recommendations for a ERM, DMD and ORM Diagram Creation Application for OSX
- Class Diagrams relationships Interfaces
- representing total partial participation in sql / mysql from er diagrams
- Translating mouse-over text in NVD3.js
- Tools to create interactive system diagrams?
- How to alternative way (!pic2plot) to generate sequence diagrams from some declarative textual form?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?