Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[volttron-dev] Write-Only Modbus Registers in Modbus-TK
  • From: "Thompson, Joe" <jthompson@xxxxxxxx>
  • Date: Thu, 14 Mar 2024 18:06:24 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epri.com; dmarc=pass action=none header.from=epri.com; dkim=pass header.d=epri.com; 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=c2ILsvjEc6zlVo/byWbwqHtJW9mJbMiHCZsJ6hvTxwc=; b=eT7tn2wCbESqBDXV/CG0mZxsSu6beE3H0h/b/ynX2ktdNUSpJvkeUq2VRwWujGAYSOFds2Yo4I2heJM67kNREH4VxuqGKHAzh9SmuIu6Ki+p8oNAHCiQoAEXp6R3M4+hwv250ubiOb2xD5vcFMT2DCrmvtjbTVTfv1v4IBcBkc6V0JNSMyNYGlLNQ2Nvz4O54qMkQGBirKF/cJEcsXzJXyeORdYzmK+U1FlB46CH3+MlUCEzIA2z4FvgY+Hd9Q2WElBH7YrnpM1Z8fovF9daF3yOxFtiMlzqEoH74KAFHfc1UrjG1UelTmwKxEaz8ZyLAZp9523EpAu3LA/0ict+2g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HKdZkcPFs6U4YQ4Z0rNbcdkWkHn9CIGYaXEiTJuzaLWtqpBVKaeAQVpHx9YdoUSNCPXNfBRomqDceBIMCj05vfCtT609+8q1Yl64MIyHE2zw3V+VSO8Rulkt9839zzKzZ4PIM8DxrOd4ZPsnrJslSr3SmOasCsJKFRGghATQGXW1oX1QGtOiuYVPv7hncXnszBFQsS/dEGw2BDgapuYJw24jTlZ1vYmmUP2rEeP98zKvsIy7wXXjufsASp9gr9x/Dm6WSMAk7tR9SFjtk7WaVwW2Lm/++sScN1TfQIZhRPY2MueIsy1J8N270Okf6vUqF8ZuLeI8cDwJQ7cidNOpuQ==
  • 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: AQHadjpTwphI4pK3rUmxWvEyEIwfpg==
  • Thread-topic: Write-Only Modbus Registers in Modbus-TK

Hello Volttron Team, 

 

Background:

I am using Volttron 8.1.3 on a Raspberry Pi to coordinate the operation / testing of 2 devices over Modbus:

  1. An energy storage system with a BMS that Volttron’s platform.driver communicates with over modbus
  2. An inverter that also communicates with Volttron’s platform.driver via modbus

 

I have a few registers on the BMS that are write-only which are used to close contactors within the system. Manually writing to these registers works fine, but if I try manually reading from them I get a “reply timeout” error:

 

Im wondering if there’s a way to configure a write-only register in Volttron. As I currently understand, I can configure points as either read or read / write in the platform driver and all of these registers will be read by the platform driver in each scraping interval. Is there a way to configure a group of points such that they are never read but are available to be written to by the platform driver? Im concerned that adding these points to my existing list of readable points will slow down the scraping process due to these timeouts.

 

Thanks!

 

Joe Thompson

Technical Leader

Electric Power Research Institute

Energy Storage and Distributed Generation

(912) 663-3407

 

*** This email message is for the sole use of the intended recipient(s) and may contain information that is confidential, privileged or exempt from disclosure under applicable law. Unless otherwise expressed in this message by the sender or except as may be allowed by separate written agreement between EPRI and recipient or recipient’s employer, any review, use, distribution or disclosure by others of this message is prohibited and this message is not intended to be an electronic signature, instrument or anything that may form a legally binding agreement with EPRI. If you are not the intended recipient, please contact the sender by reply email and permanently delete all copies of this message. Please be advised that the message and its contents may be disclosed, accessed and reviewed by the sender's email system administrator and/or provider. ***

Back to the top