<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://emersonexchange365.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IIoT &amp;amp; Digital Transformation Forum - Recent Threads</title><link>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Feb 2026 06:28:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum" /><item><title>OPC UA Concurrent Session Expectations in Production</title><link>https://emersonexchange365.com/thread/11398?ContentTypeID=0</link><pubDate>Thu, 12 Feb 2026 06:28:28 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:ca340aec-db34-42dc-8347-aa63698001c1</guid><dc:creator>Franz Valmonte</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/11398?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/11398/opc-ua-concurrent-session-expectations-in-production/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi all, &lt;br /&gt;&lt;br /&gt;We are currently benchmarking OPC UA performance for the DeltaV Edge Environment. Since OPC UA is one of the supported data egress interfaces on DeltaV Edge, we are evaluating how many concurrent OPC UA sessions can be supported while maintaining optimal system performance. &lt;br /&gt;&lt;br /&gt;To help guide our benchmarking assumptions, could you share: &lt;br /&gt;How many concurrent OPC UA client sessions you typically run in production? &lt;br /&gt;What types of clients are connected, for example historians, analytics platforms, dashboards, or custom applications? &lt;br /&gt;Whether you have experienced any performance constraints tied to session count or monitored items? &lt;br /&gt;&lt;br /&gt;Our goal is to align our internal performance targets with real-world deployment patterns. Appreciate any input you can provide.&lt;/p&gt;</description></item><item><title>VMware ESXi Versions in Use for Plant or Corporate Virtualization</title><link>https://emersonexchange365.com/thread/11397?ContentTypeID=0</link><pubDate>Thu, 12 Feb 2026 06:17:54 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:107d6baf-8323-45bb-a905-613b0ee0da14</guid><dc:creator>Franz Valmonte</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/11397?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/11397/vmware-esxi-versions-in-use-for-plant-or-corporate-virtualization/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Everyone,&lt;br /&gt;&lt;br /&gt;We are evaluating support for deploying DeltaV Edge on a virtual machine, rather than requiring a dedicated Dell R660xs server. As part of this effort, we are starting qualification with VMware ESXi as the hypervisor.&lt;/p&gt;
&lt;p&gt;To help us scope and prioritize validation, could you share:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What version of VMware ESXi you are currently running in production?&lt;/li&gt;
&lt;li&gt;Whether that ESXi host is located within the plant environment or in a centralized corporate datacenter / cloud?&lt;/li&gt;
&lt;li&gt;Who manages it, plant OT/IT or corporate IT?&lt;/li&gt;
&lt;li&gt;Any plans to upgrade within the next 12 months, particularly to ESXi 9.0?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Our assumption is that many environments are currently on ESXi 8.0, but we want to validate this before finalizing our qualification approach.&lt;/p&gt;
&lt;p&gt;Appreciate any input you can provide.&lt;/p&gt;</description></item><item><title>Initializing a Cascade across a DeltaV OPC UA Server</title><link>https://emersonexchange365.com/thread/11218?ContentTypeID=0</link><pubDate>Thu, 20 Feb 2025 16:29:34 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:27833997-9bab-4ec7-b36e-08d78d413ec8</guid><dc:creator>SteveB</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/11218?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/11218/initializing-a-cascade-across-a-deltav-opc-ua-server/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to create a traditional cascade between a server-based app and a DeltaV Regulator (e.g. PID).&amp;nbsp; I am not that familiar with DeltaV or OPC UA so wanted to see if anyone could offer guidance.&lt;/p&gt;
&lt;p&gt;To initialize a cascade between two DeltaV Regulators requires a secondary to send a BKCAL InitReq and BKCAL Value to its primary in the form of an 8-bit status word (ST) and a floating point value (CV).&amp;nbsp; It seems as if the CV and ST must be coupled during transmission between two DeltaV regulators because the secondary&amp;#39;s ST requests initialization, and the CV sent along with it contains an initial value for the primary&amp;#39;s OUT parameter - to ensure bumpless transfer.&lt;/p&gt;
&lt;p&gt;However, if one were to establish a cascade ACROSS a&amp;nbsp;DeltaV OPC UA server, then it seems as if this InitReq/Value coupling is lost as both appear as separate and independent values in the OPC UA server.&amp;nbsp; The concern here is that if a server-based app reads an BKCAL InitReq, but for whatever reason the BKCAL value has yet to update, then the server-based primary might initialize its OUT to a stale value (maybe only slightly old, but that lack of determinism could be problematic).&lt;/p&gt;
&lt;p&gt;The traditional way that third-party app providers have solved this problem seems to be reading up the DeltaV regulator SP&amp;nbsp;every cycle and then incrementing it before writing it back down, but I was wondering if there might be a more elegant solution where initialization only occurs when the cascade is closed.&lt;/p&gt;
&lt;p&gt;So my question is:&amp;nbsp;Is there a way to ensure that the correct BKCAL value is read from a DeltaV OPC UA server along with a BKCAL InitReq?&amp;nbsp; I have thought of reading the InitReq first (ST) and then going back for the Value (CV), but I imagine that there are edge cases where the result is not deterministic.&amp;nbsp; My back-up plan is just to initialize every execution cycle.&amp;nbsp; Thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Rosemount 1420 firmware Upgrade from 3.9 to 4.8</title><link>https://emersonexchange365.com/thread/11188?ContentTypeID=0</link><pubDate>Fri, 10 Jan 2025 13:16:44 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:03848f11-ca5c-40f9-a7ce-5ec4cbb7afab</guid><dc:creator>Cesar Marquez</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/11188?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/11188/rosemount-1420-firmware-upgrade-from-3-9-to-4-8/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Best regards, I have a problem with a 1420 since it has firmware 3.9 and only accepts tls 1.0 connections to be managed, and this has been deprecated by almost all browsers. I thought about updating it to the latest version, however I don&amp;#39;t see a procedure to do so since the guide is made for firmwares 4.5 onwards. Is it possible to update a 1420 from version 3 to 4? MODEL:1420A3A3AN6WL2. greetings.&lt;/p&gt;</description></item><item><title>RE: Rosemount 1420 firmware Upgrade from 3.9 to 4.8</title><link>https://emersonexchange365.com/thread/24709?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 13:25:58 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:4cc4628b-9652-4cc6-8672-db3ed7da15f8</guid><dc:creator>Steve Ward</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/24709?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/11188/rosemount-1420-firmware-upgrade-from-3-9-to-4-8/rss?ContentTypeId=0</wfw:commentRss><description>This product is obsolete, see &lt;a href="https://www.emerson.com/en-us/catalog/emerson-sku-wireless-1420-gateway"&gt;www.emerson.com/.../emerson-sku-wireless-1420-gateway&lt;/a&gt;. Please contact your Emerson representative for further advice.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SIS CHANNEL</title><link>https://emersonexchange365.com/thread/10569?ContentTypeID=0</link><pubDate>Thu, 23 Feb 2023 05:41:19 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:5ed9f7e5-cfa9-40db-afc0-1b3d0b5207e4</guid><dc:creator>shouy</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/10569?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/10569/sis-channel/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;does anyone know why Emerson&amp;nbsp; limit the &amp;quot;Only 48 of the 96 LS CHARM slots can be configured as output LS CHARMs&amp;quot;?&lt;/p&gt;</description></item><item><title>SIS NET Repeater Link Status BAD</title><link>https://emersonexchange365.com/thread/9771?ContentTypeID=0</link><pubDate>Sat, 07 Aug 2021 11:24:00 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:e17cb0a4-9b3d-4a14-bc5d-5d1329c7debc</guid><dc:creator>Ravi Chandra Penumarti</dc:creator><slash:comments>4</slash:comments><comments>https://emersonexchange365.com/thread/9771?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9771/sis-net-repeater-link-status-bad/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Everyone&lt;/p&gt;
&lt;p&gt;SIS NET Repeater with Hardware rev 9.18 and Software revision 2.1 are installed in our SIS Network. Under Repeater diagnostics - Repeater Connection List we found Link Status as BAD. All the parameters under diagnostics of individual repeaters is GOOD. Please suggest the probable cause.&lt;/p&gt;
&lt;p&gt;Thank You&lt;/p&gt;</description></item><item><title>RE: SIS NET Repeater Link Status BAD</title><link>https://emersonexchange365.com/thread/23010?ContentTypeID=1</link><pubDate>Fri, 25 Nov 2022 11:56:12 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:34214ed5-3b81-4335-b6e7-37839b420301</guid><dc:creator>Ravi Chandra Penumarti</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/23010?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9771/sis-net-repeater-link-status-bad/rss?ContentTypeId=0</wfw:commentRss><description>At last found the problem. Global Slot no 63 should be free. For publishing global parameters over SISNET network we should use global slots from 31 to 62 only. Once SLS publishing as global slot 63 is de-commissioned, link status became good in diagnostics.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Lotus Notes to Office 365 Migration Tool || Step-by-Step Guide</title><link>https://emersonexchange365.com/thread/10450?ContentTypeID=0</link><pubDate>Fri, 25 Nov 2022 08:06:42 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:8c3a6103-5eaa-49e1-8e2c-3a20edf4b52f</guid><dc:creator>divyachauhan</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/10450?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/10450/lotus-notes-to-office-365-migration-tool-step-by-step-guide/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Nowadays Lotus Notes came along with many drawbacks like as not being cost-effective, difficulty to maintain data consistency, et cetera, and because of these reasons users want to switch their Lotus Notes accounts to another emailing platform. Office 365 is the best platform to replace it with Lotus Notes. There are two ways to conduct the migration task; manual or professional is that two ways. Through manual method, users get uncertain data and the whole process is time-consuming as well. Moreover, using professional third-party tools like Shoviv &lt;a href="https://www.shoviv.com/lotus-notes-to-office365.html" rel="noopener noreferrer" target="_blank"&gt;Lotus Notes to Office 365 Migration&lt;/a&gt; Tool, users can effectively execute the task of migration from Lotus Notes to Office 365.&lt;/p&gt;
&lt;p&gt;It can migrate multiple Lotus Notes files into Office 365 at a time without affecting the speed of the outcome. This tool maintains data integrity and folder hierarchy at the same time. It includes advanced features like incremental export, which helps to resume the task from the last ended point and prevent your data from duplicity. With the help of its filter option, users can filter desired items according to their choice. It can export Lotus Notes files into PST, EML, MSG, and HTML file formats. Users can download its free trial version to know its full working and functionality without investing in it.&amp;nbsp;&lt;/p&gt;</description></item><item><title>virtual SZ &amp; CSLS in SIS internal FAT</title><link>https://emersonexchange365.com/thread/10443?ContentTypeID=0</link><pubDate>Mon, 21 Nov 2022 02:48:13 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:4c36dfd1-5097-4c2d-8b19-3d0da5170f6b</guid><dc:creator>shouy</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/10443?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/10443/virtual-sz-csls-in-sis-internal-fat/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;does anyone tall me how to use the Virtual CSLS tool with in&amp;nbsp;my FAT system ,where can I&amp;nbsp; download the&amp;nbsp; &amp;quot;&lt;span&gt;DeltaV Virtual studio&amp;quot; and open the studio?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="SIS_PDS_Virtual_DeltaVSIS" href="https://emerson.sharepoint.com/:b:/r/sites/DeltaVSISProjectsCommunity/Documents/SIS_PDS_Virtual_DeltaVSIS.pdf?csf=1&amp;amp;web=1&amp;amp;e=cGKudC"&gt;SIS_PDS_Virtual_DeltaVSIS.pdf&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1420 GW homepage does not load</title><link>https://emersonexchange365.com/thread/10134?ContentTypeID=0</link><pubDate>Wed, 13 Apr 2022 23:57:42 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:4b75eaaa-acb6-4ae0-b52c-bf42aa268d6e</guid><dc:creator>AfzalSJ</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/10134?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/10134/1420-gw-homepage-does-not-load/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;A 1420 DVready gateway does not load the homepage completely. It gets stuck on the Emerson banner and goes no further.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tried resetting with #2 dip-switch multiple times but no change.&amp;nbsp; Also tried on both primary and secondary DV IP addresses and multiple browsers/machines.&lt;/p&gt;
&lt;p&gt;I am unable to use this GW at all. Would appreciate any support please. Thank you and Regards.&amp;nbsp;&lt;/p&gt;</description></item><item><title>RE: 1420 GW homepage does not load</title><link>https://emersonexchange365.com/thread/22526?ContentTypeID=1</link><pubDate>Tue, 26 Apr 2022 11:55:56 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:d202dee0-4ca8-45e9-943e-dd768a3f7dde</guid><dc:creator>Frances Tracy Pasicolan</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/22526?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/10134/1420-gw-homepage-does-not-load/rss?ContentTypeId=0</wfw:commentRss><description>Hi, ASJ,&lt;br /&gt;
&lt;br /&gt;
Please submit your technical concern here: &lt;a href="https://emr.sn/gc0abu0"&gt;https://emr.sn/gc0abu0&lt;/a&gt; so a local Emerson representative will contact you for technical support.&lt;br /&gt;
&lt;br /&gt;
Thank you!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SIS NET Repeater Link Status BAD</title><link>https://emersonexchange365.com/thread/22241?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 09:41:29 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:2366e09d-159e-495d-9b28-ed4b4fdabb9d</guid><dc:creator>Ravi Chandra Penumarti</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/22241?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9771/sis-net-repeater-link-status-bad/rss?ContentTypeId=0</wfw:commentRss><description>Thank you for your suggestion. We will inspect the same in plant shutdown.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SIS NET Repeater Link Status BAD</title><link>https://emersonexchange365.com/thread/22179?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 08:16:27 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:0b903056-7c40-4761-82b1-eea7df23201c</guid><dc:creator>Spencer wang</dc:creator><slash:comments>2</slash:comments><comments>https://emersonexchange365.com/thread/22179?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9771/sis-net-repeater-link-status-bad/rss?ContentTypeId=0</wfw:commentRss><description>The terminal resistance of the coaxial cable on the Extender next to repeater was not connected or not properly.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SIS NET Repeater Link Status BAD</title><link>https://emersonexchange365.com/thread/22178?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 08:16:19 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:0ddf97fa-8cd7-4567-ad28-abfedd7bb6ad</guid><dc:creator>Spencer wang</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/22178?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9771/sis-net-repeater-link-status-bad/rss?ContentTypeId=0</wfw:commentRss><description>The terminal resistance of the coaxial cable on the Extender next to repeater was not connected or not properly.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: IC694PWR330 indicator sequence changed?</title><link>https://emersonexchange365.com/thread/22091?ContentTypeID=1</link><pubDate>Tue, 28 Sep 2021 08:39:55 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:d3b97cf5-6d1f-4b33-bfbf-af7fd18bf67f</guid><dc:creator>Jack.Zhang</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/22091?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9862/ic694pwr330-indicator-sequence-changed/rss?ContentTypeId=0</wfw:commentRss><description>Thank you Steve. Yes, I asked the customer to return the problematic module to me and started eRMA.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>IC694PWR330 indicator sequence changed?</title><link>https://emersonexchange365.com/thread/9862?ContentTypeID=0</link><pubDate>Sun, 26 Sep 2021 04:15:41 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:17f22f14-f07c-4b42-8083-a8dc4b0a553d</guid><dc:creator>Jack.Zhang</dc:creator><slash:comments>2</slash:comments><comments>https://emersonexchange365.com/thread/9862?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9862/ic694pwr330-indicator-sequence-changed/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Just look at the picture！&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://emersonexchange365.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/477/1.png" /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://emersonexchange365.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/477/2.png" /&gt;&lt;/p&gt;</description></item><item><title>RE: IC694PWR330 indicator sequence changed?</title><link>https://emersonexchange365.com/thread/22090?ContentTypeID=1</link><pubDate>Mon, 27 Sep 2021 09:03:13 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:7a058565-b3e3-45ba-88ab-5d8fe026753d</guid><dc:creator>Steve Ward</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/22090?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9862/ic694pwr330-indicator-sequence-changed/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;The one on the right is correct (green LED at the top). Green LED is used for normal conditions, the RED LED is used for fail situations. In legacy systems the red LED was used for battery status. If the customer is concerned they can raise a case on technical support and/or return the power supply under eRMA.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Changing Registers Sequence ModBus</title><link>https://emersonexchange365.com/thread/9829?ContentTypeID=0</link><pubDate>Thu, 09 Sep 2021 06:37:46 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:40c93323-ee32-4935-b5ae-1f47faa7470c</guid><dc:creator>Dmitrii Kapitonov</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/9829?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9829/changing-registers-sequence-modbus/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi there!&lt;/p&gt;
&lt;p&gt;DeltaV 13.3.1&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using a device having a non-standard Modbus register sequence, I need to get Float Value. Assume there is temperature 61.2&amp;deg;С It means registers I must receive are 250 204 116 66, but the used device has register sequence such as 116 66 250 204, so I have to change the register sequence. Currently I get incorrect value such as -4.234+012 or similar. After describing problem, I have two ways for solution.&lt;/p&gt;
&lt;p&gt;First, I can change the sequence using custom FB in ControlStudio and receive two16bit integer instead of float, example at the picture below. This way is easier for me, but I want to find more flexible way to solve the problem without using additional FB.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:133px;max-width:576px;" alt=" " height="133" src="https://emersonexchange365.com/resized-image/__size/1152x266/__key/communityserver-discussions-components-files/477/pastedimage1631166967643v1.jpeg" width="576" /&gt;&lt;/p&gt;
&lt;p&gt;Second, I can reconfigure Standard SI Module to programmable SI Module and use SampleCustomProtocol ModBus by Mynah &lt;img style="max-height:32px;max-width:80px;" alt=" " height="32" src="https://emersonexchange365.com/resized-image/__size/160x64/__key/communityserver-discussions-components-files/477/pastedimage1631167240804v2.png" width="80" /&gt;, I hope someone used it somewhen, &lt;span style="font-size:150%;"&gt;&lt;strong&gt;but&lt;/strong&gt;&lt;/span&gt;&amp;nbsp; I have a problem when I full&amp;nbsp;textbox up in the Special Data Tab the necessary value as sown at the picture below and download ProgSI Module, Registers don&amp;#39;t change sequence. Maybe someone can help me to find a way to solve the problem.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:390px;max-width:483px;" alt=" " height="390" src="https://emersonexchange365.com/resized-image/__size/966x780/__key/communityserver-discussions-components-files/477/pastedimage1631167308516v3.png" width="483" /&gt;&lt;img style="max-height:337px;max-width:564px;" alt=" " height="337" src="https://emersonexchange365.com/resized-image/__size/1128x674/__key/communityserver-discussions-components-files/477/pastedimage1631168010438v5.png" width="564" /&gt;&lt;/p&gt;
&lt;p&gt;If someone knows others ways to change registers sequence, I&amp;#39;ll be glad to read them.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Communication of DeltaV Database like Event Chronicle with External BigData</title><link>https://emersonexchange365.com/thread/9441?ContentTypeID=0</link><pubDate>Sat, 13 Feb 2021 07:05:18 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:02038952-8541-4e14-b1c9-ad9ae04502f1</guid><dc:creator>Hassan Akhtar</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/9441?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9441/communication-of-deltav-database-like-event-chronicle-with-external-bigdata/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am trying to link up DeltaV Database with our BigData service out of DeltaV system. I think DeltaV continous historican is not a structured database therefore we can only access within DeltaV System. But DeltaV&amp;nbsp;e Event Chronicle is somehow available out of DeltaV system. What you people think about the DeltaV database while comparing with other Distributed Database systems? Because in smart industrial system databases are being connected with central BigData systems.&lt;/p&gt;</description></item><item><title>RE: Communication of DeltaV Database like Event Chronicle with External BigData</title><link>https://emersonexchange365.com/thread/21089?ContentTypeID=1</link><pubDate>Mon, 15 Feb 2021 19:22:56 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:cf4ebb0f-eaae-401a-b708-ec9b2a535b53</guid><dc:creator>hasit_patel</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/21089?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9441/communication-of-deltav-database-like-event-chronicle-with-external-bigdata/rss?ContentTypeId=0</wfw:commentRss><description>Hi Hassan, you can use our Optics Data Lake to collect and contextualize data from DeltaV&amp;#39;s.  Data Lake will interface to DeltaV and bring  process variables (OPC-DA), Event Journal (OPC A&amp;amp;E), Historian (OPC-HDA) and batch (Web services or ODBC).   Contextualization could be using industry standard data models like ISA/S95.   It can also bring data from other OT sources like SCADA, PLC&amp;#39;s, Asset health, AMS-Device Manager, etc, as well.  Would be glad to discuss more details with you.  More info on our web site at:  &lt;a href="https://www.emerson.com/en-us/automation/asset-management/asset-monitoring/health-monitoring/plantweboptics/data-lake-and-historian"&gt;www.emerson.com/.../data-lake-and-historian&lt;/a&gt;.   &lt;br /&gt;
 &lt;a href="https://www.emerson.com/documents/automation/product-data-sheet-plantweb-optics-data-lake-plantweb-en-7191562.pdf"&gt;www.emerson.com/.../product-data-sheet-plantweb-optics-data-lake-plantweb-en-7191562.pdf&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Profibus Communication Between Delta V Controller and Siemens S7 300 CPU</title><link>https://emersonexchange365.com/thread/20423?ContentTypeID=1</link><pubDate>Sun, 11 Oct 2020 10:00:30 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:dd027edb-c5b0-40c2-9102-b4b0897ae28e</guid><dc:creator>Leo Mennen</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/20423?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9158/profibus-communication-between-delta-v-controller-and-siemens-s7-300-cpu/rss?ContentTypeId=0</wfw:commentRss><description>use an Profibus DP to DP gateway, that is the most easy way to get this to work&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Profibus Communication Between Delta V Controller and Siemens S7 300 CPU</title><link>https://emersonexchange365.com/thread/9158?ContentTypeID=0</link><pubDate>Sun, 11 Oct 2020 06:40:36 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:0bc12a0a-6360-4d0e-8379-70b0a926dc3a</guid><dc:creator>Goktug Duman</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/9158?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/9158/profibus-communication-between-delta-v-controller-and-siemens-s7-300-cpu/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;I want to make a profibus connection between CPU 315-2DP and a Emerson Delta V controller and read data from S7 system. I installed a Profibus DP card to emerson system and it is master as default ithink. So CPU 315 must be slave i think. I installed gsd file of CPU315 to emerson system. But I couldn&amp;#39;t establish the connection. Can anyone tell me how to make the connection?&amp;nbsp;I made the adjustments on emerson, like gsd file, creating device, port, channel, baud-rate etc. But I dont know what to make on siemens side. Is there anything to do on siemens side?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>5 competencies of digital transformation</title><link>https://emersonexchange365.com/thread/8267?ContentTypeID=0</link><pubDate>Wed, 25 Sep 2019 00:06:19 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:8feebea1-92d6-4b85-b520-3e123f14882d</guid><dc:creator>Emerson Exchange News</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/8267?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/8267/5-competencies-of-digital-transformation/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div&gt;&lt;img alt=" " src="https://emersonexchange365.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/477/Jim_2D00_Montague_2D00_150.jpg" /&gt;&lt;/div&gt;
&lt;div&gt;Jim Montague&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Responding to floods, earthquakes or other natural disasters requires everyone to pitch in and help. This all-hands-on-deck approach is also needed to handle most upheavals or other huge changes, including successfully achieving digital transformation in process control and automation applications. These epic challenges are likewise where neighbors, responders and other partners can provide the most assistance and value, which is why Emerson unveiled its Digital Transformation business at Emerson Global Users Exchange 2019 in Nashville, Tennessee.&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;quot;There&amp;#39;s a lot of hype and confusion surrounding digital transformation, its impact and how it&amp;#39;s progressing. People want to know what&amp;#39;s real and how to get started. They need clarification to develop practical solutions, so we define digital transformation as smart, connected technologies used to solve problems, usually involving changes in business practices,&amp;quot; said Stuart Harris, group president, digital transformation with Emerson&amp;rsquo;s Automation Solutions business. &amp;quot;Digital transformation must be guided by specific problems, but it won&amp;#39;t work unless people are engaged and appropriate technologies are adopted.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Harris reported the five essential competencies of digital transformation that can unlock performance and enable employees to perform at their best. They include automated workflows, decision support, workforce upskilling, mobility and change management. Meanwhile, the three critical success factors of digital transformation are technology decisions driven by business outcomes; scalable approach, guided by vision, instead of doing it all at once; and technology investments that are also seen as investments in people.&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;quot;However, we&amp;#39;re still at a critical stage because, even though many companies have gained the vision to pursue digital transformations, they don&amp;#39;t know where to start and can get frustrated,&amp;quot; added Harris. &amp;quot;Other companies are doing pilot programs, and some are seeing early benefits, but everyone needs to connect their businesses and digital transformation strategies with practical applications. Strategy and business cases are what come first with digital transformation&amp;mdash;not the technology. Once return on investment (ROI) is captured for a solution, it can be scaled across the whole enterprise.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:150%;"&gt;&lt;b&gt;Combined tools = easier digitalization&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;The $650-million Digital Transformation business consists of a dedicated organization focused on related, digitalized technologies and programs, and it brings together resources to help manufacturers develop and implement practical digital-transformation strategies and achieve industry-leading or top-quartile performance and measurable results. It also includes:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;operational certainty consulting with facility- and enterprise-level roadmap strategies and implementation to improve reliability, safety, production and energy utilization metrics&lt;/span&gt;&lt;/li&gt;
&lt;li class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;operational analytics with a comprehensive portfolio of predictive diagnostics and advanced analytics, providing insights on health and performance of operational assets&lt;/span&gt;&lt;/li&gt;
&lt;li class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;industry solutions with deep, industry-specific expertise on solutions to drive key performance indicators&lt;/span&gt;&lt;/li&gt;
&lt;li class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;pervasive sensing with the industry&amp;rsquo;s largest portfolio of smart, easy-to-deploy, connected devices, including wireless instruments&lt;/span&gt;&lt;/li&gt;
&lt;li class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;project management with best practices, tools and resources to confidently implement digital-transformation projects.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Harris reported users can employ Emerson&amp;#39;s digital transformation capabilities to accomplish projects, such as reliability of equipment and systems, process safety, production optimization, energy monitoring, maintenance, corrosion monitoring and others. &amp;quot;Our Digital Transformation business provides customers with the engineering and solutions to solve known problems,&amp;quot; explained Harris. &amp;quot;The initial problem for many users is they try to take a big-bang approach to digital transformation that tries to solve everything at once, invest in technology without considering specific problems or objectives first and often end up lacking ROI and becoming frustrated.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:150%;"&gt;&lt;b&gt;Pilots help scale-ups take off&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Once digital-transformation initiatives define their problems/solutions and goals, they must develop proofs of concept and pilot projects that can demonstrate some of that much-needed ROI, Harris reported. This not only encourages further commitment and investment, but helps participants to scale up their solutions to many more applications that can achieve similar advantages and benefits.&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;quot;Many digital transformation pilots can get started for $50,000 to $100,000 in one or a few processes, prove themselves and then scale up to many processes and save millions or tens of millions of dollars,&amp;quot; said Harris. &amp;quot;Emerson benchmarks many industries, and we&amp;#39;ve learned that digital transformation is urgent because it can help users achieve top-quartile performance, add two weeks of uptime, cut maintenance incidents in half or reduce safety incidents by 30%.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;div class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;img alt=" " src="https://emersonexchange365.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/477/stuart_2D00_harris_2D00_emerson_2D00_320.jpg" /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="western"&gt;&amp;ldquo;Digital transformation is urgent because it can help users achieve top-quartile performance, add two weeks of uptime, cut maintenance incidents in half or reduce safety incidents by 30%.&amp;quot; Emerson&amp;rsquo;s Stuart Harris explains the benefits of digital transformation at Emerson Global Users Exchange.&lt;/div&gt;
&lt;div class="western"&gt;&lt;/div&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:150%;"&gt;&lt;b&gt;People crucial to transformation&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Beyond specifying problems, goals and technologies, digital transformation can&amp;#39;t happen without the deep and continuous engagement of people, especially those on the plant floor, Harris explained. &amp;quot;Executive support is essential, and IT has to be involved; but it&amp;#39;s most important for the operations folks to be engaged because they have the domain knowledge about where it&amp;#39;s best to apply digital transformation,&amp;quot; he added. &amp;quot;Every functional group can contribute and take on new roles. They can serve as bridges connecting lines of stakeholders or develop internal academies to train colleagues how to use new analytics tools. We provide technical resources and curriculum development to more than 350 educational institutions to help people develop the skills that employers need.&lt;/span&gt;&lt;/p&gt;
&lt;p class="western"&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;quot;Customers are looking for a partner that can help them on their digital-transformation journeys, and establishing our Digital Transformation business puts Emerson in a better position to be that credible partner that can help customers achieve measurable business impacts.&amp;quot;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>RE: 5 competencies of digital transformation</title><link>https://emersonexchange365.com/thread/20346?ContentTypeID=1</link><pubDate>Sat, 19 Sep 2020 13:33:43 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:bb84c243-5de5-45bd-acba-337eeb60e319</guid><dc:creator>Jonas Berge</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/20346?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/iiot-digital-transformation/f/iiot-digital-transformation-forum/8267/5-competencies-of-digital-transformation/rss?ContentTypeId=0</wfw:commentRss><description>Think Big, but Start Small, to Scale Fast. World Economic Forum / McKinsey found Digital Transformation as multiple small projects (not a big bang) is the fastest way to scale across the plant.&lt;br /&gt;
&lt;br /&gt;
I have also found that starting with the existing historian platform, ready-made software, established I&amp;amp;C standards, and the NAMUR Open Architecture (NOA) helps accelerate digital transformation. Then you scale out the data platform and application framework from there.&lt;br /&gt;
&lt;br /&gt;
Learn how plants that are successful digitizing are doing their digitalization from this essay:&lt;br /&gt;
&lt;a href="https://www.linkedin.com/pulse/think-big-start-small-scale-fast-digital-jonas-berge/"&gt;www.linkedin.com/.../&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>