Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [volttron-dev] Documentation for Platform Driver Framework shows incorrect data flow
  • From: "Allwardt, Craig H" <Craig.Allwardt@xxxxxxxx>
  • Date: Thu, 6 Jul 2023 20:23:48 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=pnnl.gov; dmarc=pass action=none header.from=pnnl.gov; dkim=pass header.d=pnnl.gov; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=gGQY+DS4mRv3pKo5pw1vNnxLQ82ZTQzJ1uIhltZUjdI=; b=bppJilJ+qMHzRL1bbBHr6v4UFUPCKv4qq4+ainwPL0T7wGC2o+0+2dbzIjsOTM4b3o8H9zC1G1XTwt/Nxk6xneXBRfZ/1yG0hj0Z4mo4xwbPqy+PCns8/5e7IRh2jp/6SovGtHZ+Z7cwpCv0Ocs9UI/ckKfKCh02Yfoe9D4Xz/0R0qZDWH4xkX3LNUtN62Nkf4t7zw7k5rFHCQT4aMHXXoBtnE3LzQtsRg9dVsx8dn3P/PeYt6QM5MyRCF6MPqLSe/TzxSwKh29XRr8GEqgwmYZF2WGQZIUx4IvQIw85JqJYxtcgF/F6moYJYo97lPtff4yKbaQ6WN2IdV/ClHEesg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=C7oXJm83uA/Lh6EjnXQnV/gQEhy0SCarPskyTb31Z8QQbIPCvyoTLT9An8Ft5UK/GOvgVo4JmdUvTEKfar+mMuJhUuGi3kLMRO22W3vsTK1b2yiKXhygvqkFhpB8BU+H8Qd3Uv6LMs11hqNvgqrRNcY5Hw2sTqXuOyrYc60mcejw6Q9ii4ZhiKG/mShz/IgCdqQPya3MnFb9LTOSEsvI9R5eUA0gEgjU3w404kawmw0EZGgtMql4heWfNQm+fwDJOXqC8zVXIq7jRl24T3aXchxFCe0rkANrPLkKGAnywsuBd908G7qRC+CMmD4OSnswJmWOdtVyruhaeW+xcklu8Q==
  • Delivered-to: volttron-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/volttron-dev/>
  • List-help: <mailto:volttron-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/volttron-dev>, <mailto:volttron-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/volttron-dev>, <mailto:volttron-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZsEWF23ZRq8+SyECrI0Iu5thdva+tLdlA
  • Thread-topic: [volttron-dev] Documentation for Platform Driver Framework shows incorrect data flow

You are correct James in the image below, the lines 7 should come from the platform.driver. and the device drivers should extend 6 back to the platform driver.   Does that sound right to you?

 

From: volttron-dev <volttron-dev-bounces@xxxxxxxxxxx> On Behalf Of James Kempf via volttron-dev
Sent: Thursday, July 6, 2023 1:07 PM
To: volttron developer discussions <volttron-dev@xxxxxxxxxxx>
Cc: James Kempf <kempf42@xxxxxxxxx>
Subject: [volttron-dev] Documentation for Platform Driver Framework shows incorrect data flow

 

Check twice before you click! This email originated from outside PNNL.

 

Since I don't have the Github URL for the Volttron 10 documentation, I will post this here.

 

The data flow diagram on this page for the driver framework shows the driver writing scraped data to the message bus. According to the comment in this file, that is incorrect. The platform driver issues the scrape call to the driver and the driver returns the data which the platform driver then write to the message bus.

 

           jak


Back to the top