1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3//EN">
2<HTML><HEAD>
3		<TITLE>User's Reference - Transmitter</TITLE>
4		<META HTTP-EQUIV="keywords" CONTENT="GRAPHICS VISUALIZATION VISUAL PROGRAM DATA
5MINING">
6	<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
7</HEAD><BODY BGCOLOR="#FFFFFF" link="#00004b" vlink="#4b004b">
8		<TABLE width=510 border=0 cellpadding=0 cellspacing=0>
9			<TR>
10				<TD><IMG src="../images/spacer.gif" width=80 height=1></TD>
11				<TD><IMG src="../images/spacer.gif" width=49 height=1></TD>
12				<TD><IMG src="../images/spacer.gif" width=24 height=1></TD>
13				<TD><IMG src="../images/spacer.gif" width=100 height=1></TD>
14				<TD><IMG src="../images/spacer.gif" width=3 height=1></TD>
15				<TD><IMG src="../images/spacer.gif" width=127 height=1></TD>
16				<TD><IMG src="../images/spacer.gif" width=6 height=1></TD>
17				<TD><IMG src="../images/spacer.gif" width=50 height=1></TD>
18				<TD><IMG src="../images/spacer.gif" width=71 height=1></TD>
19			</TR>
20			<TR>
21				<TD colspan=9><IMG src="../images/flcgh_01.gif" width=510 height=24 alt="OpenDX - Documentation"></TD>
22			</TR>
23			<TR>
24				<TD colspan=2><A href="../allguide.htm"><IMG src="../images/flcgh_02.gif" width=129 height=25 border="0" alt="Full Contents"></A></TD>
25				<TD colspan=3><A href="../qikguide.htm"><IMG src="../images/flcgh_03.gif" width=127 height=25 border="0" alt="QuickStart Guide"></A></TD>
26				<TD><A href="../usrguide.htm"><IMG src="../images/flcgh_04.gif" width=127 height=25 border="0" alt="User's Guide"></A></TD>
27				<TD colspan=3><B><A href="../refguide.htm"><IMG src="../images/flcgh_05d.gif" width=127 height=25 border="0" alt="User's Reference"></A></B></TD>
28			</TR>
29			<TR>
30				<TD><A href="refgu160.htm"><IMG src="../images/flcgh_06.gif" width=80 height=17 border="0" alt="Previous Page"></A></TD>
31				<TD colspan=2><A href="refgu162.htm"><IMG src="../images/flcgh_07.gif" width=73 height=17 border="0" alt="Next Page"></A></TD>
32				<TD><A href="../refguide.htm"><IMG src="../images/flcgh_08.gif" width=100 height=17 border="0" alt="Table of Contents"></A></TD>
33				<TD colspan=3><A href="refgu009.htm"><IMG src="../images/flcgh_09.gif" width=136 height=17 border="0" alt="Partial Table of Contents"></A></TD>
34				<TD><A href="refgu175.htm"><IMG src="../images/flcgh_10.gif" width=50 height=17 border="0" alt="Index"></A></TD>
35				<TD><A href="../srchindx.htm"><IMG src="../images/flcgh_11.gif" width=71 height=17 border="0" alt="Search"></A></TD>
36			</TR>
37		</TABLE>
38		<H3><A name="HDRTRANSMI" ></A>Transmitter</H3>
39		<A NAME="IDX751"></A><A NAME="IDX752"></A>
40<A NAME="IDX753"></A>
41<A NAME="IDX754"></A>
42<P><STRONG>Category</STRONG>
43<P>
44<A HREF="refgu008.htm#HDRCATSPE">Special</A>
45<P><STRONG>Function</STRONG>
46<P>
47Transmits an object to a Receiver.
48<P><STRONG>Syntax</STRONG>
49<P>
50Available only through the user interface.
51<P><STRONG>Inputs</STRONG>
52<BR>
53<TABLE BORDER>
54<TR>
55<TH ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">Name
56</TH><TH ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">Type
57</TH><TH ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">Default
58</TH><TH ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Description
59</TH></TR><TR>
60<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%"><TT><STRONG>object</STRONG></TT>
61</TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">object
62</TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">none
63</TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">object transmitted
64</TD></TR></TABLE>
65<P><STRONG>Functional Details</STRONG>
66<P>
67To maintain the modularity and readability of large programs, Data Explorer
68provides two tools that allow connections between input and output
69tabs of separate modules without the use of a visible
70connecting line.
71These tools, Transmitter and Receiver, allow you to separate visual
72programs into logical blocks.
73For example, the output of several logical blocks can be transmitted to
74another block that receives them, collects them, and produces
75an image.
76<P>
77
78Receivers and Transmitters can also be used to communicate information
79between pages in the Visual Program Editor (see <A
80HREF="usrgu041.htm#HDRVPEPAGE">"Creating pages in the VPE"</A> in
81<I>IBM Visualization Data Explorer User&#39;s Guide</I>). Pages are a valuable
82way of structuring complex visual
83programs into logical blocks.
84
85<P><B>Note: </B>Macros provide another way of structuring visual programs in
86logical blocks (see
87<A HREF="usrgu044.htm#HDRMACROS">7.2 , "Creating and Using Macros"</A> in <I>IBM
88Visualization Data Explorer User&#39;s Guide</I>).
89<P>
90To remotely connect input and output tabs&#58;
91<OL>
92			<LI>Select a Transmitter tool (in the Special category in the tool
93palette) and place it near the output tab of the module that
94is to be "connected."
95<BR>
96				<BR>
97			<LI>Connect the module&#39;s output tab to the Transmitter&#39;s
98input tab.
99<BR>
100				<BR>
101			<LI>Select a Receiver tool (also in the Special category), and place
102it near the input tab of the other module that is to be
103"connected."
104<BR>
105				<BR>
106			<LI>Connect the Receiver&#39;s output tab to the second module&#39;s
107input tab.
108
109			<P>
110The Transmitter and Receiver are now connected.
111</OL>
112<P>
113The Receiver automatically assumes the same name as the Transmitter.
114More than one Receiver can be connected to a single Transmitter and they
115assume the same name until a new Transmitter is placed on the
116VPE canvas.
117<P><B>Notes: </B><OL>
118			<LI>To change the name of a Transmitter and Receiver, use the
119<TT><STRONG>Notation</STRONG></TT> field of the appropriate
120configuration dialog box (see
121in <A HREF="usrgu041.htm#HDRUCB">"Entering Values in a Configuration Dialog
122Box"</A> in <I>IBM Visualization Data Explorer User&#39;s Guide</I>).
123Changing the name of a Transmitter changes the name of all the Receivers
124connected to it.
125Changing the name of a Receiver affects only that receiver.
126<BR>
127				<BR>
128			<LI>For more information see <A HREF="usrgu041.htm#HDRTNR">"Using
129Transmitters and Receivers"</A> in <I>IBM Visualization Data Explorer User&#39;s
130Guide</I>.
131
132		</OL>
133<P><STRONG>Example Visual Programs</STRONG>
134<P>
135Receivers and transmitters are used by many of the example visual
136programs, including&#58;
137<PRE>
138AlternateVisualizations.net
139Imide&#95;potential.net
140</PRE>
141<P><STRONG>See Also</STRONG>
142<P>
143&nbsp;<A HREF="refgu112.htm#HDRRECEIVE">Receiver</A>
144		<P>
145		<HR>
146		<DIV align="center">
147			<P><A href="../allguide.htm"><IMG src="../images/foot-fc.gif" width="94" height="18" border="0" alt="Full Contents"></A> <A href="../qikguide.htm"><IMG src="../images/foot-qs.gif" width="94" height="18" border="0" alt="QuickStart Guide"></A> <A href="../usrguide.htm"><IMG src="../images/foot-ug.gif" width="94" height="18" border="0" alt="User's Guide"></A> <A href="../refguide.htm"><IMG src="../images/foot-ur.gif" width="94" height="18" border="0" alt="User's Reference"></A></P>
148		</DIV>
149		<DIV align="center">
150			<P><FONT size="-1">[ <A href="http://www.research.ibm.com/dx">OpenDX Home at IBM</A>&nbsp;|&nbsp;<A href="http://www.opendx.org/">OpenDX.org</A>&nbsp;] </FONT></P>
151			<P></P>
152		</DIV>
153		<P></P>
154	</BODY></HTML>
155