You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
We are also experiencing the same issue, I wonder if it is to do with the static ID's within the Mediornet 3rd party configuration. They have reserved Source ID of 1001,1002,1003,1005 in the system I am looking at and I only have a handful of ID's 0,1,2, could this be the cause as all the ID's in between are missing from the sources list. I am able to use the legacy Ember+ Viewer to connect and adjust the matrix there. Is a solution possible?
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?
The text was updated successfully, but these errors were encountered: