-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
I've just started exploring and studying the Ember+ protocol. Started following the Lawo.EmberPlusSharp.Model Namespace Tutorial couple of days ago and ran in some problems.
First thing that i've done is starting the Ember+ Viewer v1.6.2.0 and connected to the ip/port of the Mediornet. It lists the whole Ember tree including labels, parameters, matrices...
Saving this three and opening it in Tiny Ember+ also works. I've started a new project and a problem appears in the main method when I want to connect async to the ip of the Mediornet.
It throws an exception Lawo.EmberPlusSharp.Model.ModelException: Inconsistent source or target counts in matrix.
If i want to connect to localhost with the Tiny Ember+ running (opened is the saved file/tree from the Ember+ Viewer) it listst the tree and the children.
I am trying to make an app which can easily switch between connections and accessing parameters in the Mediornet, simmilar to the switching done in Ember+ Viewer in the matrix tab.
How can I send commands to the Mediornet using the Ember+ protocol?
Can someone please help?