<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[REXYGEN Community Forum / SDI support]]></title>
	<link rel="self" href="https://www.rexygen.com/oldforum/extern.php?action=feed&amp;tid=367&amp;type=atom"/>
	<link href="http://www.rexygen.com/oldforum/viewtopic.php?id=367"/>
	<updated>2017-06-06T11:06:09Z</updated>
	<generator>FluxBB</generator>
	<id>http://www.rexygen.com/oldforum/viewtopic.php?id=367</id>
	<entry>
		<title type="html"><![CDATA[Re: SDI support]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1665#p1665"/>
		<content type="html"><![CDATA[<p>Thank you Jaroslav. I&#039;ll pick up a Tekbox converter then along with a sensor and give it a go. I&#039;ll let you know how it goes.</p><p>Cheers,</p><p>Adam</p>]]></content>
		<author>
			<name><![CDATA[ad_t]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=71</uri>
		</author>
		<updated>2017-06-06T11:06:09Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1665#p1665</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: SDI support]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1664#p1664"/>
		<content type="html"><![CDATA[<p>Hi Adam,<br />now it makes perfect sense. Yes the Tekbox SDI-12 converter would work. <a href="https://shop.kristech.pl/c/99/komputery-pigeon.html" rel="nofollow">Pigeon PLC</a> might be a nice platform for this application as it has RS232 on board. Any other platform with RS232 port will work as well.</p><p>Software-wise, there should be no problem. You&#039;ll simply read and write data to/from RS232 serial port in REXLANG.</p><p>Jaroslav</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2017-06-06T09:12:56Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1664#p1664</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: SDI support]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1663#p1663"/>
		<content type="html"><![CDATA[<p>Hi Jaroslav,</p><p>I was perhaps over simplifying things in my head, but I was thinking of using the sdi-12 products sdi-12 to rs232 converter (<a href="https://goo.gl/VT1gqu" rel="nofollow">https://goo.gl/VT1gqu</a>), linking to either a pi or a PFC100 (750-8102) once it is supported. Do you think that would work?</p><p>I wanted to avoid USB, because I planned to use the PFC100, but I will have a look at the Campbell option you suggest.</p><p>Thanks again and best regards,</p><p>Adam</p>]]></content>
		<author>
			<name><![CDATA[ad_t]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=71</uri>
		</author>
		<updated>2017-06-06T07:43:43Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1663#p1663</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: SDI support]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1662#p1662"/>
		<content type="html"><![CDATA[<p>Hi Adam,<br />in any case, you need a device to connect the sensors to. You can use either the mentioned USB to SDI-12 converter or you can use one of the Campbell Scientific dataloggers (e.g. CR310 which can provide the measured data via Ethernet). What device are you planning to use? </p><p>Jaroslav</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2017-06-06T06:17:52Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1662#p1662</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: SDI support]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1661#p1661"/>
		<content type="html"><![CDATA[<p>Hi Jaroslav,</p><br /><p>Thank you for looking into this for me. From the data sheet of one of the sensors we are looking at, I am not sure if the USB interface is even required (data sheet linked below). I may pick up a sensor and give it a go.</p><p><a href="https://s.campbellsci.com/documents/eu/manuals/cs230.pdf" rel="nofollow">https://s.campbellsci.com/documents/eu/ … /cs230.pdf</a></p><p>Thanks for your help again,</p><p>Adam</p>]]></content>
		<author>
			<name><![CDATA[ad_t]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=71</uri>
		</author>
		<updated>2017-06-01T21:57:01Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1661#p1661</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: SDI support]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1660#p1660"/>
		<content type="html"><![CDATA[<p>Hi Adam,<br />I have no experience with SDI-12. From what I have learned so far, you will need a SDI-12 converter to connect the sensor to. There are many USB to SDI-12 converters on the market or you can use an Arduino for that. In any case, from the point of view of your algorithm, the SDI-12 converter should act as a standard serial device to which you can send data and read back the responses from sensor(s). </p><p>In REX, the REXLANG function block is the way to go for implementation of the <a href="http://www.sdi-12.org/current_specification/SDI-12_version-1_4-May-1-2017.pdf" rel="nofollow">SDI-12 protocol (see chapter 4.0)</a>. See example 0501-01 on generic serial communication in our <a href="https://github.com/rexcontrols/REXexamples/archive/master.zip" rel="nofollow">repository of examples</a>.</p><p>Hope this sheds some light on your problem.</p><p>Kind regards,<br />Jaroslav</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2017-06-01T16:54:55Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1660#p1660</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[SDI support]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1659#p1659"/>
		<content type="html"><![CDATA[<p>A client of mine has a particular sensor they would like to use, but it&#039;s communication is over SDI-12. I see SPI and generic serial communications are included for, but is SDI; I see SDI is similar to RS-232, so I am hoping it is?</p><p>Cheers,</p><p>Adam</p>]]></content>
		<author>
			<name><![CDATA[ad_t]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=71</uri>
		</author>
		<updated>2017-05-31T09:58:07Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1659#p1659</id>
	</entry>
</feed>
