<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Raveon Technologies</title>
	<atom:link href="https://www.raveon.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.raveon.com/</link>
	<description>Data Radio Modems - Data Radios for IoT</description>
	<lastBuildDate>Thu, 18 Jan 2024 02:41:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>SCADA and Telemetry Communications</title>
		<link>https://www.raveon.com/scada-and-telemetry-communications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=scada-and-telemetry-communications</link>
		
		<dc:creator><![CDATA[John S.]]></dc:creator>
		<pubDate>Thu, 18 Apr 2019 18:44:29 +0000</pubDate>
				<category><![CDATA[SCADA]]></category>
		<guid isPermaLink="false">https://www.raveon.com/?p=1508</guid>

					<description><![CDATA[<p>Electronic communications is all about interlinking circuits (processors or other integrated circuits) to create a symbiotic system. For SCADA and Telemetry systems that to swap information, they must share a common standard communication protocol. Communication protocols have been designed to&#8230;</p>
<p>The post <a href="https://www.raveon.com/scada-and-telemetry-communications/">SCADA and Telemetry Communications</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Electronic communications is all about interlinking circuits (processors or other integrated circuits) to create a symbiotic system. For SCADA and Telemetry systems that to swap information, they must share a common standard communication protocol. Communication protocols have been designed to achieve data exchange.</p>
<p>For long-range wireless SCADA, use our data radios or our SCADA RTUs for Remote Autonomous Zone Nodes (RAZNs)</p>
<h1>Serial Data Communications</h1>
<p>The most common serial communication protocols are RS232, RS485, RS422, USB, and Ethernet.  But because USB and Ethernet require powerful interfaces with complex protocols, many efficient devices utilized RS232, RS485, and RS422 which is what this note is all about. For more information, read Application <a href="https://www.raveon.com/wp-content/uploads/2019/01/AN236SerialComm.pdf">AN236(SerialComm)</a></p>
<h2>Serial Protocol Comparison Chart</h2>
<table style="height: 471px;" width="728">
<tbody>
<tr>
<td width="160"></td>
<td width="160"><strong>RS-232</strong></td>
<td width="160"><strong>RS-422</strong></td>
<td width="160"><strong>RS-485</strong></td>
</tr>
<tr>
<td width="160">Cable</td>
<td width="160">Single ended</td>
<td width="160">Single ended multi-drop</td>
<td width="160">Multi-drop</td>
</tr>
<tr>
<td width="160">Number of Devices</td>
<td width="160">1 transmitter<br />
1 receiver</td>
<td width="160">1 transmitter<br />
10 receivers</td>
<td width="160">32 transmitters<br />
32 receivers</td>
</tr>
<tr>
<td width="160">Communication Mode</td>
<td width="160">Full duplex</td>
<td width="160">Full duplex,<br />
Half duplex</td>
<td width="160">Full duplex,<br />
Half duplex</td>
</tr>
<tr>
<td width="160">Maximum Distance</td>
<td width="160">50 feet at 19.2 kbps</td>
<td width="160">4000 feet at 100 kbps</td>
<td width="160">4000 feet at 100 kbps</td>
</tr>
<tr>
<td width="160">Max Data Rate (50 feet)</td>
<td width="160">1 mbps</td>
<td width="160">10 mbps</td>
<td width="160">10 mbps</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h2>The Advantages of RS485 and RS422 vs RS232</h2>
<p>RS485 and RS422 use differentiation. Two wires are required for each signal.  The figure below shows a single RS485 / RS422 signal being transmitted. To transmit a logic 1, line B is high and line A is low. To transmit a logic 0, line B is low and line A is high. The advantage of this arrangement is that signals can be transmitted faster and over greater distances than is possible with a single wire.</p>
<p>The main differences between RS422 and RS485 is the types of communications allowed.</p>
<p><strong>RS422</strong> allows only one-way (simplex) communications between one driver, and as many as ten receiving devices. To control devices and need no feedback from them, RS-422 multi-drop network will work well. The output data driver from the master is always enabled. Full Duplex communication.</p>
<p><strong><img decoding="async" class="size-medium wp-image-1516 alignleft" src="https://www.raveon.com/wp-content/uploads/2019/04/RS232_Wire-300x88.png" alt="" width="300" height="88" srcset="https://www.raveon.com/wp-content/uploads/2019/04/RS232_Wire-300x88.png 300w, https://www.raveon.com/wp-content/uploads/2019/04/RS232_Wire.png 414w" sizes="(max-width: 300px) 100vw, 300px" />RS422 (One Master and up to 10 Slaves)</strong></p>
<p><strong>1 Driver up to 10 Receivers</strong></p>
<p><strong>RS485</strong> was designed to address the multi-drop limitation of RS422, allowing up to 32 devices to communicate. In RS485 each driver can be switched off allowing multiple units to send data. The Output data drivers from the masters are disabled unless data is coming out of a master.</p>
<p><strong><img decoding="async" class="size-medium wp-image-1515 alignleft" src="https://www.raveon.com/wp-content/uploads/2019/04/RS485_Wire-300x93.png" alt="" width="300" height="93" srcset="https://www.raveon.com/wp-content/uploads/2019/04/RS485_Wire-300x93.png 300w, https://www.raveon.com/wp-content/uploads/2019/04/RS485_Wire.png 415w" sizes="(max-width: 300px) 100vw, 300px" />RS485 (Many Masters and Many Slaves)</strong></p>
<p><strong>Up to 32 Driver/Receiver Pairs</strong></p>
<p>&nbsp;</p>
<p>RS-422 and RS-485 transceivers are sometimes confused with each other.  One type is assumed to be a full-duplex version of the other. RS-485 meets most all the RS-422 specifications, RS-485 drivers can be used in RS-422 applications. RS-422 drivers cannot be used with RS-485. 4-Wire RS-485 networks are the same as RS-422 Multi-Drop Networking. An RS-422 device is used as the master and an RS485 device is used as a slave in a 4-Wire RS-485 bus.</p>
<h2>RS-232 Information</h2>
<p>RS232 serial ports consists of just two communication wires:</p>
<p>A. one for sending data and another for receiving. As such, serial devices should have two serial pins:<br />
B. the receiver, RX, and the transmitter, TX.</p>
<p>Communication data is based upon the voltage on the wires, relative to the ground level. A ground connection must be made between devices that communicate with RS-232.  This is an RS232 wiring diagram:</p>
<p><img decoding="async" class="size-medium wp-image-1514 alignleft" src="https://www.raveon.com/wp-content/uploads/2019/04/RS232_Wireing-300x107.png" alt="" width="300" height="107" srcset="https://www.raveon.com/wp-content/uploads/2019/04/RS232_Wireing-300x107.png 300w, https://www.raveon.com/wp-content/uploads/2019/04/RS232_Wireing.png 428w" sizes="(max-width: 300px) 100vw, 300px" />A digital 1 voltage is:  -3V to -25V</p>
<p>A digital 0 voltage is:  +3V to +25V</p>
<p>RS232 data is sent serially, each bit is sent one after the next because there is only one data line in each direction. This mode of data transmission also requires that the receiver knows when the actual data bits are arriving so that it can synchronize itself to the incoming data. To achieve this a logic 0 is sent as a synchronization start bit.</p>
<h2>RS422 (Single Driver Communications)</h2>
<p>RS422 is designed to be tolerant of noise and forgiving of long cable runs. It is typically used between one transmitter receiver pair to one other transmitter receiver pair. Each output can drive up to 10 receivers. It achieves this by using a differential current drive output which has high immunity to noise. The noise immunity enables RS422 systems to operate over very long connections, much better than RS232, US, and Ethernet.</p>
<p>Each signal uses two wires to pass the data. The differential voltage on the A and B wires represent the digital value. If B&gt;A the value is 1. If A&gt;B then value is 0.</p>
<table>
<tbody>
<tr>
<td width="116">Input Signal</td>
<td width="82">  A    B</td>
<td width="132">Output Signal</td>
</tr>
<tr>
<td width="116">0</p>
<p>&nbsp;</td>
<td width="82">  1     0</td>
<td width="132">0</td>
</tr>
<tr>
<td width="116">1</td>
<td width="82">  0     1</td>
<td width="132">1</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><img decoding="async" class="size-medium wp-image-1513 alignleft" src="https://www.raveon.com/wp-content/uploads/2019/04/RS422_Wiried-300x127.png" alt="" width="300" height="127" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>A multi-drop wiring has many desirable advantages, RS422 devices cannot be used to construct a truly multi-point network. A true multi-point network consists of multiple drivers and receivers connected on a single bus, where any node can transmit or receive data.</p>
<h3>RS422 Multi-Drop</h3>
<p><img decoding="async" class=" wp-image-1512 alignleft" src="https://www.raveon.com/wp-content/uploads/2019/04/RS422_SystemWiring-300x257.png" alt="" width="207" height="178" srcset="https://www.raveon.com/wp-content/uploads/2019/04/RS422_SystemWiring-300x257.png 300w, https://www.raveon.com/wp-content/uploads/2019/04/RS422_SystemWiring.png 515w" sizes="(max-width: 207px) 100vw, 207px" /></p>
<p>A multi-drop wiring has many desirable advantages.</p>
<p>RS422 devices cannot be used to construct a truly multi-point network.</p>
<p>A true multi-point network consists of multiple drivers and receivers connected on a single bus where any node can transmit or receive data.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>RS422 networks are often used in a half-duplex mode similar to RS485. The RS-422 products that can do multi-drop communications, are actually RS-485 4-wire systems.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-1511" src="https://www.raveon.com/wp-content/uploads/2019/04/RS422_MultiDrip-300x132.png" alt="" width="300" height="132" srcset="https://www.raveon.com/wp-content/uploads/2019/04/RS422_MultiDrip-300x132.png 300w, https://www.raveon.com/wp-content/uploads/2019/04/RS422_MultiDrip-768x339.png 768w, https://www.raveon.com/wp-content/uploads/2019/04/RS422_MultiDrip.png 843w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>&nbsp;</p>
<h2>RS485(Multiple Driver Communications)</h2>
<p>RS485 is similar to RS422 upon which it is based. The main difference is that up to 32 transmitter receiver pairs may be present on the RS485 lines at one time. RS-485 is generally a 2-wire half duplex system. AN RS485 4-wire full duplex system is very similar to RS-422.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-1510" src="https://www.raveon.com/wp-content/uploads/2019/04/RS485_FullDuplexWiring-300x133.png" alt="" width="300" height="133" srcset="https://www.raveon.com/wp-content/uploads/2019/04/RS485_FullDuplexWiring-300x133.png 300w, https://www.raveon.com/wp-content/uploads/2019/04/RS485_FullDuplexWiring-768x340.png 768w, https://www.raveon.com/wp-content/uploads/2019/04/RS485_FullDuplexWiring.png 804w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>In RS485 half-duplex, only one signal pair (A, B) is used.  When instruments are described as having an RS485 interface this tells you nothing for sure about the signals being transmitted. Usually though only the Transmit Data (TX) and Receive Data (RX) of a normal serial port are converted to RS485 or RS422. The other signals of the serial port are not used. Three arrangements are commonplace: Write only, 4-wire (full duplex) and 2-wire (half duplex).  The  “2-wire” RS-485 connection is shown below.</p>
<h3>RS485 half-duplex</h3>
<p><img decoding="async" class="size-medium wp-image-1519 alignleft" src="https://www.raveon.com/wp-content/uploads/2019/04/RS485_Half_Duplex_Wiring-300x150.png" alt="" width="300" height="150" srcset="https://www.raveon.com/wp-content/uploads/2019/04/RS485_Half_Duplex_Wiring-300x150.png 300w, https://www.raveon.com/wp-content/uploads/2019/04/RS485_Half_Duplex_Wiring.png 738w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>&nbsp;</p>
<p>RS485 half-duplex can use just two wires to communicate with up to 32 device, one at a time.</p>
<p>Each device has the ability to turn off its output drivers, so only the one device that is linking to the host outputs a signal on its TX lines.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h1>Wireless Data Communications</h1>
<p>Serial data can be converted to RF signals in wireless data communication modems, and then the data can be sent over un-wired areas.</p>
<p>To extend range, <strong><em>Go Wireless</em></strong> for remote access over 10s to 100+ square miles, us an RV-M7 or RV-M21 data radio modem. They have RS232, RS485, and RS422 options.</p>
<h3><strong><em>Wireless Connection to SCADA Slave  (Long Range. Many miles)</em></strong></h3>
<p><img decoding="async" class="alignnone wp-image-1190" src="https://www.raveon.com/wp-content/uploads/2019/01/SCADA_RF-300x95.jpg" alt="" width="578" height="183" srcset="https://www.raveon.com/wp-content/uploads/2019/01/SCADA_RF-300x95.jpg 300w, https://www.raveon.com/wp-content/uploads/2019/01/SCADA_RF.jpg 602w" sizes="(max-width: 578px) 100vw, 578px" /></p>
<p>A single master device initiates all transactions on the network.  Slave devices respond to the master&#8217;s queries, by returning data or performing an requested action. Slaves are often connected using RS485 or RS422 serial connections.</p>
<p>To <strong><em>Reduce Cost</em></strong> and increase flexibility, use a Wireless Remote Terminal Unit (RTU) with build in Slave Devices.  Raveon’s RV-M21 radio modem can control lights, pumps, and read switches and many other things. M21 has digital IOs, switched DC, open collector switches, and analog inputs.</p>
<p>&nbsp;</p>
<p><img decoding="async" class="alignnone wp-image-1189" src="https://www.raveon.com/wp-content/uploads/2019/01/SCADA_GPIO-300x114.jpg" alt="" width="495" height="188" srcset="https://www.raveon.com/wp-content/uploads/2019/01/SCADA_GPIO-300x114.jpg 300w, https://www.raveon.com/wp-content/uploads/2019/01/SCADA_GPIO.jpg 512w" sizes="(max-width: 495px) 100vw, 495px" /></p>
<p>&nbsp;</p>
<p>For <strong>Short Range SCADA </strong>systems: Use wireless technologies such as Bluetooth, Wi-Fi, or Zigbee. They work reliably over 1-10 meters.</p>
<p><strong>Wide Area SCADA and Telemetry </strong>systems rely on low-power technologies operating on licensed radio bands and license free bands.<br />
In the  unlicensed bands, popular technologies are: LoRaWAN and Sigfox. Raveon provides many long-range wireless solutions.<br />
For use on private licensed bands, <a href="https://www.raveon.com/data-radio-modems/">long-range radio modems</a> cover hundreds of square miles.</p>
<p>For <strong>Global Coverage: S</strong>ystems utilize cellular technologies, such as the 4G based LTE-M and NB-IoT technologies and 5G in the future.<br />
Cellular networks work well, but may not have coverage in all areas you need, and they do charge monthly fees. If you setup your own wireless SCADA or Telemetry system, you have not monthly fees, and it will keep working when Cellular networks fail or are over-busy.</p>
<h3>Wireless Communication Range</h3>
<p>The range of a communication system is determined by:</p>
<ol>
<li><strong>Antenna gains and antenna heights. </strong></li>
<li><strong>Transmit power</strong></li>
<li><strong>Receive sensitivity</strong></li>
<li><strong>Frequency of the system</strong></li>
<li><strong>The energy per bit (data rate)</strong></li>
</ol>
<p>Raveon&#8217;s data radio modems have many different range limitations because every radio  and every system has a variety of parameters that determine range. To see the advantages of LoRa technology long-range RF, see <a href="https://www.raveon.com/wp-content/uploads/2019/04/AN205LoRa_Range-1.pdf">AN205(LoRa_Range)</a> application note, and for general RF coverage information see this App Note: <a href="https://www.raveon.com/wp-content/uploads/2019/02/AN206RadioCoverage.pdf">AN206(RadioCoverage)</a></p>
<p><strong>Antenna gains</strong> and antenna heights can make hug improvements to the range of a communication system.  Antenna performance is some of the most economical ways to improve a system.  But Antenna gains are sometimes limited by regulatory rules or practical considerations.</p>
<p>Every RF engineer knows the equation for RF communication that shows the higher the <strong>frequency of the system</strong>, the more the loss.</p>
<p>L = C + 20 * log(D) + 20 * log(F)</p>
<p>C is 36.6 if D is measured in miles. L is the free space path loss. You can see that the loss goes up as the distance (D) goes up and as the frequency (F) goes up. If you use a frequency like 900MHz instead of 150MHz, the path-loss is 15dB more. This common formula is often cited as proof that the atmosphere attenuates high frequencies more than lower.</p>
<p>Learn about the types of <a href="https://www.raveon.com/scada-terminals/">SCADA terminals available</a> on Raveon’s products with SCADA terminals and General Purpose IOs.</p>
<p>The Remote Autonomous Zone Node (<em><strong>RAZN)</strong></em> has Ethernet interface features, RS-485, and it may include wireless data radio modems inside it also.</p>
<p>Raveon also provides wireless SCADA RTUs  with a myriad of IO features and Autonomous operations.<br />
These Remote Autonomous Zone Nodes (RAZN) products are low-cost and easy to use in your system.</p>
<p><a href="https://www.raveon.com/remote-zone-nodes/"><img decoding="async" class="alignnone wp-image-2727" src="https://www.raveon.com/wp-content/uploads/2021/01/RAXN_A2_sm.jpg" alt="" width="553" height="353" srcset="https://www.raveon.com/wp-content/uploads/2021/01/RAXN_A2_sm.jpg 800w, https://www.raveon.com/wp-content/uploads/2021/01/RAXN_A2_sm-300x192.jpg 300w, https://www.raveon.com/wp-content/uploads/2021/01/RAXN_A2_sm-768x491.jpg 768w" sizes="(max-width: 553px) 100vw, 553px" /></a></p>
<p>They also have interface features using:  RS-484, or Ethernet,  or long-range wireless modems.</p>
<p>There are more than a dozen different IO options on the RAZN terminals.<br />
The is a <a href="https://www.raveon.com/scada-terminals/">myriad of IO features</a> are listed</p>
<div class="wpb_text_column wpb_content_element ">
<div class="wpb_wrapper"></div>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.raveon.com/scada-and-telemetry-communications/">SCADA and Telemetry Communications</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What protocol will make it through the innovation stage?</title>
		<link>https://www.raveon.com/what-protocol-will-make-it-through-the-innovation-stage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-protocol-will-make-it-through-the-innovation-stage</link>
					<comments>https://www.raveon.com/what-protocol-will-make-it-through-the-innovation-stage/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:23:04 +0000</pubDate>
				<category><![CDATA[Posts Articles]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=493</guid>

					<description><![CDATA[<p>Billions of connected devices will require thousands of applications to manage the transmission, reception, distribution, and sharing of this immense amount of data. In any fast emerging market there are fast emerging solutions; LoRa, Xigbee, Alljoyn, OIC, IIC, Z Wave,&#8230;</p>
<p>The post <a href="https://www.raveon.com/what-protocol-will-make-it-through-the-innovation-stage/">What protocol will make it through the innovation stage?</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Billions of connected devices will require thousands of applications to manage the transmission, reception, distribution, and sharing of this immense amount of data. In any fast emerging market there are fast emerging solutions; LoRa, Xigbee, Alljoyn, OIC, IIC, Z Wave, Thread, IPv6 and many more.</p>
<p>Adaptation and consumer value of connected devices will be driven by the user’s overall experience and benefit to all this great data now capable of being shared. Today the largest benefactors of IoT are from tracking objects, even if it’s just themselves, and utility scale telemetry. Smart Homes are projected to be the largest market segment representing over 3.5 billion devices by 2020, followed by smart building at 1.7 billion, then general industry at 1.5 billion, medical and transport at 400 million each.</p>
<p>The money typically leads a market. With homes and commercial buildings being a primary driver in connected devices the most likely connectivity protocol will be wi-fi and Bluetooth connected devices. This is primary driven by our current devices in which we’ve grown very dependent on. The average US home has 6 mobile devices, the average UK home has 7.</p>
<p>The carriers are pushing hard to build out the IoT market with LTE standards while these same subscription based services are driving the market towards other solutions such as wi-fi and Bluetooth. The question is do you really want to pay a subscription package fee per month to connect your fridge to your toaster? I feel adaption of IoT within the home will be driven by the manufacturers in incorporating connective capabilities that leverage the most common free accessible tools available. A majority of the protocols out there today are dependent on the LTE subscription based services. Similar to the web the IoT space in order to evolve will need one common protocol and like the web it will be difficult to charge a subscription fee within a culture already expecting free connectivity.</p>
<p>An important factor in determining the most promising standard protocol will depend greatly on its ability to handle the projected billions of devices soon to be talking to each other. Major networks are already planning for that future. Cellular has 5G just around the corner with carriers already separating out their networks into mobile and IoT sectors allowing for lower band allocation to IoT devices and IPv6 available today is gaining fast ground allowing for substantial increase in networkable IP based devices.</p>
<p>There are approximately 57 major US cities with citywide free wi-fi connectivity with a user base of less than 2%. Will this not be 200 cities in the next 5 years and open access means a new opportunity for free device connectivity.[:]
<p>The post <a href="https://www.raveon.com/what-protocol-will-make-it-through-the-innovation-stage/">What protocol will make it through the innovation stage?</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/what-protocol-will-make-it-through-the-innovation-stage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Carrier Detect &#038; Busy Channel Lockout – Collision Avoidance</title>
		<link>https://www.raveon.com/carrier-detect-and-busy-channel-lockout-a-collision-avoidance-mechanism/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=carrier-detect-and-busy-channel-lockout-a-collision-avoidance-mechanism</link>
					<comments>https://www.raveon.com/carrier-detect-and-busy-channel-lockout-a-collision-avoidance-mechanism/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:21:58 +0000</pubDate>
				<category><![CDATA[Posts Articles]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=491</guid>

					<description><![CDATA[<p>In a number of radio operating environments, whether data radios or voice radios, either system logistics or regulations may suggest a radio device listen for a signal on the intended frequency prior to transmission. This can serve a very useful&#8230;</p>
<p>The post <a href="https://www.raveon.com/carrier-detect-and-busy-channel-lockout-a-collision-avoidance-mechanism/">Carrier Detect &#038; Busy Channel Lockout – Collision Avoidance</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="single-blog-content entry clr">
<p>In a number of radio operating environments, whether data radios or voice radios, either system logistics or regulations may suggest a radio device listen for a signal on the intended frequency prior to transmission. This can serve a very useful purpose, as two radio transmissions occurring on the same frequency simultaneously within the same area will likely interfere with a receiver’s ability to clearly distinguish one transmission from another. This occurrence is conventionally called a collision, and thus collision avoidance is the goal.</p>
<p>One way to avoid two simultaneous transmissions on the same frequency interfering with a receiver is to physically space the two competing radio systems far apart. This is the primary reason why the Federal Communications Commission licenses radio frequencies to individual users. As the use of specific radio frequencies are licensed, their location of use is noted and the relicensing of the same frequency is coordinated to ensure that the competing systems are far enough apart to avoid interference with one another. This is also the reason why Raveon recommends the use of licensed frequencies in most applications. Still, upon occasion interfering signals will appear unexpectedly and a radio collision will occur. Certainly this occurs with regularity when unlicensed frequencies are available for anyone to use. Finally, even within a single radio system it is important to coordinate transmissions effectively and avoid collisions.</p>
<p>In systems operating within any particular area the most common technique utilized by transmitters in collision avoidance is to first listen on the air for potential interference before transmitting. This technique is called Carrier Detect or alternatively Carrier Sense. Raveon radios feature Carrier Detect capabilities where the radio modem listens on the intended transmit frequency. When the frequency appears busy either from a transmission within the system, from another system, or simply due to background noise, the radio can be prevented from transmitting, waiting a brief random duration before once again preparing to transmit the same message. This prevention of transmission feature is termed Busy Channel Lockout. It is important to note that the transmit and receive frequencies on the radio modem must be identical for this feature to work. Following is how Carrier Detect and Busy Channel Lockout features are used in concern on Raveon data radio modems for Collision Avoidance. The commands and parameters discussed can be found in the Raveon RV-M7 data radio modem Technical Manual.</p>
<p>First, a Carrier Detect Threshold is specified. This is the signal strength level the radio will listen for to determine another transmission may be taking place, and is measured in dBm. By factory default the threshold is -113, which correctly implies that Carrier Detect capability is always enabled. The larger the absolute value (the further from zero) the weaker the external signal strength is at the receiver, although it may still be detected. One immediate effect of signal detection is that the STAT LED on the radio (if available) will flicker green This is very roughly analogous to a squelch setting in a voice radio. The command mode command to set or read this value is ATCD. Typing ATCD will read back the current value, and typing ATCD “x” (where x is the dBm value) will reinitialize the parameter. For instance ATCD -105 will reset the parameter so that signal levels less than -105dBm (-106, -107 and beyond) are ignored. The command syntax calls for the minus sign to precede the integer value. The Carrier Detect Threshold may alternatively be set utilizing Raveon Radio Manager software.</p>
<p><a href="https://www.raveon.com/wp-content/uploads/2016/02/radio_manager_carrier_detect.png"><img decoding="async" class="alignnone size-medium wp-image-1705" src="https://www.raveon.com/wp-content/uploads/radio_manager_carrier_detect-300x237.png" alt="radio_manager_carrier_detect" width="300" height="237" /></a></p>
<p>If the threshold is changed, the value should be carefully selected by comparing the background or interfering signal level to the received signal level of an intentional transmission. While Raveon radios are very good at distinguishing intentional signals above background noise and receiving data correctly, a minimum of a 20dBm difference should exist between intentional and background signals. A 30dBm difference is even better. For example, if your intentional transmission is received at -85dBm, you want to ensure that background signals stronger than -105dBm are heeded, and your system does not attempt to transmit. Thus you may set the Carrier Detect Threshold to -105dBm, a smaller value, or use the default of -113dBm.</p>
<p>You can take an instantaneous sample of the signal level heard by your receiver, by typing the command ATRQ. You can also determine the peak background signal found within a defined period by using the Bandscope feature of Radio Manager. Finally, you can determine the received signal strength of any specific transmitter in your network by the PING command and function. When a remote radio responds to a PING, the local radio will also display the RSSI (Relative Signal Strength Indicator) signal level of the response. The PING function is also available on the Interaction tab of Radio Manager.</p>
<p>Bear in mind that you want to be selective in determining your Carrier Detect threshold or trigger level. If you set your Carrier Detect threshold too close to the ambient noise level, any ambient noise variations may prevent the radio from transmitting. It is best to balance your Carrier Detect threshhold somewhere between your ambient noise level and weakest true signal level, trying to ensure your Carrier Detect threshold is at least 20dB stronger than ambient, if this is possible within your environment.</p>
<p>Once your Carrier Detect threshold is established (or if you choose to use the default), enabling Busy Channel Lockout is as simple as turning it on. It is important to note that the Raveon factory default has Busy Channel Lockout disabled. When this is the case, the radios still respond to background noise in excess of the threshold by blinking the STAT LED green. This STAT LED function is useful for a quick assessment of ambient interference, in an otherwise quiet system. To enable Busy Channel Lockout, either issue the command ATBC 1 (ATBC 0 turns BCL off), or check the Busy Channel Lockout box in the Basic Settings Tab of Radio Manager:</p>
<p><a href="https://www.raveon.com/wp-content/uploads/2016/02/radio_mgr_busy_channel.png"><img decoding="async" class="alignnone size-medium wp-image-1706" src="https://www.raveon.com/wp-content/uploads/radio_mgr_busy_channel-300x244.png" alt="radio_mgr_busy_channel" width="300" height="244" /></a></p>
<p>When Busy Channel Lockout is enabled, the Raveon radio will first listen to the radio channel and if no signal is detected above the Carrier Detect Threshold, the radio will transmit. However, if an excessve carrier signal is detected the radio will not transmit, and will retry upon some random minimum delay. The delay period is randomized intentionally, and random backoff times are the de facto industry standard. The number of retries can be set by the ATRB command with 0-99 being the valid range of retries.</p>
<p>Use caution when setting your Carrier Detect Threshold and enabling Busy Channel Lockout, as a carrier wave interferer, PC with poor shielding, or some other source of RF can prevent the modem from transmitting.</p>
<p>Finally, while Carrier Detect with Busy Channel Lockout is an often used Collision Avoidance technique, it is not the most efficient use of bandwidth. Statistically, approximately 30% of overall bandwidth utilization is achieved with this technique. In systems where internal interference (where other in-system transmitters are the potential offenders), more sophisticated and deterministic mechanisms such as TDMA (Time Division Multiple Access) may be used. Statistically TDMA is projected to come close to 100% available bandwidth utilization, and for busy systems may be the technique of choice. A number of Raveon devices are available with TDMA. For more details, <a href="http://ravtrack.com/GPStracking/tdma-time-slots/71/">click here.</a>[:]
</div>
<div class="post-tags clr"><a href="https://www.raveon.com/tag/iot/" rel="tag">iot</a></div>
<p>The post <a href="https://www.raveon.com/carrier-detect-and-busy-channel-lockout-a-collision-avoidance-mechanism/">Carrier Detect &#038; Busy Channel Lockout – Collision Avoidance</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/carrier-detect-and-busy-channel-lockout-a-collision-avoidance-mechanism/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TechSeries VHF Secure Data Radio</title>
		<link>https://www.raveon.com/techseries-vhf-secure-data-radio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=techseries-vhf-secure-data-radio</link>
					<comments>https://www.raveon.com/techseries-vhf-secure-data-radio/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:06:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=459</guid>

					<description><![CDATA[<p>Raveons VHF models of the M8 have range capabilities of up to 50 miles, 80 kilometers, has amazing signal strength, and especially stands out in places such as forests. [tabby title=”General Features”] Small enclosure contains both a VHF radio transceiver and modem&#8230;</p>
<p>The post <a href="https://www.raveon.com/techseries-vhf-secure-data-radio/">TechSeries VHF Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Raveons VHF models of the M8 have range capabilities of up to 50 miles, 80 kilometers, has amazing signal strength, and especially stands out in places such as forests. [tabby title=”General Features”]
<ul>
<li>Small enclosure contains both a VHF radio transceiver and modem</li>
<li>Interchangeable I/O, to connect to your radio however you want</li>
<li>Configurable power setting for receiving and transmitting</li>
<li>Adjustable data rates for higher efficiency, or for longer range</li>
<li>Data encryption option, for secure transmissions across your whole network</li>
<li>GPS capabilities</li>
<li>Over-The-Air (OTA) configurable, change the report rate, ID, or other parameters without needing a physical connection</li>
</ul>
[tabby title=”Specifications”]
<p>Frequency Bands Available</p>
<ul>
<li>132-155 MHz……….VA (not for use within the US)</li>
<li>150-175 MHz……….VB</li>
<li>216-222 MHz……….VC</li>
</ul>
<p>Transmitter Specifications</p>
<ul>
<li>RF Power Output VHF……………<em>500mW – 3W (</em><em>programmable)</em></li>
<li>RF Power Output UHF……………<em>100mW – 2W (</em><em>programmable)</em></li>
<li>Maximum Duty Cycle…………….10% over 60 seconds</li>
<li>Frequency Deviation…………….<em>± 2.2kHz (-N) ± 3.5kHz (-W)</em></li>
<li>RF Bandwidth (UHF)…………….20MHz no-tune</li>
<li>RF Bandwidth (VHF)…………….8MHz no-tune</li>
<li>Occupied bandwidth……………11 kHz (-N)  16kHz(-W)</li>
<li>TX Spurious outputs……………..&lt; -70dBc</li>
<li>Occupied Bandwidth…………….<em>Per FCC</em></li>
<li>FCC Emissions Designator……..<em>11K0F1D (-N)</em></li>
<li>Frequency Stability………………<em>Better than ±1.5ppm</em></li>
</ul>
<p>Reciever Specifications</p>
<ul>
<li>RX sensitivity (.1% BER)…………………..9600bps  &lt; -108dBm</li>
<li>……………………………………………….4800bps  &lt; -114dBm</li>
<li>1200 &amp; 2400baud…………………………..&lt; -118dBm</li>
<li>RF No-tune bandwidth (UHF)……………..20MHz</li>
<li>RF No-tune bandwidth (VHF)……………..8MHz</li>
<li>Adjacent Channel Selectivity 12.5kHz….-50dB</li>
<li>Adjacent Channel Selectivity 25kHz…….-60dB</li>
<li>Alternate Channel Selectivity…………….-65dB</li>
<li>Blocking and spurious rejection…………-75dB</li>
<li>RX intermodulation rejection…………….-70dB</li>
</ul>
<p>Interface Option Connections</p>
<ul>
<li>RS-232 Interface Port
<ul>
<li>Connector Type…………DB-9 female</li>
<li>IO Voltage Levels……….RS-232</li>
</ul>
</li>
<li>RS-485 Interface Port
<ul>
<li>Connector Type…………Phoenix 6-pin</li>
<li>IO Voltage Levels……….RS-485</li>
</ul>
</li>
<li>USB Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
<li>Analog Interface Port
<ul>
<li>Connector Type…………DB-15 female</li>
</ul>
</li>
<li>GPIO Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
</ul>
<p>Raveons Product Numbering System</p>
<p><img decoding="async" src="https://www.raveon.com/wp-content/uploads/2017/11/2017-11-08-12_24_40-Adobe-Reader.png" /><br />
[tabby title=”Downloads”]
<p><a href="https://www.raveon.com/wp-content/uploads/2015/09/RV-M21-series.pdf">M21 Tech Series data sheet</a></p>
<p><strong>Programming Software:</strong></p>
<p><a href="https://www.raveon.com/software.html">Radio Manager </a>Radio Manager is a Windows XP/Vista software application that is used to configure Raveon’s radio products. It is compatible with all Raveon models, and provides configuration management, as well as programming assistance, diagnostic information, and a helpful “band scope” feature. <a href="https://www.raveon.com/software.html">More…</a></p>
[tabby title=”Accessories”]
<div id="mainBody">
<div id="content">
<div id="rightColumn">
<table border="4" width="700">
<tbody>
<tr>
<td width="160"></td>
<td width="630"></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><img decoding="async" src="https://www.raveon.com/images/PS-60.gif" alt="PS-60 Power Supply" width="155" height="157" /></td>
<td>
<h2>PS-60</h2>
<p>AC-DC power supply for any of our series of data radios.</p>
<h3>Specifications:</h3>
<table border="1" width="468" cellpadding="0">
<tbody>
<tr>
<td width="219">Output Voltage</td>
<td width="237">12V DC</td>
</tr>
<tr>
<td>Input Voltage</td>
<td>100-240 VAC 50-60Hz</td>
</tr>
<tr>
<td>Maximum DC Current Out</td>
<td>5A</td>
</tr>
<tr>
<td>DC Connector</td>
<td>1J165-3 type for connection to M7</td>
</tr>
</tbody>
</table>
<p>&nbsp;</td>
</tr>
<tr>
<td><img decoding="async" class="alignnone" src="https://www.raveon.com/images/RT-CB-H1.gif" alt="DC Power Cord for data radio modem" width="133" height="80" /></p>
<p>RT-CB-H1</td>
<td>
<h2>RT-CB-H1</h2>
<p>DC power cord for Raveons data radio modems. Each radio is shipped with one, RT-CB-H1.</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://www.raveon.com/Datasheets/RV-SP-1(Surge_Protector).pdf"><img decoding="async" src="https://www.raveon.com/images/6A366-1.png" alt="6A366-1 Surge Protector" width="123" height="70" /></a></p>
<p>Rv-SP-1</td>
<td>
<h2>RV-SP-x</h2>
<p>In-Line DC Surge Protector. The<a href="https://www.raveon.com/rv_sp_x.html"> RV-SP-x</a> is designed to be plugged in-line with the DC input to electrical devices that may be subject to over-voltage (&gt; 16V) events, large transient voltage spikes, electrical noise, or RF noise. It filters the DC and protects the connected device from over-voltage and transient events.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>The post <a href="https://www.raveon.com/techseries-vhf-secure-data-radio/">TechSeries VHF Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/techseries-vhf-secure-data-radio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TechSeries UHF Secure Data Radio</title>
		<link>https://www.raveon.com/techseries-uhf-secure-data-radio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=techseries-uhf-secure-data-radio</link>
					<comments>https://www.raveon.com/techseries-uhf-secure-data-radio/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:05:27 +0000</pubDate>
				<category><![CDATA[Tech Series]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=457</guid>

					<description><![CDATA[<p>Raveons UHF versions of the M8 have range capabilities of up to 25 miles, 40 kilometers. The UHF models also use a smaller antenna then the VHF and are easier to get FCC certified. [tabby title=”General Features”] Small enclosure contains&#8230;</p>
<p>The post <a href="https://www.raveon.com/techseries-uhf-secure-data-radio/">TechSeries UHF Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Raveons UHF versions of the M8 have range capabilities of up to 25 miles, 40 kilometers. The UHF models also use a smaller antenna then the VHF and are easier to get FCC certified. [tabby title=”General Features”]
<ul>
<li>Small enclosure contains both a UHF radio transceiver and modem</li>
<li>Interchangeable I/O, to connect to your radio however you want</li>
<li>Configurable power setting for receiving and transmitting</li>
<li>Adjustable data rates for higher efficiency, or for longer range</li>
<li>Data encryption option, for secure transmissions across your whole network</li>
<li>GPS capabilities</li>
<li>Over-The-Air (OTA) configurable, change the report rate, ID, or other parameters without needing a physical connection</li>
</ul>
[tabby title=”Specifications”]
<p>Frequency Bands Available</p>
<ul>
<li>380-400 MHz……….UJ (not for use within the US)</li>
<li>400-434 MHz……….UA (not for use within the US)</li>
<li>430-450 MHz……….UB (not for use within the US)</li>
<li>450-480 MHz……….UC</li>
<li>470-512 MHz……….UD</li>
</ul>
<p>Transmitter Specifications</p>
<ul>
<li>RF Power Output VHF……………<em>500mW – 3W (</em><em>programmable)</em></li>
<li>RF Power Output UHF……………<em>100mW – 2W (</em><em>programmable)</em></li>
<li>Maximum Duty Cycle…………….10% over 60 seconds</li>
<li>Frequency Deviation…………….<em>± 2.2kHz (-N) ± 3.5kHz (-W)</em></li>
<li>RF Bandwidth (UHF)…………….20MHz no-tune</li>
<li>RF Bandwidth (VHF)…………….8MHz no-tune</li>
<li>Occupied bandwidth……………11 kHz (-N)  16kHz(-W)</li>
<li>TX Spurious outputs……………..&lt; -70dBc</li>
<li>Occupied Bandwidth…………….<em>Per FCC</em></li>
<li>FCC Emissions Designator……..<em>11K0F1D (-N)</em></li>
<li>Frequency Stability………………<em>Better than ±1.5ppm</em></li>
</ul>
<p>Reciever Specifications</p>
<ul>
<li>RX sensitivity (.1% BER)…………………..9600bps  &lt; -108dBm</li>
<li>……………………………………………….4800bps  &lt; -114dBm</li>
<li>1200 &amp; 2400baud…………………………..&lt; -118dBm</li>
<li>RF No-tune bandwidth (UHF)……………..20MHz</li>
<li>RF No-tune bandwidth (VHF)……………..8MHz</li>
<li>Adjacent Channel Selectivity 12.5kHz….-50dB</li>
<li>Adjacent Channel Selectivity 25kHz…….-60dB</li>
<li>Alternate Channel Selectivity…………….-65dB</li>
<li>Blocking and spurious rejection…………-75dB</li>
<li>RX intermodulation rejection…………….-70dB</li>
</ul>
<p>Interface Option Connections</p>
<ul>
<li>RS-232 Interface Port
<ul>
<li>Connector Type…………DB-9 female</li>
<li>IO Voltage Levels……….RS-232</li>
</ul>
</li>
<li>RS-485 Interface Port
<ul>
<li>Connector Type…………Phoenix 6-pin</li>
<li>IO Voltage Levels……….RS-485</li>
</ul>
</li>
<li>USB Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
<li>Analog Interface Port
<ul>
<li>Connector Type…………DB-15 female</li>
</ul>
</li>
<li>GPIO Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
</ul>
<p>Raveons Product Numbering System</p>
<p><img decoding="async" src="https://www.raveon.com/wp-content/uploads/2017/11/2017-11-08-12_24_40-Adobe-Reader.png" /><br />
[tabby title=”Downloads”]
<p><a href="https://www.raveon.com/wp-content/uploads/2015/09/RV-M21-series.pdf">M21 Tech Series data sheet</a></p>
<p><strong>Programming Software:</strong></p>
<p><a href="https://www.raveon.com/software.html">Radio Manager </a>Radio Manager is a Windows XP/Vista software application that is used to configure Raveon’s radio products. It is compatible with all Raveon models, and provides configuration management, as well as programming assistance, diagnostic information, and a helpful “band scope” feature. <a href="https://www.raveon.com/software.html">More…</a></p>
[tabby title=”Accessories”]
<div id="mainBody">
<div id="content">
<div id="rightColumn">
<table border="4" width="700">
<tbody>
<tr>
<td width="160"></td>
<td width="630"></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><img decoding="async" src="https://www.raveon.com/images/PS-60.gif" alt="PS-60 Power Supply" width="155" height="157" /></td>
<td>
<h2>PS-60</h2>
<p>AC-DC power supply for any of our series of data radios.</p>
<h3>Specifications:</h3>
<table border="1" width="468" cellpadding="0">
<tbody>
<tr>
<td width="219">Output Voltage</td>
<td width="237">12V DC</td>
</tr>
<tr>
<td>Input Voltage</td>
<td>100-240 VAC 50-60Hz</td>
</tr>
<tr>
<td>Maximum DC Current Out</td>
<td>5A</td>
</tr>
<tr>
<td>DC Connector</td>
<td>1J165-3 type for connection to M7</td>
</tr>
</tbody>
</table>
<p>&nbsp;</td>
</tr>
<tr>
<td><img decoding="async" class="alignnone" src="https://www.raveon.com/images/RT-CB-H1.gif" alt="DC Power Cord for data radio modem" width="133" height="80" /></p>
<p>RT-CB-H1</td>
<td>
<h2>RT-CB-H1</h2>
<p>DC power cord for Raveons data radio modems. Each radio is shipped with one, RT-CB-H1.</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://www.raveon.com/Datasheets/RV-SP-1(Surge_Protector).pdf"><img decoding="async" src="https://www.raveon.com/images/6A366-1.png" alt="6A366-1 Surge Protector" width="123" height="70" /></a></p>
<p>Rv-SP-1</td>
<td>
<h2>RV-SP-x</h2>
<p>In-Line DC Surge Protector. The<a href="https://www.raveon.com/rv_sp_x.html"> RV-SP-x</a> is designed to be plugged in-line with the DC input to electrical devices that may be subject to over-voltage (&gt; 16V) events, large transient voltage spikes, electrical noise, or RF noise. It filters the DC and protects the connected device from over-voltage and transient events.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>The post <a href="https://www.raveon.com/techseries-uhf-secure-data-radio/">TechSeries UHF Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/techseries-uhf-secure-data-radio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TechSeries 900 MHz Secure Data Radio</title>
		<link>https://www.raveon.com/techseries-900-mhz-secure-data-radio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=techseries-900-mhz-secure-data-radio</link>
					<comments>https://www.raveon.com/techseries-900-mhz-secure-data-radio/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:04:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=455</guid>

					<description><![CDATA[<p>Raveons 915 MHz M8 has range capabilities of up to 10 miles, 16 kilometers, and is one of our most power efficient radios to date. The 915 MHz M8 is also lower cost, and smaller size, making it perfect for any small&#8230;</p>
<p>The post <a href="https://www.raveon.com/techseries-900-mhz-secure-data-radio/">TechSeries 900 MHz Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Raveons 915 MHz M8 has range capabilities of up to 10 miles, 16 kilometers, and is one of our most power efficient radios to date. The 915 MHz M8 is also lower cost, and smaller size, making it perfect for any small scale operations. [tabby title=”General Features”]
<ul>
<li>Small enclosure contains both a VHF radio transceiver and modem</li>
<li>Interchangeable I/O, to connect to your radio however you want</li>
<li>Configurable power setting for receiving and transmitting</li>
<li>Adjustable data rates for higher efficiency, or for longer range</li>
<li>Data encryption option, for secure transmissions across your whole network</li>
<li>GPS capabilities</li>
<li>Over-The-Air (OTA) configurable, change the report rate, ID, or other parameters without needing a physical connection</li>
</ul>
[tabby title=”Specifications”]
<p>Transmitter Specifications</p>
<ul>
<li>RF Power Output VHF……………<em>500mW – 3W (</em><em>programmable)</em></li>
<li>RF Power Output UHF……………<em>100mW – 2W (</em><em>programmable)</em></li>
<li>Maximum Duty Cycle…………….10% over 60 seconds</li>
<li>Frequency Deviation…………….<em>± 2.2kHz (-N) ± 3.5kHz (-W)</em></li>
<li>RF Bandwidth (UHF)…………….20MHz no-tune</li>
<li>RF Bandwidth (VHF)…………….8MHz no-tune</li>
<li>Occupied bandwidth……………11 kHz (-N)  16kHz(-W)</li>
<li>TX Spurious outputs……………..&lt; -70dBc</li>
<li>Occupied Bandwidth…………….<em>Per FCC</em></li>
<li>FCC Emissions Designator……..<em>11K0F1D (-N)</em></li>
<li>Frequency Stability………………<em>Better than ±1.5ppm</em></li>
</ul>
<p>Reciever Specifications</p>
<ul>
<li>RX sensitivity (.1% BER)…………………..9600bps  &lt; -108dBm</li>
<li>……………………………………………….4800bps  &lt; -114dBm</li>
<li>1200 &amp; 2400baud…………………………..&lt; -118dBm</li>
<li>RF No-tune bandwidth (UHF)……………..20MHz</li>
<li>RF No-tune bandwidth (VHF)……………..8MHz</li>
<li>Adjacent Channel Selectivity 12.5kHz….-50dB</li>
<li>Adjacent Channel Selectivity 25kHz…….-60dB</li>
<li>Alternate Channel Selectivity…………….-65dB</li>
<li>Blocking and spurious rejection…………-75dB</li>
<li>RX intermodulation rejection…………….-70dB</li>
</ul>
<p>Interface Option Connections</p>
<ul>
<li>RS-232 Interface Port
<ul>
<li>Connector Type…………DB-9 female</li>
<li>IO Voltage Levels……….RS-232</li>
</ul>
</li>
<li>RS-485 Interface Port
<ul>
<li>Connector Type…………Phoenix 6-pin</li>
<li>IO Voltage Levels……….RS-485</li>
</ul>
</li>
<li>USB Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
<li>Analog Interface Port
<ul>
<li>Connector Type…………DB-15 female</li>
</ul>
</li>
<li>GPIO Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
</ul>
<p>Raveons Product Numbering System</p>
<p><img decoding="async" src="https://www.raveon.com/wp-content/uploads/2017/11/2017-11-08-12_24_40-Adobe-Reader.png" /><br />
[tabby title=”Downloads”]
<p><a href="https://www.raveon.com/wp-content/uploads/2015/09/RV-M21-series.pdf">M21 Tech Series data sheet</a></p>
<p><strong>Programming Software:</strong></p>
<p><a href="https://www.raveon.com/software.html">Radio Manager </a>Radio Manager is a Windows XP/Vista software application that is used to configure Raveon’s radio products. It is compatible with all Raveon models, and provides configuration management, as well as programming assistance, diagnostic information, and a helpful “band scope” feature. <a href="https://www.raveon.com/software.html">More…</a></p>
[tabby title=”Accessories”]
<div id="mainBody">
<div id="content">
<div id="rightColumn">
<table border="4" width="700">
<tbody>
<tr>
<td width="160"></td>
<td width="630"></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><img decoding="async" src="https://www.raveon.com/images/PS-60.gif" alt="PS-60 Power Supply" width="155" height="157" /></td>
<td>
<h2>PS-60</h2>
<p>AC-DC power supply for any of our series of data radios.</p>
<h3>Specifications:</h3>
<table border="1" width="468" cellpadding="0">
<tbody>
<tr>
<td width="219">Output Voltage</td>
<td width="237">12V DC</td>
</tr>
<tr>
<td>Input Voltage</td>
<td>100-240 VAC 50-60Hz</td>
</tr>
<tr>
<td>Maximum DC Current Out</td>
<td>5A</td>
</tr>
<tr>
<td>DC Connector</td>
<td>1J165-3 type for connection to M7</td>
</tr>
</tbody>
</table>
<p>&nbsp;</td>
</tr>
<tr>
<td><img decoding="async" class="alignnone" src="https://www.raveon.com/images/RT-CB-H1.gif" alt="DC Power Cord for data radio modem" width="133" height="80" /></p>
<p>RT-CB-H1</td>
<td>
<h2>RT-CB-H1</h2>
<p>DC power cord for Raveons data radio modems. Each radio is shipped with one, RT-CB-H1.</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://www.raveon.com/Datasheets/RV-SP-1(Surge_Protector).pdf"><img decoding="async" src="https://www.raveon.com/images/6A366-1.png" alt="6A366-1 Surge Protector" width="123" height="70" /></a></p>
<p>Rv-SP-1</td>
<td>
<h2>RV-SP-x</h2>
<p>In-Line DC Surge Protector. The<a href="https://www.raveon.com/rv_sp_x.html"> RV-SP-x</a> is designed to be plugged in-line with the DC input to electrical devices that may be subject to over-voltage (&gt; 16V) events, large transient voltage spikes, electrical noise, or RF noise. It filters the DC and protects the connected device from over-voltage and transient events.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>The post <a href="https://www.raveon.com/techseries-900-mhz-secure-data-radio/">TechSeries 900 MHz Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/techseries-900-mhz-secure-data-radio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TechSeries 220 MHz Secure Data Radio</title>
		<link>https://www.raveon.com/techseries-220-mhz-secure-data-radio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=techseries-220-mhz-secure-data-radio</link>
					<comments>https://www.raveon.com/techseries-220-mhz-secure-data-radio/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:02:35 +0000</pubDate>
				<category><![CDATA[Tech Series]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=453</guid>

					<description><![CDATA[<p>Raveons 220 MHz M8 has long range capabilities of up to 40 miles, 64 kilometers, and is one of the easiest bandwidths to get FCC certified. [tabby title=”General Features”] Small enclosure contains both a VHF radio transceiver and modem Interchangeable I/O, to&#8230;</p>
<p>The post <a href="https://www.raveon.com/techseries-220-mhz-secure-data-radio/">TechSeries 220 MHz Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Raveons 220 MHz M8 has long range capabilities of up to 40 miles, 64 kilometers, and is one of the easiest bandwidths to get FCC certified. [tabby title=”General Features”]
<ul>
<li>Small enclosure contains both a VHF radio transceiver and modem</li>
<li>Interchangeable I/O, to connect to your radio however you want</li>
<li>Configurable power setting for receiving and transmitting</li>
<li>Adjustable data rates for higher efficiency, or for longer range</li>
<li>Data encryption option, for secure transmissions across your whole network</li>
<li>GPS capabilities</li>
<li>Over-The-Air (OTA) configurable, change the report rate, ID, or other parameters without needing a physical connection</li>
</ul>
[tabby title=”Specifications”]
<p>Transmitter Specifications</p>
<ul>
<li>RF Power Output VHF……………<em>500mW – 3W (</em><em>programmable)</em></li>
<li>RF Power Output UHF……………<em>100mW – 2W (</em><em>programmable)</em></li>
<li>Maximum Duty Cycle…………….10% over 60 seconds</li>
<li>Frequency Deviation…………….<em>± 2.2kHz (-N) ± 3.5kHz (-W)</em></li>
<li>RF Bandwidth (UHF)…………….20MHz no-tune</li>
<li>RF Bandwidth (VHF)…………….8MHz no-tune</li>
<li>Occupied bandwidth……………11 kHz (-N)  16kHz(-W)</li>
<li>TX Spurious outputs……………..&lt; -70dBc</li>
<li>Occupied Bandwidth…………….<em>Per FCC</em></li>
<li>FCC Emissions Designator……..<em>11K0F1D (-N)</em></li>
<li>Frequency Stability………………<em>Better than ±1.5ppm</em></li>
</ul>
<p>Reciever Specifications</p>
<ul>
<li>RX sensitivity (.1% BER)…………………..9600bps  &lt; -108dBm</li>
<li>……………………………………………….4800bps  &lt; -114dBm</li>
<li>1200 &amp; 2400baud…………………………..&lt; -118dBm</li>
<li>RF No-tune bandwidth (UHF)……………..20MHz</li>
<li>RF No-tune bandwidth (VHF)……………..8MHz</li>
<li>Adjacent Channel Selectivity 12.5kHz….-50dB</li>
<li>Adjacent Channel Selectivity 25kHz…….-60dB</li>
<li>Alternate Channel Selectivity…………….-65dB</li>
<li>Blocking and spurious rejection…………-75dB</li>
<li>RX intermodulation rejection…………….-70dB</li>
</ul>
<p>Interface Option Connections</p>
<ul>
<li>RS-232 Interface Port
<ul>
<li>Connector Type…………DB-9 female</li>
<li>IO Voltage Levels……….RS-232</li>
</ul>
</li>
<li>RS-485 Interface Port
<ul>
<li>Connector Type…………Phoenix 6-pin</li>
<li>IO Voltage Levels……….RS-485</li>
</ul>
</li>
<li>USB Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
<li>Analog Interface Port
<ul>
<li>Connector Type…………DB-15 female</li>
</ul>
</li>
<li>GPIO Interface Port
<ul>
<li>Connector Type…………Mini B</li>
</ul>
</li>
</ul>
<p>Raveons Product Numbering System</p>
<p><img decoding="async" src="https://www.raveon.com/wp-content/uploads/2017/11/2017-11-08-12_24_40-Adobe-Reader.png" /><br />
[tabby title=”Downloads”]
<p><a href="https://www.raveon.com/wp-content/uploads/2015/09/RV-M21-series.pdf">M21 Tech Series data sheet</a></p>
<p><strong>Programming Software:</strong></p>
<p><a href="https://www.raveon.com/software.html">Radio Manager </a>Radio Manager is a Windows XP/Vista software application that is used to configure Raveon’s radio products. It is compatible with all Raveon models, and provides configuration management, as well as programming assistance, diagnostic information, and a helpful “band scope” feature. <a href="https://www.raveon.com/software.html">More…</a></p>
[tabby title=”Accessories”]
<div id="mainBody">
<div id="content">
<div id="rightColumn">
<table border="4" width="700">
<tbody>
<tr>
<td width="160"></td>
<td width="630"></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><img decoding="async" src="https://www.raveon.com/images/PS-60.gif" alt="PS-60 Power Supply" width="155" height="157" /></td>
<td>
<h2>PS-60</h2>
<p>AC-DC power supply for any of our series of data radios.</p>
<h3>Specifications:</h3>
<table border="1" width="468" cellpadding="0">
<tbody>
<tr>
<td width="219">Output Voltage</td>
<td width="237">12V DC</td>
</tr>
<tr>
<td>Input Voltage</td>
<td>100-240 VAC 50-60Hz</td>
</tr>
<tr>
<td>Maximum DC Current Out</td>
<td>5A</td>
</tr>
<tr>
<td>DC Connector</td>
<td>1J165-3 type for connection to M7</td>
</tr>
</tbody>
</table>
<p>&nbsp;</td>
</tr>
<tr>
<td><img decoding="async" class="alignnone" src="https://www.raveon.com/images/RT-CB-H1.gif" alt="DC Power Cord for data radio modem" width="133" height="80" /></p>
<p>RT-CB-H1</td>
<td>
<h2>RT-CB-H1</h2>
<p>DC power cord for Raveons data radio modems. Each radio is shipped with one, RT-CB-H1.</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://www.raveon.com/Datasheets/RV-SP-1(Surge_Protector).pdf"><img decoding="async" src="https://www.raveon.com/images/6A366-1.png" alt="6A366-1 Surge Protector" width="123" height="70" /></a></p>
<p>Rv-SP-1</td>
<td>
<h2>RV-SP-x</h2>
<p>In-Line DC Surge Protector. The<a href="https://www.raveon.com/rv_sp_x.html"> RV-SP-x</a> is designed to be plugged in-line with the DC input to electrical devices that may be subject to over-voltage (&gt; 16V) events, large transient voltage spikes, electrical noise, or RF noise. It filters the DC and protects the connected device from over-voltage and transient events.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>The post <a href="https://www.raveon.com/techseries-220-mhz-secure-data-radio/">TechSeries 220 MHz Secure Data Radio</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/techseries-220-mhz-secure-data-radio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Security</title>
		<link>https://www.raveon.com/security/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=security</link>
					<comments>https://www.raveon.com/security/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:01:59 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=451</guid>

					<description><![CDATA[<p>All Raveon radios come with a certain level of security in the data transmissions to stop most eavesdroppers. And even though in most cases this is more than enough, in our Tech Series M21, we give you the option for&#8230;</p>
<p>The post <a href="https://www.raveon.com/security/">Security</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="firstHeading" lang="en">All Raveon radios come with a certain level of security in the data transmissions to stop most eavesdroppers. And even though in most cases this is more than enough, in our Tech Series M21, we give you the option for the highest security for any Raveon radio yet, using AES 128.</p>
<h1 id="firstHeading" class="firstHeading" lang="en">Advanced Encryption Standard (AES)</h1>
<p>AES is an encryption technology that uses the Rijndael cipher, to encrypt and keep secure electronic data. AES was the first ever publicly available encryption cipher that is approved by the NSA for all classifications of data up to top secrete. Raveons new Tech Series radios have the option to come with this AES 128 encryption on them, allowing for the secure transfer of any data you may have to send.</p>
<p>The post <a href="https://www.raveon.com/security/">Security</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/security/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tech Series GPIO (General Purpose IO)</title>
		<link>https://www.raveon.com/tech-series-gpio-general-purpose-io/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tech-series-gpio-general-purpose-io</link>
					<comments>https://www.raveon.com/tech-series-gpio-general-purpose-io/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 05:01:30 +0000</pubDate>
				<category><![CDATA[SCADA]]></category>
		<category><![CDATA[Tech Series]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=449</guid>

					<description><![CDATA[<p>Tech Series GPIO Interfaces use the same IO connector as the RS-485, and has serial IO and General Purpose IO functions that are configurable.   GPIOs terminals can be configured as: A: Digital TTL Input, B: Digital   Output, C: Open&#8230;</p>
<p>The post <a href="https://www.raveon.com/tech-series-gpio-general-purpose-io/">Tech Series GPIO (General Purpose IO)</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.raveon.com/tech-series/">Tech Series GPIO</a> Interfaces use the same IO connector as the RS-485, and has serial IO and General Purpose IO functions that are configurable.</p>
<p><strong><em> <a href="https://www.raveon.com/tech-series/"><img decoding="async" class="alignnone size-medium wp-image-1171" src="https://www.raveon.com/wp-content/uploads/2018/11/M21_GPIO-300x272.png" alt="" width="300" height="272" srcset="https://www.raveon.com/wp-content/uploads/2018/11/M21_GPIO-300x272.png 300w, https://www.raveon.com/wp-content/uploads/2018/11/M21_GPIO.png 638w" sizes="(max-width: 300px) 100vw, 300px" /></a></em></strong></p>
<div id="attachment_3954" class="wp-caption aligncenter">
<h3>GPIOs terminals can be configured as:</h3>
<p><strong>A</strong>: Digital TTL Input,<br />
<strong>B</strong>: Digital   Output,<br />
<strong>C</strong>: Open Drain MOSFET output,<br />
<strong>D</strong>: DC Power switch output.<br />
<strong>E</strong>: Analog Input to measure Voltage.<br />
<strong>F</strong>: 4-20mA input to monitor sensors,</p>
<p>Add a 250 ohm resistor to a GPIO terminal to GND, so you can read 4-20mA sensors.<br />
Use this long-range wireless data radios to monitor <a href="https://www.raveon.com/sensors/">Sensors to Monitor</a> remotely. Save cost because you don&#8217;t need to buy an RTU.</p>
<h2 class="wp-caption-text">Tech Series <strong>GPIO [G] with IO1,IO2,IO3<br />
</strong></h2>
<p><a href="https://www.raveon.com/tech-series/">The Tech Series</a> GPIO version of the RV-M21 and RV-M22 series radio modems is ideal for SCADA and telemetry.  Here is a summary of the standard IO features.  If you need other IO features or additional IO, please contact Raveon sales personnel. This radio support <a href="https://www.raveon.com/modbus-information/">MODBUS protocol</a> messages to read and control the GPIO terminals.</p>
<p>The GPIO connector on the product is a Phoenix Contact 1829387 DFK-MC type connector.</p>
<p><img decoding="async" class="alignnone size-full wp-image-1172" src="https://www.raveon.com/wp-content/uploads/2018/11/GPIO.png" alt="" width="272" height="98" /></p>
</div>
<table width="0">
<tbody>
<tr>
<td width="60"><strong><em>Pin #</em></strong></td>
<td width="84"><strong><em>Name</em></strong></td>
<td width="60"><strong><em>Direction</em></strong></td>
<td width="132"><strong><em>Function</em></strong></td>
<td width="240"><strong><em>Level / Specification</em></strong></td>
</tr>
<tr>
<td width="60">1</td>
<td width="84"><strong>RX</strong></td>
<td width="60">In</td>
<td width="132">Serial data Input</td>
<td width="240">RS232  Receive Input</td>
</tr>
<tr>
<td width="60">2</td>
<td width="84"><strong>TX  </strong></td>
<td width="60">Out</td>
<td width="132">Serial Data Output</td>
<td width="240">RS232 Transmit Output</td>
</tr>
<tr>
<td width="60">3</td>
<td width="84"><strong>IO1</strong></td>
<td width="60">I/O</td>
<td width="132">I/O Pin 1</td>
<td width="240">Configurable General Purpose IO (GPIO). Does not support DC Switched output mode (D).</td>
</tr>
<tr>
<td width="60">4</td>
<td width="84"><strong>IO2</strong></td>
<td width="60">I/O</td>
<td width="132">I/O Pin 3</td>
<td width="240">Configurable General Purpose IO (GPIO)</td>
</tr>
<tr>
<td width="60">5</td>
<td width="84"><strong>IO3</strong></td>
<td width="60">I/O</td>
<td width="132">I/O Pin 3</td>
<td width="240">Configurable General Purpose IO (GPIO)</td>
</tr>
<tr>
<td width="60">6</td>
<td width="84"><strong>GND</strong></td>
<td width="60">–</td>
<td width="132">Ground</td>
<td width="240">Connect to earth ground.</td>
</tr>
</tbody>
</table>
<p>An RS232 serial data cable can be connected to pins 1, 2, and 6 to configure the internal radio modem and the MIMIC mode features.  See the RV-M21 user manual for information on how to wire an RS232 DB9 connector to the GPIO connector.</p>
<p>You can contact Raveon to have the device pre-configured when it is purchased, so that the RS232 serial IO pins  are not required to be use.</p>
<h2>Configuring</h2>
<p>The radio will auto-detect the GPIO board and set all necessary parameters to enable it.  By default, the IO pins are set to digital inputs. When configuring the pins, make sure nothing is connected to them until the IO pins are all properly configured.</p>
<p><strong>IOPIN XX M</strong> is the command to set the GPIO bits on the Tech Series GPIO front panel to inputs or outputs.</p>
<p><strong>XX</strong> parameter are the Hexadecimal representation of the pins being configured. For example, to configure bits 0 and 1, XX should be set to 3. FYI: GPIO pin #4 is called IO2 and is designates as XX bit 1, which is XX=02.</p>
<table>
<tbody>
<tr>
<td width="35">7</td>
<td width="29">6</td>
<td width="30">5</td>
<td width="30">4</td>
<td width="30">3</td>
<td width="36">2</td>
<td width="36">1</td>
<td width="40">0</td>
</tr>
<tr>
<td width="35"></td>
<td width="29"></td>
<td width="30"></td>
<td width="30"></td>
<td width="30"></td>
<td width="36">IO3</td>
<td width="36">IO2</td>
<td width="40">IO1</td>
</tr>
<tr>
<td width="35"><em>128</em></td>
<td width="29"><em>64</em></td>
<td width="30"><em>32</em></td>
<td width="30"><em>16</em></td>
<td width="30"><em>8</em></td>
<td width="36"><em>4</em></td>
<td width="36"><em>2</em></td>
<td width="40"><em>1</em></td>
</tr>
</tbody>
</table>
<h3>Summary of Input and Output functions.</h3>
<p>The General Purpose IO pins 3, 4, and 5 can be configured with built-in commands to be either digital inputs, digital outputs, analog inputs, switched DC power output, open-drain outputs.</p>
<h3><strong>Digital Input Specifications:</strong></h3>
<p>Low-level input voltage:                         Less than 0.5V</p>
<p>High-level input voltage:                        Greater than 2.2V</p>
<p>Input resistance:                                      5K-10K pull-down resistance.</p>
<h3><strong>Digital Output Specifications:</strong></h3>
<p>Low-level Output voltage:                      Less than 0.5V</p>
<p>High Level Output Voltage:                   3.0 – 3.3V</p>
<p>Output resistance:                                   250 ohms</p>
<h3><strong>Open Drain Output Specifications:</strong></h3>
<p>Low-level Output voltage, on:               0V to 0.5V drawing less than 2.1A.</p>
<p>Open drain off leakage resistance      500uA, 0-5V,  &lt; 1mA 5-20V.</p>
<p>High Level Output Voltage, off:            0 – 20V</p>
<p>Output resistance, on:                             &lt;250 milli ohms to ground</p>
<h3><strong>Switched DC power output: (IO2 and IO3<em>)   IO1 does not have this capability</em>. </strong></h3>
<p>Output voltage, on:                                            Same as DC input, 90%-100%.  (Most radio support 12-28 VDC)</p>
<p>Maximum Output Current                               2.0 amps</p>
<p>On state internal resistance                             100-250mOhms.</p>
<p>Maximum reverse input voltage when off    DC input + 150mV</p>
<p>Off output off leakage resistance                   5-200uA</p>
<p>High Level Output Voltage, off:                      Same limit as RF board within the M21 enclosure.</p>
<p>Output resistance, on:                                       &lt;250 milli ohms to ground[:]
<p>&nbsp;</p>
<p>Raveon&#8217;s Application <strong><a href="https://www.raveon.com/wp-content/uploads/2018/11/AN230ModbusMx.pdf">AN230(ModbusMx)</a></strong> document describes in detail how Raveon&#8217;s Tech Series products can handle MODBUS type messages.</p>
<h3>Controlling the GPIO and FIO interfaces on Tech Series products</h3>
<p>The <em>SCADA and Telemetry</em> features in the M8, M6, and Tech Series radio modems can be controlled using a number of mechanisms:</p>
<ol>
<li><strong>Local commands</strong>.  Issue commands using a serial port to read and manage Telemetry parameters. Use<a href="https://www.raveon.com/raveon-radio-protocol-wmx/"> WMX feature</a> or RPR command to remotely manage a telemetry feature.</li>
<li><strong>Over the Air commands</strong>. Commands to set or read I/O Telemetry parameters can be sent over the air using WMX built commands or manually in the command mode with the RPR command from a remote radio modem.</li>
<li><strong>Modbus</strong>.  Digital I/Os may be managed using MODBUS type commands.  This document describes how to do this. MODBUS is a registered trademark of MODICON, Inc. This industry standard protocol has many user applications from many companies to control devices that process Modbus messages like Raveon’s radio modems do.</li>
<li><strong>MIMIC</strong>. Two radio modems can be setup to MIMIC each-others IO pins. In the MIMIC mode, the state of one device’s input pin is automatically transferred to the other device’s output pin.  It does that at configurable intervals, and with default settings. MIMIC communications is great for sending switch status to remote devices.</li>
<li><strong>Auto Report</strong>. IO status and registers can be automatically reported at configurable report rates and preset thresholds.</li>
</ol>
<p>These <em>SCADA </em>features within Raveon’s wireless modems have many features and advantages:</p>
<ol>
<li><strong>Security</strong>. Over-the-air data communication can be encrypted with AES. Each radio modem can have encryption enabled, so no 3<sup>rd</sup> party can access the wireless system.</li>
<li><strong>Radio IDs</strong>. All Raveon data radio modems have a 16 bit ID code in them and address mask.  IDs can be used to ensure which radio talks to which radio, or to setup radios in groups. A listen address is also included in each radio so broadcasts to specific groups is easy.</li>
<li><strong>Repeater</strong>. All Raveon data radio modems have a store-forward option, that can be configured by ID and groups of IDs so a radio modem can be used to store and forward messages.</li>
<li><strong>GPS location</strong>. All Raveon data radio modems have a GPS option for location and can be configured to periodically report their location and status.</li>
<li><strong>TDMA</strong>. All Raveon data radio modems have a GPS option for location and TDMA timing.  If fast updates are needed, TDMA slot timing is very efficient and ensure no RF interference.</li>
</ol>
<p><strong>Watchdog</strong>. All Raveon product incorporate a hardware watchdog timer, to fully reset the product in case some electrical or firmware problem exists. The makes remote systems very reliable.</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.raveon.com/tech-series-gpio-general-purpose-io/">Tech Series GPIO (General Purpose IO)</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/tech-series-gpio-general-purpose-io/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Data Radio Modems</title>
		<link>https://www.raveon.com/data-radio-modems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=data-radio-modems</link>
					<comments>https://www.raveon.com/data-radio-modems/#comments_reply</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 02 Nov 2018 07:30:51 +0000</pubDate>
				<category><![CDATA[Posts Articles]]></category>
		<guid isPermaLink="false">http://localhost/raveon/?p=193</guid>

					<description><![CDATA[<p>The post <a href="https://www.raveon.com/data-radio-modems/">Data Radio Modems</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Wireless modems are used to send data between two or more locations. Raveon’s long range VHF data radios and UHF data radios are capable of communicating up to 100 miles, with typical distance in the 10-40 mile range. The data the Raveon modem communicates may be telemetry signals from a transducer, remote control signals, computer communications, GPS position, or a host of other digital messages. Various Input/Output connectors are available including USB, RS232, RS485, RS422, and digital logic levels. Raveon designs its data radio modems with 32-bit micro-processors enabling these products with more features and capabilities than most any other radio modem.</p>
<h2>Standard Features</h2>
<h3>Long Range<em> (Achieved through high-performance RF and base-band design)</em></h3>
<ul>
<li>Raveon products are designed to commercial, industrial, and military standards.</li>
<li>Low-cost consumer-grade components or designs are never used in Raveon data radio modems.</li>
<li>100% of the design work is done by Raveon Technologies here in the USA.</li>
<li>Raveon designs the RF circuits so that they excel in RF performance, and will work reliably in the presence of interfering signals and strong nearby carriers.</li>
<li>Our DSP modem is optimized to recover data in the presence of noise, which greatly increases the reliablity in the fringe reception areas.</li>
</ul>
<h3>Easy to Use<em> (Achieved through user-friendly interface and very powerful commands)</em></h3>
<ul>
<li>Configured via command-line interface or using free Radio Manager software.</li>
<li>Front Panel status LEDs all users to monitor operation at a glance.</li>
<li>CRC, ID codes, and packet-protocol make using it plug-and-play.</li>
<li>Basic setup: Serial data goes in one modem. Same serial data comes out other modem.</li>
<li>Advanced setup: Users may configure radio IDs, repeater function, serial port timing, I/O parameters.</li>
<li>Large buffers allow over-the-air data rates to be independent of serial-port rates.</li>
<li>Raveon will gladly pre-configure your radio modems for your specific system.</li>
</ul>
<h3>Easy to Install and Maintain<em> (Achieved through built-in and remote diagnostics)</em></h3>
<ul>
<li>Small size.</li>
<li>Built-in USB, RS232, RS485, or RS422 I/O connections.</li>
<li>Over the air diaganostics, ping, and system monitoring.</li>
<li>Able to read the Radio Signal Strength (RSSI) over-the-air for remote diagnostics.</li>
<li>Wide DC input operational voltage range.</li>
</ul>
<h3>Reliable<em> (Achieved through design excellence and quality manufacturing)</em></h3>
<ul>
<li>Single-board construction. Less connectors and higher performance.</li>
<li>Conservative commercial/industrial design.</li>
<li>Bullet-proof firmware. Never will a modem “lock-up”, freeze, or stop running.</li>
<li>No internal components are ever operated near their limit.</li>
<li>Efficient green design. Low DC power consumption using modern-efficient CPUs</li>
<li>Low overall power consumption keeps the unit running cool.</li>
</ul>
<p>&nbsp;</p>
<h2>Data vs Voice</h2>
<p>Traditional two-way radios are analog, and were designed for voice communications. Early data radio modems were voice radios integrated with a telephone-modem to create a digital radio link. These were very slow and expensive, and some data radios today say they are data radio modems, but are still built with this old analog approach.</p>
<p>Raveon’s data radio modems are designed from the ground-up as data radio modems. They have a UHF or VHF radio transceiver in them, which is optimized for data. They contain a DSP based modem processor that encodes and decodes data using high-speed modulation techniques, and an intelligent microcontroller that gives the product a rich set of features.</p>
<h1>What is a Data Radio Modem?</h1>
<p>So what makes a radio a “Data Radio Modem”? There are a few very important features to look for:</p>
<ol>
<li><em><strong>High speed</strong></em>. High speed RF synthesizers. High speed data rates. High speed serial ports.</li>
<li><strong><em>Digital Processing.</em></strong> Digital signal processing allows the product to store-and-forward repeat; error correct, automatically key on data, buffer messages, check CRC codes, and identify radios.</li>
<li><strong><em>Flexible Radio IDs</em></strong>. Data radios must work in conjunction with dozens if not hundreds of other radios. 16 bit IDs, group codes, repeater routing tables, and address masks allow a user to create sophisticated radio networks.</li>
</ol>
<h1>Can’t I Make My Own Radio Modem?</h1>
<p>The short answer. <strong>No</strong>. The FCC (nor any other regulatory body) does not allow data communications using a voice radio. The only exception to this would be to connect an external modem to the<em> microphone</em> input of a voice radio. This may be allowed, but you would soon find that the system performance using of this type of approach would be terrible.</p>
<p>Can you connect a modem to the AUX input or a radio module? <strong>No.</strong> Some voice and low-cost radios provide inputs and outputs that <em>could</em> be connected to an external modem and make a reasonable data radio combination. But, this will violate the FCC certification of the product. A radio modem is certified by the FCC, IC, or for CE compliance as a complete system. There is no provision for changing any portion or using an external modem on the AUX input. The fines for violating FCC regulations can be severe, and the liability of installing a complete data radio system based upon un-authorized radio configurations can be substantial.</p>
<p>Don’t try to take short cuts. Besides the potential FCC violations, they will cost you more in the long run. Raveon’s data radio modems are the most economical data radios on the market. Our complete integrated solutions will cost you less and work better than trying to patch together a radio system using brand X radio and brand Y modem.</p>
<p>For more than a decade, our company has been providing wireless data modems, radios, GPS tracking systems, and customized complex end to end solutions to some of the world’s largest organizations. We attribute our growth and long term relationships to our Customer Success Commitment, a thorough understanding of Customer requirements and outcomes, and a selective process of engaging our engineering teams with well established companies working on interesting projects designed to meet the demands of today, and challenges of tomorrow.</p>
<p>For more information about Raveon’s products and solutions, please contact Raveon at <a href="mailto:info@raveon.com">info@raveon.com</a> or (760)444-5995</p>

		</div>
	</div>
</div></div></div></div>
<p>The post <a href="https://www.raveon.com/data-radio-modems/">Data Radio Modems</a> appeared first on <a href="https://www.raveon.com">Raveon Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.raveon.com/data-radio-modems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
