<?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>Discussions / Questions - Recent Threads</title><link>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Jun 2026 10:04:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://emersonexchange365.com/industries/lifesciences/f/discussions-questions" /><item><title>Need to write logic in DeltaV to split  a 16-20 characters to a 2 characters each String . Is this possible ??</title><link>https://emersonexchange365.com/thread/11461?ContentTypeID=0</link><pubDate>Thu, 11 Jun 2026 05:29:46 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:b3128172-8ca5-4a03-934b-5381fee164c9</guid><dc:creator>Senthilkrishnan M</dc:creator><slash:comments>2</slash:comments><comments>https://emersonexchange365.com/thread/11461?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/11461/need-to-write-logic-in-deltav-to-split-a-16-20-characters-to-a-2-characters-each-string-is-this-possible/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope you are doing well..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have a requirement where I have to split a string value (with 15-20 characters) into 2 ASCII characters each and then convert it into a 16-bit unsinged interger value and send it through Modbus.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there any way to do this..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have already configured logic in DeltaV for converting the 16-bit data from Modbus to 2 characters in DeltaV and concatenating these 2 character strings (From various 16-bit registers) to get the final string value needed. This is done based on the explanation provided by Ralf Baginski&amp;nbsp;in the forum below&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:74a5b0ce788746b592f28e22e751a1c3:46448885d0e64133bbfbf0cd7b0fd6f7]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks to Ralf for providing this solution [emoticon:c4563cd7d5574777a71c318021cbbcc8]&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now I need to do the reverse for sending the string value in the form of various 16 bit data from DCS . Need your kind help on this..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your time&amp;nbsp;&lt;/p&gt;</description></item><item><title>RE: Need to write logic in DeltaV to split  a 16-20 characters to a 2 characters each String . Is this possible ??</title><link>https://emersonexchange365.com/thread/25369?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2026 10:04:24 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:09a58b39-ed0a-48d8-b2bf-e4dc0039e8a0</guid><dc:creator>Senthilkrishnan M</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/25369?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/11461/need-to-write-logic-in-deltav-to-split-a-16-20-characters-to-a-2-characters-each-string-is-this-possible/rss?ContentTypeId=0</wfw:commentRss><description>Hi Ralf&lt;br /&gt;
&lt;br /&gt;
Thanks for the reply..&lt;br /&gt;
&lt;br /&gt;
Unfournatlyrtunately we are using DeltaV Live, and it seems this is not possible in DeltaV Live..&lt;br /&gt;
We have informed the customer that we can convert the 16-bit they send to us to ASCII, but the reverse is not possible in DeltaV, and we hope they accept it :)&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Senthilkrishnan&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to write logic in DeltaV to split  a 16-20 characters to a 2 characters each String . Is this possible ??</title><link>https://emersonexchange365.com/thread/25358?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2026 15:58:52 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:3f94168e-e2a8-43d8-ad4f-fbb332aaa9c4</guid><dc:creator>Ralf Baginski</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/25358?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/11461/need-to-write-logic-in-deltav-to-split-a-16-20-characters-to-a-2-characters-each-string-is-this-possible/rss?ContentTypeId=0</wfw:commentRss><description>Hi,&lt;br /&gt;
this task is unfortunately not so easy to achieve.&lt;br /&gt;
Due to the lack of DeltaV string handling concatenation of a string works, no splitting commands are provided.&lt;br /&gt;
What I can provide is a possibility to use DeltaV Operate for this if you still use it.&lt;br /&gt;
I don‘t know if this can be done with DeltaV Live.&lt;br /&gt;
Create a Task in DeltaV Operate which is fired if your received String change.&lt;br /&gt;
Within VBA you have all string manipulating features you need to split the string in letters and write them back to separate parameters.&lt;br /&gt;
You can then assign this schedule to as much workstations as you need to have redundant availability.&lt;br /&gt;
Regards&lt;br /&gt;
Ralf&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SX Controller – EDC block CAS_IN_D Difference Between Versions</title><link>https://emersonexchange365.com/thread/11370?ContentTypeID=0</link><pubDate>Sun, 14 Dec 2025 23:59:11 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:1d8c7a95-11c5-4915-9545-ae39983ceefc</guid><dc:creator>Prasanth Gopalakrishnan Nair</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/11370?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/11370/sx-controller-edc-block-cas_in_d-difference-between-versions/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p data-start="244" data-end="255"&gt;Hello All,&lt;/p&gt;
&lt;p data-start="257" data-end="404"&gt;We have observed a difference in SX Controller behavior between DeltaV versions 14.3.1.7332 and 14.3.1.7412 related to EDC / CAS_IN_D&amp;nbsp;functionality.&lt;/p&gt;
&lt;p data-start="406" data-end="641"&gt;With the CAS SP Track device option &lt;strong&gt;disabled&lt;/strong&gt;, EDC1 / CAS_IN_D is not modifiable in DeltaV 14.3.1.7412 during the LO Mode ( Interlock active ). However, in the previous version (14.3.1.7332), CAS_IN_D could be modified under the same conditions.&lt;/p&gt;
&lt;p data-start="406" data-end="641"&gt;&lt;/p&gt;
&lt;p data-start="591" data-end="902"&gt;In our pump logic, the CAS SP Track option is not enabled, and the EM HOLD command is used to drive CAS_IN_D to the passive state during interlock activation. After upgrading to DeltaV 14.3.1.7412, we noticed that when the EDC block enters LO mode, the HOLD logic is unable to write to CAS_IN_D.&lt;/p&gt;
&lt;p data-start="904" data-end="981"&gt;Has anyone experienced similar behavior or can share insights on this change?&lt;/p&gt;
&lt;p data-start="904" data-end="981"&gt;&lt;/p&gt;
&lt;p data-start="983" data-end="1008"&gt;Thank you,&lt;br data-start="993" data-end="996" /&gt; Prasanth&lt;/p&gt;</description></item><item><title>How to command an EM from button in DeltaV Live</title><link>https://emersonexchange365.com/thread/11209?ContentTypeID=0</link><pubDate>Tue, 04 Feb 2025 14:30:35 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:825e1da2-6996-48fc-9b49-63348d62aab6</guid><dc:creator>AutoEngineer1</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/11209?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/11209/how-to-command-an-em-from-button-in-deltav-live/rss?ContentTypeId=0</wfw:commentRss><description>&lt;ol&gt;
&lt;li&gt;I&amp;#39;m struggling to create a new button in DV Live which functions to command multiple EMs to Idle. I&amp;#39;m using WriteAsync function as below. The A_COMMAND.CV parameter is a named set value. The Idle command has named set value of 1. The script verifies without errors but when I test it, the command is not written. I&amp;#39;m sure it&amp;#39;s something to do with a type/field mismatch but I&amp;#39;ve tried so many combinations and can&amp;#39;t get it to work.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;DLSYS.WriteAsync(&amp;quot;EM_Name/A_COMMAND.CV&amp;quot;,1)&lt;/p&gt;</description></item><item><title>RE: How to command an EM from button in DeltaV Live</title><link>https://emersonexchange365.com/thread/24763?ContentTypeID=1</link><pubDate>Tue, 04 Feb 2025 16:10:42 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:aaceedac-7597-4fa6-81db-7560173c2ef1</guid><dc:creator>AutoEngineer1</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/24763?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/11209/how-to-command-an-em-from-button-in-deltav-live/rss?ContentTypeId=0</wfw:commentRss><description>Solved it finally. Writing string to string works so: &lt;br /&gt;
DLSYS.WriteAsync(&amp;quot;EM_Name/A_COMMAND.CV.STR&amp;quot;, &amp;#39;Idle&amp;#39;)&lt;br /&gt;
The single rather than double quotation tripped me up.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>PLM Watchdog Failures putting Batches into Hold</title><link>https://emersonexchange365.com/thread/10979?ContentTypeID=0</link><pubDate>Fri, 08 Mar 2024 19:10:05 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:0d2752cd-f117-4135-acbe-fdb98275e167</guid><dc:creator>Douglas Gigliotti</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/10979?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/10979/plm-watchdog-failures-putting-batches-into-hold/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Been having this issue for quite some time now where PLM Watchdog Failures are putting our Batches into Hold. They appear to come when Requests are being sent to the Batch Executive, generally for Report parameters. The number of PLM Watchdog Failures has just recently increased significantly, and appears to be coming in sets of 2 for back to back days, in which the next set of 2 will come roughly 2 weeks later. These also appear to come around the same time each day (i.e. between 2am and 3am). Of course, sending Requests to the Batch Executive are a standard part of the system and we have been doing so since the system was built with no issues. The only thing I can think of that has changed recently is that we have Commissioned quite a few new Units with CIOCs on the system, but those Units were Disconnected without first being Decommissioned, leading to an increase in Device Connection Failures that we&amp;#39;re reading in Process History View, that all seem to come in a cluster ever 2 minutes or so. I am quite suspicious that the Device Connection Failures could have something to do with increase in PLM Watchdog Failures, but I wanted to get a second opinion before trying to narrow it down. We did end up Decommissioning those CIOCs and Downloading Changed Setup Data to the associated Controllers, but rather than eliminating the Device Connection Failures, it just removed the associated CIOC Tag we had created in the system, and replaced in with a random ID# (i.e. before they were saying &amp;quot;Device Connection Failure - [Unit#]CIOCnn&amp;quot;, and following the Decommissioning and Changed Setup Data Download for the CIOC, the message now says &amp;quot;Device Connection Failure - ID = #xxxxxxxx&amp;quot;). Interestingly enough, we were able to eliminate Device Connection Failures for a few of our CIOCs following the same procedure as we did for the others, which were all on the same Controller, but there are still CIOCs on that Controller that are Decommissioned and showing up with Device Connection Failures still. I should also point out that we are using DeltaV v13.3.2 with a combination of SQ and SX Controllers, though the Units that appear to be causing the PLM Watchdog Errors (ones with an active Batch that is sending Requests to the Batch Executive) have had instances from both SQ and SX Controllers. In short, we are basically trying to figure out:&lt;/p&gt;
&lt;p&gt;1. Could these Device Connection Failures be a factor in causing the PLM Watchdog Errors? Are there any other factors anyone can think of that we should be considering?&lt;/p&gt;
&lt;p&gt;2. If these Device Connection Failures are a significant facor in causing the PLM Watchdog Errors, does anyone know how to eliminate them?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks everyone, this help will be greatly appreciated!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;</description></item><item><title>How to convert an Integer to String in DeltaV</title><link>https://emersonexchange365.com/thread/10955?ContentTypeID=0</link><pubDate>Thu, 15 Feb 2024 13:57:23 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:ed80bcad-0bc0-4f47-a3b8-b25991853e97</guid><dc:creator>Vikas Patil</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/10955?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/10955/how-to-convert-an-integer-to-string-in-deltav/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Experts,&lt;/p&gt;
&lt;p&gt;We have one requirement where the Detector gives output to DeltaV as an Input in an Integer (ASCII Code). Further we need to convert this Integer value to String to read in to the DeltaV.&lt;/p&gt;
&lt;p&gt;Also there is a requirement to send the output to Detector from DeltaV in string.&lt;/p&gt;
&lt;p&gt;In short:&lt;/p&gt;
&lt;p&gt;Detector sends Integer (ASCII Code) to DeltaV as an Input and&lt;/p&gt;
&lt;p&gt;From DeltaV need to send a string to detector in Integer data type.&lt;/p&gt;
&lt;p&gt;Thanks in Advance!&lt;/p&gt;</description></item><item><title>RE: How to convert an Integer to String in DeltaV</title><link>https://emersonexchange365.com/thread/23937?ContentTypeID=1</link><pubDate>Fri, 16 Feb 2024 07:45:21 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:7e6d004d-f5c8-41ce-b0f6-dddb62a8b88f</guid><dc:creator>Ralf Baginski</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/23937?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/10955/how-to-convert-an-integer-to-string-in-deltav/rss?ContentTypeId=0</wfw:commentRss><description>Hi,&lt;br /&gt;
I use dynamic references for this purpose.&lt;br /&gt;
Create parameters type string and name it like &amp;quot;ASCII_65&amp;quot; with value &amp;quot;A&amp;quot;.&lt;br /&gt;
Then set the dynamic reference to &amp;quot;ASCII_&amp;quot; + &amp;#39;INPUT_VALUE.CV&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For the output use the same chematic with parameters like &amp;quot;ASCII_A&amp;quot; with value 65.&lt;br /&gt;
Do this for all characters you expect to receive/send.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Combo box scripting in DeltaV Live</title><link>https://emersonexchange365.com/thread/10618?ContentTypeID=0</link><pubDate>Wed, 29 Mar 2023 11:06:01 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:59e168cf-ce89-479b-8ab1-27876839a36d</guid><dc:creator>tousif</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/10618?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/10618/combo-box-scripting-in-deltav-live/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have four drop down menus of combo box where I want the options in the second, third and fourth drop down menu to be hidden or remove depending of which option is selected in the first drop down menu. I already done in DeltaV Operate by vb coding, but I don&amp;#39;t have idea to do scripting in Java in DeltaV Live application please give guidance for it.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>VCAT Report or export in Excel</title><link>https://emersonexchange365.com/thread/10484?ContentTypeID=0</link><pubDate>Mon, 12 Dec 2022 13:52:36 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:487b285c-1c78-4b70-982d-78332242f09c</guid><dc:creator>Vikas Patil</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/10484?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/10484/vcat-report-or-export-in-excel/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Experts,&lt;/p&gt;
&lt;p&gt;We have a VCAT enabled on my DeltaV System with 14.3 version.&lt;/p&gt;
&lt;p&gt;We are looking for VCAT Export of a report which can give us the consolidate list of the changes done in .CSV or other relevant formats.&lt;/p&gt;
&lt;p&gt;Any idea or knowledge available please do share.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Syncade WFX 4.12 Release</title><link>https://emersonexchange365.com/thread/10037?ContentTypeID=0</link><pubDate>Mon, 31 Jan 2022 16:29:30 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:f0748c5c-598a-404e-b6ca-a0f6a5e65204</guid><dc:creator>kimplacek</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/10037?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/10037/syncade-wfx-4-12-release/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Emerson is excited to announce th&lt;span style="background-color:#ffffff;"&gt;e&amp;nbsp;&lt;strong&gt;Syncade&lt;/strong&gt; WFX 4.12 &lt;/span&gt;Release.&lt;/p&gt;
&lt;p&gt;This release includes, but is not limited to, the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li data-lineheight="1.15"&gt;&lt;span&gt;Addition of Phase Server functionality for the Syncade &lt;span style="background-color:#ffffff;"&gt;WFX&lt;/span&gt; engine&lt;/span&gt;&lt;/li&gt;
&lt;li data-lineheight="1.15"&gt;&lt;span&gt;Reduced time for order creation&lt;/span&gt;&lt;/li&gt;
&lt;li data-lineheight="1.15"&gt;&lt;span&gt;Improved operator screen refresh and responsiveness&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div data-lineheight="1.15"&gt;&lt;span&gt;Details of functionality and items included can be found in the release notes and the v4&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Syncade&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;Software Release Schedule on Guardian.&lt;/span&gt;&lt;/div&gt;
&lt;div data-lineheight="1.15"&gt;&lt;/div&gt;
&lt;div data-lineheight="1.15"&gt;&lt;span&gt;We are looking forward to our end users implementing this release and further improving your workflow experience with&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Syncade&lt;/strong&gt;&lt;span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div data-lineheight="1.15"&gt;&lt;/div&gt;</description></item><item><title>DeltaV Zones</title><link>https://emersonexchange365.com/thread/9899?ContentTypeID=0</link><pubDate>Tue, 26 Oct 2021 22:19:21 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:30730525-0a54-4699-8aeb-8b5523a74541</guid><dc:creator>Amar S Borsune</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/9899?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9899/deltav-zones/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Anybody in this community from Life Sciences industry has implemented DeltaV zones in GMP manufacturing environment? Two DeltaV Systems/zones communicating (reading and writing parameter values) with each other and Syncade?&lt;/p&gt;</description></item><item><title>HTML 5 WEB BROWSER SUPPORT</title><link>https://emersonexchange365.com/thread/9645?ContentTypeID=0</link><pubDate>Wed, 26 May 2021 17:49:57 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:ff30f347-2ab7-4858-858b-74fbd16d0d78</guid><dc:creator>Shaswat Raj</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/9645?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9645/html-5-web-browser-support/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I need to incorporate HTML 5 based web page in Delta V graphic builder bit it is giving error when I load the page.&lt;/p&gt;
&lt;p&gt;Which module should I use to embed HTML 5 based URL in delta V&lt;/p&gt;</description></item><item><title>DeltaV/Modbus .CSV string Server to Client data upload</title><link>https://emersonexchange365.com/thread/9335?ContentTypeID=0</link><pubDate>Tue, 05 Jan 2021 18:03:57 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:74a5b0ce-7887-46b5-92f2-8e22e751a1c3</guid><dc:creator>John Barnacle</dc:creator><slash:comments>5</slash:comments><comments>https://emersonexchange365.com/thread/9335?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9335/deltav-modbus-csv-string-server-to-client-data-upload/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;My company has developed a Win-IoT based instrument for use in the bio-process market to measure process output.&amp;nbsp; Each measurement result and supporting information is written to a line in a .csv file.&amp;nbsp; We are working on creating a background app that will upload the latest data segment to a DeltaV network.&amp;nbsp; We are considering using the Modbus protocol via TCP.&amp;nbsp; Our goal is to create the most &amp;quot;universal&amp;quot; data transfer style possible that can transmit a line of up to 82 ASCII characters. As this is our first foray into this market, we have a limited understanding of data types and conversion functions that exist and might be considered &amp;quot;standard&amp;quot;. For reference, a new line of data would be available no sooner than 4 minutes after the last line of data.&lt;/p&gt;
&lt;p&gt;One option we are looking at would be to convert the ASCII characters to their HEX values, and use the first 41 Input Registers to transmit the HEX encoded ASCII data.&amp;nbsp; Is there a function on the Client side that can be used to convert the HEX values back to ASCII characters for data storage?&amp;nbsp; Is there a better way?&lt;/p&gt;
&lt;p&gt;Thank you for your time and consideration.&lt;/p&gt;
&lt;p&gt;John Barnacle&lt;/p&gt;</description></item><item><title>RE: DeltaV/Modbus .CSV string Server to Client data upload</title><link>https://emersonexchange365.com/thread/20897?ContentTypeID=1</link><pubDate>Fri, 15 Jan 2021 07:50:36 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:3f5dca96-a571-4275-b000-a8fd6d804d1e</guid><dc:creator>Ralf Baginski</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/20897?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9335/deltav-modbus-csv-string-server-to-client-data-upload/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;here are some details how t configure it on DeltaV.&lt;/p&gt;
&lt;p&gt;First you have to set up a dataset with lets say holding register in I/O layer.&lt;br /&gt;Then create a module with an external parameter referencing a register.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://emersonexchange365.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/99/Holding_5F00_Register.png" /&gt;&lt;/p&gt;
&lt;p&gt;Like see here it is register R42595 with an actual value of&amp;#39;52&amp;#39; which is the decimal value of ASCII character.&lt;/p&gt;
&lt;p&gt;You need a table with string parameters which have the decimal code in its name and the ASCII character as value.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://emersonexchange365.com/resized-image/__size/879x774/__key/communityserver-discussions-components-files/99/ASCII_5F00_Table.png" /&gt;&lt;/p&gt;
&lt;p&gt;To get the ASCII Value create a dynamic reference parameter. The reference can be changed on runtime of the module.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://emersonexchange365.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/99/Dynamic_5F00_Reference.png" /&gt;&lt;/p&gt;
&lt;p&gt;In this example, the reference is set to the parameter&lt;strong&gt; &amp;#39;ASCII_TABELLE/ASCII_52&amp;#39;&lt;/strong&gt; which have the ASCII character of &amp;#39;4&amp;#39;.&lt;/p&gt;
&lt;p&gt;To change the reference put the code into a &amp;#39;CALC&amp;#39; block in the module.&lt;/p&gt;
&lt;p&gt;CODE:&lt;strong&gt;&amp;nbsp;&amp;#39;^/DYN_ABFL_STRASSE.$REF&amp;#39; := &amp;quot;ASCII_TABELLE/ASCII_&amp;quot; + &amp;#39;^/ABFL_STRASSE.CV&amp;#39;&lt;/strong&gt;;&lt;/p&gt;
&lt;p&gt;I hope that helps.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DeltaV/Modbus .CSV string Server to Client data upload</title><link>https://emersonexchange365.com/thread/20893?ContentTypeID=1</link><pubDate>Thu, 14 Jan 2021 16:49:28 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:eeaaf7d3-b5f3-41d2-9e01-e11c33ae5c4f</guid><dc:creator>John Barnacle</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/20893?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9335/deltav-modbus-csv-string-server-to-client-data-upload/rss?ContentTypeId=0</wfw:commentRss><description>Hello Ralf,&lt;br /&gt;
Thank you for your response, it is encouraging to know there may be a relatively easy solution.  As we are new to developing for a DeltaV environment, and don&amp;#39;t currently have access to a Client network, if you could please provide a little more detail on how that works it would be appreciated.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DeltaV/Modbus .CSV string Server to Client data upload</title><link>https://emersonexchange365.com/thread/20890?ContentTypeID=1</link><pubDate>Thu, 14 Jan 2021 07:30:23 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:1b2c2b33-e449-4e45-8b87-d70040193230</guid><dc:creator>Ralf Baginski</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/20890?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9335/deltav-modbus-csv-string-server-to-client-data-upload/rss?ContentTypeId=0</wfw:commentRss><description>Hi John,&lt;br /&gt;
&lt;br /&gt;
it is possible to convert Hex values to ASCII values in DeltaV.&lt;br /&gt;
&lt;br /&gt;
I configured this for a data connection with Siemens S7 PLC.&lt;br /&gt;
&lt;br /&gt;
This can be accomplished with dynamic references.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DeltaV/Modbus .CSV string Server to Client data upload</title><link>https://emersonexchange365.com/thread/20874?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2021 19:13:47 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:c2045959-d62d-4847-a0f2-40446c33bff0</guid><dc:creator>John Barnacle</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/20874?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9335/deltav-modbus-csv-string-server-to-client-data-upload/rss?ContentTypeId=0</wfw:commentRss><description>The intent of the string transmission from our instrument is to export the data, in the form of a line of CSV (comma separated values) ASCII characters, from the most recent instrument measurement for storage at the Client level.  The communication to the Modbus Client will be via a TCP connection.  As we develop the application that would reside on the instrument to facilitate said transmission,  we are looking for the optimal format for the transmission and the typical way to provide &amp;quot;decoding&amp;quot; instructions for the Client side.   Any advice would be appreciated.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DeltaV/Modbus .CSV string Server to Client data upload</title><link>https://emersonexchange365.com/thread/20869?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2021 07:07:25 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:58e942a1-c15d-4a1e-99c4-fe3e53b2baea</guid><dc:creator>Istv&amp;#225;n Orb&amp;#225;n</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/20869?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9335/deltav-modbus-csv-string-server-to-client-data-upload/rss?ContentTypeId=0</wfw:commentRss><description>DeltaV can receive strings through Modbus-TCP, no issue, there is a string data type for modbus signals. However, once it&amp;#39;s a string in DeltaV, you are pretty much stuck. DeltaV can only compare 2 strings and concatenate one string with another, there is no way to extract useful data from your string.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Connecting DelatV OPC UA Client to a Python Server</title><link>https://emersonexchange365.com/thread/9308?ContentTypeID=0</link><pubDate>Fri, 18 Dec 2020 14:44:15 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:5bc1fb06-2d05-4de3-9e3b-7ef186aca8ba</guid><dc:creator>Rich Bair</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/9308?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9308/connecting-delatv-opc-ua-client-to-a-python-server/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve filed a ticket for this as well but thought I&amp;#39;d reach out more broadly.&amp;nbsp; I just received my development ProPlus station and have the basics setup.&amp;nbsp; As a simple test to start to connect lab products to DeltaV,&amp;nbsp;I&amp;#39;ve created a simple python freeopcua server that I&amp;#39;m trying to connect to DeltaV using the OPC UA Client tool.&amp;nbsp; Now UaExpert is also installed on the ProPlus station and connects to the server just fine but I&amp;#39;m unable to get DeltaV to connect.&amp;nbsp; When I run the Test Endpoint Connection I receive an error and if I add a LDT under the PDT it fails.&amp;nbsp; I am able to connect OPC UA Client to an OPC UA Server.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thus, I&amp;#39;m thinking there&amp;#39;s something DeltaV requires that perhaps I haven&amp;#39;t included in my freeopcua python server.&amp;nbsp; Anyone have experience in this area?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;-Rich&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Making a Lab Product deltaV "Ready"</title><link>https://emersonexchange365.com/thread/9067?ContentTypeID=0</link><pubDate>Fri, 28 Aug 2020 18:05:57 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:3d978f79-8a75-465f-8896-afe4fbfd5837</guid><dc:creator>Rich Bair</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/9067?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9067/making-a-lab-product-deltav-ready/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;My team develops products for the laboratory and we often use custom embedded controllers.&amp;nbsp; I&amp;#39;m looking for resources regarding how I might make our products ready to be integrated into a deltaV environment which some of our customer use.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My thoughts are 1) maybe we just need to expose data via MODBUS well and then our customers can use a PK controller to connect our device or 2) maybe there is an embedded deltaV API were a product can include this API and fully integrate features where by the product communicates directly with deltaV.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking for contacts that may have experience in this area and any recommendations.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;
&lt;p&gt;-Rich Bair&lt;/p&gt;</description></item><item><title>RE: Making a Lab Product deltaV "Ready"</title><link>https://emersonexchange365.com/thread/20277?ContentTypeID=1</link><pubDate>Fri, 28 Aug 2020 18:59:46 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:bd20d1e7-df28-499c-b5e2-667251c0acb6</guid><dc:creator>Daniel Arvizu</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/20277?ContentTypeID=1</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9067/making-a-lab-product-deltav-ready/rss?ContentTypeId=0</wfw:commentRss><description>Rich,&lt;br /&gt;
I found this blog insightful, regarding your question:  &lt;a href="https://www.emersonautomationexperts.com/2016/technologies/module-based-automation-namur-ne-148/"&gt;www.emersonautomationexperts.com/.../&lt;/a&gt;&lt;br /&gt;
Anyway, you can always communicate with a PK Controller using Modbus TCP or OPC UA or EtherNet/IP.&lt;br /&gt;
Regards,&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DeltaV Live layout issue</title><link>https://emersonexchange365.com/thread/9020?ContentTypeID=0</link><pubDate>Wed, 12 Aug 2020 12:34:18 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:0e1ecf91-67c1-45da-8d3c-5b04c2e01f62</guid><dc:creator>SHWETA ASUTKAR</dc:creator><slash:comments>0</slash:comments><comments>https://emersonexchange365.com/thread/9020?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/9020/deltav-live-layout-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello ,&lt;/p&gt;
&lt;p&gt;I am facing the error in DeltaV Live in layout which is mention below . I have verified the Layout in graphic studio it is working fine. Let me know if any one know&amp;nbsp;about it.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://emersonexchange365.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/99/pastedimage1597192268198v1.png" alt=" " /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>MAS PLC products or solutions for Lifesciences, Cleanroom applications</title><link>https://emersonexchange365.com/thread/8653?ContentTypeID=0</link><pubDate>Wed, 25 Mar 2020 06:43:00 GMT</pubDate><guid isPermaLink="false">cd40bb2b-3d49-4868-939d-417119b40291:85179bae-bf80-479e-9da1-db5562b8151d</guid><dc:creator>praveen.jose@emerson.com</dc:creator><slash:comments>1</slash:comments><comments>https://emersonexchange365.com/thread/8653?ContentTypeID=0</comments><wfw:commentRss>https://emersonexchange365.com/industries/lifesciences/f/discussions-questions/8653/mas-plc-products-or-solutions-for-lifesciences-cleanroom-applications/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;Have MAS products been used for Life Sciences or clean room applications and if YES, how do we comply with the 21CFR part 11 applications? Are there specific segments here where General purpose PLC is asked for?&lt;/p&gt;
&lt;p&gt;Do we use the MAS IO&amp;#39;s along with other EPMI products to form a solution for these industries. Any presentations around it or success stories around it?&lt;/p&gt;
&lt;p&gt;I am based out of India, and was interested in knowing what solutions can be built with MAS products for these industries and how 21CFR part 11 is addressed?&lt;/p&gt;</description></item></channel></rss>