<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.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>Forum - Recent Threads</title><link>https://community.element14.com/technologies/industrial-automation-space/f/forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Tue, 05 May 2026 19:27:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/technologies/industrial-automation-space/f/forum" /><item><title>I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/56902?ContentTypeID=0</link><pubDate>Fri, 01 May 2026 13:20:49 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:04b9a122-9ff6-423b-a1db-f2d2f07e7199</guid><dc:creator>SensoredHacker0</dc:creator><slash:comments>13</slash:comments><comments>https://community.element14.com/thread/56902?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello All,&amp;nbsp;&lt;br /&gt;My Parent Company has been using Opto22 Groov Rios for expanding Analog IO to PLC systems.&amp;nbsp;&lt;br /&gt;The issue we have with these devices is that the IO periodically freezes, maintaining the analog outputs.&amp;nbsp;&lt;br /&gt;We make compression based hot water heaters, and this behaviour causes some undesired effects.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The red box is indicating that the Analog sensors have stopped updating.&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/148/g1043.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Anyway, we are searching for a suitable replacement. The devices operate in a control panel,&amp;nbsp;&lt;br /&gt;an may be subject to electrical noise, and heat from -10F to 120F&lt;br /&gt;we would really like something with at least 10 Analog inputs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Modbus is fine. We have some experience writing other protocols, but that is frequently tedious in&lt;/p&gt;
&lt;p&gt;A PLC programing environment.&amp;nbsp; We need a professional device, with a Din mounted case, no bare circuit boards.&lt;br /&gt;Analog outputs 0-10V output would be great. &lt;br /&gt;&lt;br /&gt;The groov Rios do what we want, the specs match our needs. Its their failure conditions that we have a problem with. We have brought this up with&lt;br /&gt;Opto22, and no solution has been presented. Its a thing that happens. No one knows why, or has a fix. its been about a&amp;nbsp;&lt;br /&gt;year of dealing with this, and I&amp;#39;m so over it.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If there are alternatives, I would love to hear about them.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235373?ContentTypeID=1</link><pubDate>Tue, 05 May 2026 19:27:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2b7258ec-acae-4262-81b4-52bc759c806c</guid><dc:creator>SensoredHacker0</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/235373?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;exactly. I mean the rios look fine. its this one weird bug effecting standard operations. I think at the time we went with them was in the chip shortage, and couldn&amp;#39;t get anything else. maybe that was a clue!&lt;br /&gt;Anyway, lots of things look good on paper. Talking with folks lets you know what is legit.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235328?ContentTypeID=1</link><pubDate>Mon, 04 May 2026 20:03:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:da4ad18a-653f-4b20-a985-41610c0209f6</guid><dc:creator>shabaz</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/235328?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I just remembered that BeagleBone people used the MSPM0 in I2C peripheral mode too (they call it I2C target mode for some reason). They used it to make the MSPM0 replace an I2C EEPROM and I2C ADC, they copied the register detail from real EEPROM/ADC chips. I&amp;#39;m hoping this code can provide a start:&amp;nbsp;&lt;a href="https://github.com/beagleboard/mspm0-adc-eeprom/tree/main/source/modules" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;mspm0-adc-eeprom/source/modules at main &amp;middot; beagleboard/mspm0-adc-eeprom&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Actually, just thinking,&amp;nbsp;if there&amp;#39;s enough Flash space then the&amp;nbsp;entire project could be used as-is, and append the extra code. That way a single device could&amp;nbsp;be a multi-purpose EEPROM, ADC and&amp;nbsp;UART bridge (I wouldn&amp;#39;t be using the EEROM/ADC though).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235326?ContentTypeID=1</link><pubDate>Mon, 04 May 2026 19:35:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d4de0135-abba-4990-bc9a-ba7997c9f3e5</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235326?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Someone wrote a bitbang implementation for Pico PIO:&amp;nbsp;&lt;a id="" href="https://github.com/thomasfla/pico-pio-uart-dma-rs485" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://github.com/thomasfla/pico-pio-uart-dma-rs485&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t read the code yet. I&amp;#39;m gathering&amp;nbsp;resources.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235325?ContentTypeID=1</link><pubDate>Mon, 04 May 2026 18:49:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b9fafb72-2035-477a-9dbf-20fc92316136</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235325?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been considering that part (SC16IS740), I might go with it,. I suspect the SD16IS740 is&amp;nbsp;also possibly a pre-programmed microcontroller. I thought DIY with an MSPM0 might be&amp;nbsp;straightforward because&amp;nbsp;the behavior of the&amp;nbsp;&lt;span&gt;SD16IS740&lt;/span&gt;&amp;nbsp;part is well-documented because it is in turn based on a historical part which had a parallel bus.&lt;/p&gt;
&lt;p&gt;If I went the DIY route, then&amp;nbsp;maybe to save time coding, I initially wouldn&amp;#39;t bother with all the registers, I&amp;#39;d hard-code it to perhaps 9600&amp;nbsp;baud, and hard-code the RTS behavior all ready for attaching the RS-485 transceiver. I&amp;#39;d also not need&amp;nbsp;a crystal oscillator, since the MSPM0 part doesn&amp;#39;t&amp;nbsp;use that.&amp;nbsp;What was attractive is that I could use the MSPM0 parts for something else if it turns out&amp;nbsp;less RS-485 interfaces are needed. Disadvantage is that it&amp;#39;s another device to develop for and program! I&amp;#39;d only consider it if I can fairly quicky get it to work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235324?ContentTypeID=1</link><pubDate>Mon, 04 May 2026 17:38:05 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7a0efe2f-a3c9-4a01-b81e-ac6f716411ce</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235324?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>[quote userid="123345" url="~/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/235296"] I&amp;#39;ve been considering creating the opposite end, a device to read in the measurements (guessing Modbus RTU?) and acting as an I2C slave.... So I&amp;#39;m curious to make a sort of RS485 to I2C bridge. Such parts do exist but are pricey.[/quote]
&lt;p&gt;This NXP IC has RS485 to SPI&amp;nbsp;/&amp;nbsp;i2c parts:&amp;nbsp;&lt;a href="https://www.nxp.com/docs/en/data-sheet/SC16IS740_750_760.pdf" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;SC16IS7x0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have an AVNET Pi-based device here that uses the&amp;nbsp;SC16IS740. It has 2 pins to change i2c address.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235298?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 15:00:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d44b67a3-a238-430b-b982-2475c6c19208</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235298?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Michael, it would be great to have per-port isolation, but a sort of compromise idea was to put one data acquisition module per RS485 interface and just accept that just one or a few ports would be used per module (each bridge interface having isolation, even if the module does or doesn&amp;#39;t). It would be straightforward to add more RS485 interfaces to the &amp;quot;hub&amp;quot; processor if the bridge circuit had selectable I2C addressing. I don&amp;#39;t mind too much if that is limited in practise to say 4-8 RS-485 interfaces, since another hub could be added (trying to keep this all low-cost but at the same time with some element of graceful degrading if one hub ever fails); it&amp;#39;s for my brother&amp;#39;s business (heating/air-con related; some of those RS-485 interfaces in future will go to other equipment, not data acquisition modules).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235297?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 14:32:30 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1345f5ea-1add-4891-b7d7-12898e211108</guid><dc:creator>michaelkellett</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235297?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Would you go for isolation between the analogue ports or only between the block of analogue ports and the RS485 ?&lt;/p&gt;
&lt;p&gt;I think that your data recorder (I think you Road Tested one) is fully isolated , but that many industrial IO blocks only isolate in blocks (or not at all).&lt;/p&gt;
&lt;p&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235296?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 14:18:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:adb426f2-9826-41b2-9261-b8a8bb42e59f</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235296?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;d be interested : ) I&amp;#39;ve been considering creating the opposite end, a device to read in the measurements (guessing Modbus RTU?) and acting as an I2C slave.. for a couple of boring reasons, primarily I didn&amp;#39;t have many free pins on my microcontroller. So I&amp;#39;m curious to make a sort of RS485 to I2C bridge. Such parts do exist but are pricey. Was thinking of using the good old MSPM0 chip since it&amp;#39;s cheap and we know how to use it very effectively since we did all those experiments on it last year!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235295?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 13:48:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:29120617-4fa8-4037-8f9c-4c60a25029c0</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235295?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I may try to make something like this. 24 volt based,&amp;nbsp;RS485 comms, The usual industrial voltage and current source / sinks. Decent isolation / protection and DIN housing.&lt;/p&gt;
&lt;p&gt;I have devices with &lt;span&gt;RS485&amp;nbsp;&lt;/span&gt;and industrial IO that I could use to test it with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235291?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 08:52:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4d26f7f5-1666-4a8f-9672-b39c06f447e0</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/235291?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Overdigit has analogue I/O with modbus, din mounted.&lt;/p&gt;
&lt;p&gt;4 chan analogue i/o configurable, 10 V:&amp;nbsp; &lt;a href="https://www.plc-io.com/en/home/i-o-modules/ex04aio-modbus-module-with-4-analog-inputs-outputs.2.5.2.gp.224.uw" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;EX04AIO&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4 channels can be I and O at the same time. They have pins for both, and both can be controlled via ModBus at the same time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235289?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 06:09:30 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0f5d28d0-9b45-469a-8bbb-c3095ce8713c</guid><dc:creator>phoenixcomm</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/235289?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Question how many inputs do you need (a) what is there Amplitude&amp;nbsp; Vmax(b) what frequency do you want to get the info (c)&lt;/p&gt;
&lt;p&gt;how many devices (quantity)&amp;nbsp; do you need and would you get dirty and DIY Them? Y/N&lt;/p&gt;
&lt;p&gt;if you are audio range there a bunch of D mux chips&lt;/p&gt;
&lt;p&gt;and one more thing would you be willing to do CAN in the Box...that is to say between your box and the sensor... but then the sensor has to talk CAN but if the sensors are stupid then you could put a micro-embeded cpu&amp;nbsp; at the far end.&amp;nbsp; TI has a broad range of these beasts as they are use in automotive industry&lt;/p&gt;
&lt;p&gt;btw one more you could use&amp;nbsp; Semiconductor Analog Mux .~~ Cris H&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235261?ContentTypeID=1</link><pubDate>Fri, 01 May 2026 13:53:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:07242987-6683-4aea-85d7-2c85a6881093</guid><dc:creator>geralds</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/235261?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.element14.com/members/sensoredhacker0"&gt;SensoredHacker0&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can use Eaton Easy E4 for example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://at.farnell.com/en-AT/c/automation-process-control/process-controllers-programmers-indicators?st=eaton+easy+E4&amp;amp;COM=e14c-direct-ugc&amp;amp;CMP=e14c-direct-ugc&amp;amp;osetc=e14c-direct-ugc" target="_blank" data-e14adj="t"&gt;https://at.farnell.com/en-AT/c/automation-process-control/process-controllers-programmers-indicators?st=eaton+easy+E4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1) The controller (with display, just one of 3 possible modules; DC, UC, AC versions):&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://at.farnell.com/en-AT/eaton-moeller/easy-e4-dc-12tc1/control-relay-w-display-24vdc/dp/3371899?COM=e14c-direct-ugc&amp;amp;CMP=e14c-direct-ugc&amp;amp;osetc=e14c-direct-ugc" target="_blank" data-e14adj="t"&gt;https://at.farnell.com/en-AT/eaton-moeller/easy-e4-dc-12tc1/control-relay-w-display-24vdc/dp/3371899&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4 analogue inputs, 8 digital inputs, 4 digital outputs&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2) Analog expansion module:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://at.farnell.com/en-AT/eaton-moeller/easy-e4-dc-6ae1/analog-input-output-module-4-i/dp/3371908?COM=e14c-direct-ugc&amp;amp;CMP=e14c-direct-ugc&amp;amp;osetc=e14c-direct-ugc" target="_blank" data-e14adj="t"&gt;https://at.farnell.com/en-AT/eaton-moeller/easy-e4-dc-6ae1/analog-input-output-module-4-i/dp/3371908&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4 analogue inputs, 2 analogue outputs&lt;/p&gt;
&lt;p&gt;Here you need 2 modules&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3) If you want reading temp. sensors:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://at.farnell.com/en-AT/eaton-moeller/easy-e4-dc-4pe1/analog-input-module-4-i-p-24vdc/dp/3371912?MER=BR-MER-PDP-RECO-STM72194&amp;amp;COM=e14c-direct-ugc&amp;amp;CMP=e14c-direct-ugc&amp;amp;osetc=e14c-direct-ugc" target="_blank" data-e14adj="t"&gt;https://at.farnell.com/en-AT/eaton-moeller/easy-e4-dc-4pe1/analog-input-module-4-i-p-24vdc/dp/3371912?MER=BR-MER-PDP-RECO-STM72194&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4 analogue inputs, 2 or 3 wired PTxxxx&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;At Farnell, you can find some other modules you want to combine together.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;br /&gt;Gerald&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need a device to read multiple Analog Inputs, and write 2 analog outputs</title><link>https://community.element14.com/thread/235260?ContentTypeID=1</link><pubDate>Fri, 01 May 2026 13:39:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f84f7ed8-3f59-4e25-9387-d5d51464372d</guid><dc:creator>michaelkellett</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/235260?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/56902/i-need-a-device-to-read-multiple-analog-inputs-and-write-2-analog-outputs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I didn&amp;#39;t even Google - merely Duck, Duck went and found loads. (Google would find more but I don&amp;#39;t use it if I don&amp;#39;t have to)&lt;/p&gt;
&lt;p&gt;These look not bad:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://www.lucid-control.com/lucid485-serial-rs-485-analog-digital-io-module-modbus-rtu/" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://www.lucid-control.com/lucid485-serial-rs-485-analog-digital-io-module-modbus-rtu/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve designed such things in the past - and would be happy to do so again (commercially) but it wouldn&amp;#39;t be worthwhile unless you use a lot of them.&lt;/p&gt;
&lt;p&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interfacing EVAL-AD5700 with Microcontroller &amp; Transmitter</title><link>https://community.element14.com/thread/235114?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2026 03:56:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0d59f998-e36e-479a-b4db-2e4de5809bbc</guid><dc:creator>meera_hussien</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/235114?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/55954/interfacing-eval-ad5700-with-microcontroller-transmitter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks for the update &lt;a href="https://community.element14.com/members/fonhuaicho"&gt;fonhuaicho&lt;/a&gt;&amp;nbsp;. I will relook into this and see if i can get this working. I would also like to inform that I have tried to look for some reference on the wiring or the setup but didn&amp;#39;t find any. If you know any site or resources that is related to my setup, please do share it.&lt;/p&gt;
&lt;p&gt;Appreciate your help.&lt;/p&gt;
&lt;p&gt;Thank you.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Interfacing EVAL-AD5700 with Microcontroller &amp; Transmitter</title><link>https://community.element14.com/thread/55954?ContentTypeID=0</link><pubDate>Thu, 10 Jul 2025 02:04:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5e10f985-1439-47ad-bfcc-47f9c930810b</guid><dc:creator>meera_hussien</dc:creator><slash:comments>4</slash:comments><comments>https://community.element14.com/thread/55954?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/55954/interfacing-eval-ad5700-with-microcontroller-transmitter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am trying to interface the&amp;nbsp;&lt;span&gt;EVAL-AD5700 with STM or Arduino Microcontroller and also Yokogawa Transmitter. Has anyone ever tried this configuration or has experience using the HART modem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:360px;max-width:640px;" alt=" " src="https://www.analog.com/en/_/media/analog/en/evaluation-board-images/images/eval-ad5700-1ebzangle-web.gif?rev=c76296dc8439483d8d424abe37560b72&amp;amp;sc_lang=en&amp;amp;h=270&amp;amp;thn=1&amp;amp;hash=7E4423AA5178A7F0F6E5D1DF3D47CC39" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;and the current setup is as follow&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:360px;max-width:640px;" alt=" " src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/148/Schematic_5F00_HART_5F00_Temp_5F00_Transmitter_5B00_1_5D00_.png" /&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>RE: Interfacing EVAL-AD5700 with Microcontroller &amp; Transmitter</title><link>https://community.element14.com/thread/234986?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2026 10:57:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aa1f76f5-6ce5-4498-8c80-f2394cafb38a</guid><dc:creator>fonhuaicho</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/234986?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/55954/interfacing-eval-ad5700-with-microcontroller-transmitter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p data-start="0" data-end="15"&gt;Nice setup&amp;nbsp;&lt;span class="emoticon" data-url="https://community.element14.com/cfs-file/__key/system/emoji/1f44d.svg" title="Thumbsup"&gt;&amp;#x1f44d;&lt;/span&gt;&lt;/p&gt;
&lt;p data-start="17" data-end="221"&gt;People have interfaced the AD5700 with STM/Arduino over SPI without much issue. Just make sure the HART signal is properly coupled onto the 4-20 mA loop using the correct resistor and capacitor network.&lt;/p&gt;
&lt;p data-start="223" data-end="305" data-is-last-node="" data-is-only-node=""&gt;The &amp;ldquo;HART in/out&amp;rdquo; labeling can be confusing,&amp;nbsp;it&amp;rsquo;s basically the same loop signal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interfacing EVAL-AD5700 with Microcontroller &amp; Transmitter</title><link>https://community.element14.com/thread/232002?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 03:31:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:44ce9787-2961-4a15-ab06-438f4b14c223</guid><dc:creator>meera_hussien</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/232002?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/55954/interfacing-eval-ad5700-with-microcontroller-transmitter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks &lt;a href="https://community.element14.com/members/mp2100"&gt;mp2100&lt;/a&gt;&amp;nbsp;. And sorry for my late response. I have asked for help from the official analog devices forum. So far no answer yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interfacing EVAL-AD5700 with Microcontroller &amp; Transmitter</title><link>https://community.element14.com/thread/229732?ContentTypeID=1</link><pubDate>Mon, 28 Jul 2025 01:20:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:dc5a8849-555f-4ab9-926d-9a40c7f159f4</guid><dc:creator>mp2100</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/229732?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/55954/interfacing-eval-ad5700-with-microcontroller-transmitter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Interesting.. I hadm&amp;rsquo;t seen this EVAL board.. &amp;nbsp;I will have to read up on it. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m wondering why the terminals say HART in and HART out. &amp;nbsp;HART is a 1200 bps serial comm imposed on the 4-20 mA signal. &amp;nbsp;It&amp;rsquo;s not in and out.&lt;/p&gt;
&lt;p&gt;Allen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 4-20mA Input To Microcontroller</title><link>https://community.element14.com/thread/221628?ContentTypeID=1</link><pubDate>Tue, 28 May 2024 08:35:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7b0c8d97-1538-4d67-85f1-3da0d556d175</guid><dc:creator>meera_hussien</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221628?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/54643/4-20ma-input-to-microcontroller/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks &lt;a href="https://community.element14.com/members/robogary"&gt;robogary&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>4-20mA Input To Microcontroller</title><link>https://community.element14.com/thread/54643?ContentTypeID=0</link><pubDate>Fri, 24 May 2024 07:36:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d57182c6-d978-40e5-b6a8-9d0d7b8c1187</guid><dc:creator>meera_hussien</dc:creator><slash:comments>6</slash:comments><comments>https://community.element14.com/thread/54643?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/54643/4-20ma-input-to-microcontroller/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;What is the best practice to create a 4-20mA input that can be feed in to microcontroller ADC pin?&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>RE: 4-20mA Input To Microcontroller</title><link>https://community.element14.com/thread/221627?ContentTypeID=1</link><pubDate>Tue, 28 May 2024 08:34:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e2ed33a5-b176-4c78-bd1f-7e244e929962</guid><dc:creator>meera_hussien</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221627?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/54643/4-20ma-input-to-microcontroller/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks for the info &lt;a href="https://community.element14.com/members/steve524"&gt;Steve524&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 4-20mA Input To Microcontroller</title><link>https://community.element14.com/thread/221626?ContentTypeID=1</link><pubDate>Tue, 28 May 2024 08:33:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7bf34704-ff8c-47f6-9032-a41633f8cde9</guid><dc:creator>meera_hussien</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221626?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/54643/4-20ma-input-to-microcontroller/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks for the info &lt;a href="https://community.element14.com/members/michaelkellett"&gt;michaelkellett&lt;/a&gt;&amp;nbsp;. I will look into the details.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ultrasonic signal generator</title><link>https://community.element14.com/thread/54647?ContentTypeID=0</link><pubDate>Mon, 27 May 2024 00:33:49 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c4e9bd58-d548-4082-aafd-b11c4719abb2</guid><dc:creator>CKDAF</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/54647?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/54647/ultrasonic-signal-generator/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am currently using&amp;nbsp;Olympus 5077PR square wave emitter/receiver for ultrasound signal generator. I am wondering if this could be replaced with&amp;nbsp;GW INSTEK SFG-1003 from your shop?&lt;/p&gt;</description></item><item><title>RE: Ultrasonic signal generator</title><link>https://community.element14.com/thread/221615?ContentTypeID=1</link><pubDate>Mon, 27 May 2024 08:03:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:baa27a4b-c15e-4644-a00d-55a71c1a9fcd</guid><dc:creator>michaelkellett</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221615?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/technologies/industrial-automation-space/f/forum/54647/ultrasonic-signal-generator/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;E14 is an engineering forum and only indirectly related to Farnell, Newark and Avnet - so for specific advice about products sold by the various outlets you should ask them directly.&lt;/p&gt;
&lt;p&gt;SO this advice is based on my engineering experience and I don&amp;#39;t represent any one but me.&lt;/p&gt;
&lt;p&gt;I have designed piezo electric transducers of various types.&lt;/p&gt;
&lt;p&gt;The Olympus generator is specifically designed for driving piezo transducers and picking up return signals.&lt;/p&gt;
&lt;p&gt;The GW INSTEK SFG-1003 is a low cost signal generator.&lt;/p&gt;
&lt;p&gt;The 5077 can generate 400V pulses, the 1003 can manage 10V on a high impedance load.&lt;/p&gt;
&lt;p&gt;They are not equivalent.&lt;/p&gt;
&lt;p&gt;If you were to explain what sort of device you wish to drive and the kind of experiments that you want to do it might be possible to give you more useful advice.&lt;/p&gt;
&lt;p&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>