Search Project: *:*

 
<< < 1 .. 1338 1339 1340 1341 1342 .. 3702 > >> (Page 1340 of 3702)

Post by aliazzz on Ticket #9: Initial Testing MQTT Broker discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
status: open --> accepted assigned_to: aliazzz
Last updated: 2021-08-10

Post by hermsen on Ticket #107: Subscribe to "STATE" of Primary Application discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
The user should provide the Servername to which the STATE topic will subscribe If STATE topic is empty we skip the STATE subscription e.g. /STATE/MyServer1 /STATE/YetAnotherServer /STATE/[emptystring]
Last updated: 2021-08-10

Post by hermsen on Ticket #125: PrimaryHost: proces & publish messages discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Description has changed: Diff: --- old +++ new @@ -1,9 +1,9 @@ -Primary Host +Primary Host subscribe and process the incoming certificates and payloads; * [x] Process NBIRTH * [x] Process NDATA -* [ ] Process NDEATH +* [ ] Process NDEATH * [ ] Process DBIRTH * [ ] Process DDATA * [ ] Process DDEATH status: open --> pending
Last updated: 2021-08-10

Post by hermsen on Ticket #124: Replace Payload.ClaimNextFree*() with FB_Factory.Create*() discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Description has changed: Diff: --- old +++ new @@ -1,2 +1,4 @@ Replace Payload.ClaimNextFree*() with FB_Factory.Create*() Should be self explaining enough! + +This should at some point also replace the pre-defined pool sizes for Groups, Edges, Devices and Metrics
Last updated: 2021-08-10

Post by i-campbell on Ticket #11: FB_Payload discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Status: open --> accepted
Last updated: 2021-08-10

Post by i-campbell on Ticket #11: FB_Payload discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
In trunk at V1.3.0.1 Needs unit test as part of [#74]
Last updated: 2021-08-10

Post by i-campbell on Ticket #14: Example project for a Node discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Milestone: SFP: Example --> 2.0.0.0: Example
Last updated: 2021-08-10

Post by aliazzz on Ticket #21: Payload Structure -> Metric Structure -> ... discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
A very good solution to implement a linked list!
Last updated: 2021-08-10

Post by aliazzz on Ticket #6: How to implement “Google Protobufs” serialization/deserialization ? discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
I've seen such a blob in the git examples. The steps you suggest actually make this problem a bit easier. I allready started building a skeleton for the .Library. I'll upload it asap in the SVN corner. Would you be so kind and work your ideas out in some ticket(s) so that we can distrubute the workload to tackle this 'protobuf' beast? I have this feeling that the sooner we tackle the ' protobuf' dragon the sooner we are at the finish. We must slay it before we can continue our questee :-)
Last updated: 2021-08-10

Post by aliazzz on Ticket #41: Add SparkplugB.T_DateTime ALIAS for ULINT discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
status: accepted --> pending
Last updated: 2021-08-10

Post by i-campbell on Ticket #95: Versions: Downgrade to 3.5.14.0 discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Moved to backlog until someone specifically requests an earlier version.
Last updated: 2021-08-10

Post by hermsen on Ticket #111: FB_PrimaryHost: Construct "Dynamic" Structure of Edge Nodes discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
labels: sub-task --> status: accepted --> closed
Last updated: 2021-08-10

Post by i-campbell on Ticket #105: Lowering Device CPU consumption discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
currently, publishing is done in a repeat until loop. this should exit the loop if still busy, rather than blocking until complete.
Last updated: 2021-08-10

Post by i-campbell on Ticket #34: Implement basic metrics for now discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
So I think simple decode will need: .Decode() .GetTimestamp() .GetSeq() .GetFirstMetric(name => , datatype => , timestamp => , valueString => , valueLreal => , valueReal=> , valueVarInt => , HasNext => ) .GetNextMetric(name => , datatype => , timestamp => , valueString => , valueLreal => , valueReal=> , valueVarInt => , HasNext => ) It is up to EoN_Node to decide: Which (if any) of my SparkplugValues does this metric belong to? Is this metric writeable? What to do with the seq? what to do with the timestamps?
Last updated: 2021-08-10

Post by hermsen on Ticket #107: Subscribe to "STATE" of Primary Application discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Implemented in branch v1.3.1.2, todo testing
Last updated: 2021-08-10

Post by hermsen on Ticket #65: EoN Example discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
made available in trunk
Last updated: 2021-08-10

Post by aliazzz on Ticket #39: FB_SparkplugB_SimpleEncoder discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Description has changed: Diff: --- old +++ new @@ -14,11 +14,34 @@ Pass a single instance of SimpleObject to the Encoder. -* [x] AddSimpleMetric( Timestamp, SimpleObject ) // It is not mandatory for the SimpleObject to be part of a list. +* [ ] AddSimpleMetric( Timestamp, SimpleObject ) (1) + + Note 1 + This method accepts a single SimpleObject deliberatly, to keep burnerplate code low and added flexibility as it is not mandatory for a SimpleObject to be part of an array or a list. + Pass a prepared list of SimpleObjects to the Encoder. -* [x] AddMetricList( Timestamp, ListOfSimpleObjects ) +* [ ] AddMetricList( Timestamp, ListOfSimpleObjects ) (2) + + Note 2 + This method accepts a List of SimpleObject, this way you can send multiple values in one list. This list can not contain other metrics metrics than those announced on birth. + The list is thus at most the same list as &#34;ListOfMetricsWhichWillEverReportedOn&#34; + + +Pass a list of every All Metrics Which Will Ever Reported on during this &#34;Lifetime&#34; (3) + +* [ ] AddlistOfMetricsWhichWillEverReportedOn( ListOfMetricsWhichWillEverReportedOn ) + + Note 3 + This Method can be used to pass the entire list of metrics which will ever be reported on and send this list ONLY on node / device (re)birth. We can only send values which have been &#39;announced at birth&#39; of the Node or Device. Since the Device or Node can die and be reborn, elements could be added or removed from the list which will be announced on the next Birth. + + Warning! + Never send values that have not been announced on Birth! + + Idea + Add a way to let a Node/Device die and be reborn in order to anounce the latest list so we can update &#39;on-the-fly&#39; + Apart from these methods it contains various interaction methods and diagnosis @@ -34,7 +57,3 @@ Last but not least it should provide the end user with a way to obtain the protobuf encoded blob in order to publish it under the correct Sparkplug Topic * [x] GetEncodedBlob( BlobAdr, BlobSize ) - - -NOTE 1 - When this FB is finished we can take a look to separate it&#39;s design into a Core and an extension for the Simple part. That way we can expand without code duplication for the &#39;Advanced metrics&#39; part
Last updated: 2021-08-10

Post by i-campbell on Ticket #26: LibCat.xml discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
status: open --> closed
Last updated: 2021-08-10

Post by aliazzz on Ticket #45: FB_SimplePayloadEncoder: all unit tests all return a 37KB payload, even the small ones discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Just some remarks: It seems a shared master metrics list in between tests is also an issue. To further compartmentalize the tests, we should declare separate Master Metrics Lists on a 'per test basis'. My personal thoughts are to suffice with a list of 1 instance per simpletype in masterlist (so its currently 15/16 metrics in size). Offcourse tests with more metrics should have a bigger list.
Last updated: 2021-08-10

Post by i-campbell on Ticket #129: Edge: SFC itterator discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
labels: --> Edge assigned_to: i-campbell
Last updated: 2021-08-10

Post by i-campbell on Ticket #58: EoN, NDATA: extra metric "seq" is not allowed discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
assigned_to: aliazzz --> i-campbell
Last updated: 2021-08-10

Post by aliazzz on Ticket #49: EoN: FB_Edge_Of_Network_Node.ServerURL is not used discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
Was allready fixed in my unsynced personal branch some two weeks before ;-) Anyway good catch
Last updated: 2021-08-10

Post by i-campbell on Ticket #3: Build a SparkplugB scada in CODESYS discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
labels: Consumer, SCADA --> Consumer, SCADA, Duplicate status: open --> wont-fix assigned_to: i-campbell
Last updated: 2021-08-10

Post by hermsen on Ticket #110: Primary Host: Connect, publish state, subscribe discussion co⚡e: Sparkplug™ MQTT edge and host tickets (Post)
status: open --> accepted
Last updated: 2021-08-10

<< < 1 .. 1338 1339 1340 1341 1342 .. 3702 > >> (Page 1340 of 3702)

Showing results of 92532

Sort by relevance or date