Hi,

I got a bit further with investigations. I logged lines I got from backend (my 
class StatusReader) and logged the processed lines of 3D preview:
      StatusReader 07:54:48 backend executes line #21
      Preview3DCreator 07:54:48 selected line changed from #1 to #21
      StatusReader 07:54:49 backend executes line #22
      Preview3DCreator 07:54:49 selected line changed from #21 to #22
      StatusReader 07:54:51 backend executes line #23
      Preview3DCreator 07:54:51 selected line changed from #22 to #23
      StatusReader 07:56:16 backend executes line #26
      Preview3DCreator 07:56:16 selected line changed from #23 to #26
      StatusReader 07:56:19 backend executes line #30
      Preview3DCreator 07:56:19 selected line changed from #26 to #30
      StatusReader 07:56:19 backend executes line #33
      Preview3DCreator 07:56:19 selected line changed from #30 to #33
      StatusReader 07:56:20 backend executes line #36
      Preview3DCreator 07:56:20 selected line changed from #33 to #36
      StatusReader 07:56:21 backend executes line #39
      Preview3DCreator 07:56:21 selected line changed from #36 to #39
      StatusReader 07:56:22 backend executes line #42
      Preview3DCreator 07:56:22 selected line changed from #39 to #42
      StatusReader 07:56:23 backend executes line #45
      Preview3DCreator 07:56:23 selected line changed from #42 to #45
      StatusReader 07:56:23 backend executes line #55
      Preview3DCreator 07:56:23 selected line changed from #45 to #55

You can see the gaps. So I started axis with log protocol, and the output is 
similar. Backend writes lines like:
        Outgoing motion id is 21.
        Outgoing motion id is 22.
        Outgoing motion id is 23.
        Outgoing motion id is 26.
        Outgoing motion id is 30.
        Outgoing motion id is 33.
        Outgoing motion id is 36.
        Outgoing motion id is 39.
        Outgoing motion id is 42.
        Outgoing motion id is 45.
        Outgoing motion id is 55.

The same gaps than I noted in my app.

cheers Reinhard




_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to