Displaying 20 results from an estimated 113 matches for "schemat".
Did you mean:
schema
2009 May 29
2
Drawing schematics
Hi,
I would like to represent the treatment course of a subject with an arrow representing passage through time and various ticks, arrows, or bars representing treatments done to the patient along the arrow. I would like to generate this sort of schematic for each patient in a database taking information from the database such as time of treatment and type of treatment.
Does anybody know how I can do this? Is there a premade R package for this sort of thing or should I try to make a new graphics function? If a new graphics function, where could...
2006 Mar 05
1
Trust UPS 425 [powercom driver] Cable Schematics
Hi all! I have the Trust UPS 425 but I don't have the serial cable, have
someone that schamatics?
thks, Alessio
2007 Jul 12
1
sub-function default arguments
Hi.
I have defined a function, f1, that calls another function, f2. Inside f1
an intermediate variable called nm1 is created; it is a matrix. f2 takes a
matrix argument, and I defined f2 (schematically) as follows:
f2<-function(nmArg1=nm1,...){nC<-ncol(nmArg1); ... }
so that it expects nm1 as the default value of its argument. f1 is defined
(schematically) as:
f1<-function(...){result1<-f2(); ... }
When I ran f1 I got the following error message:
Error in ncol(nmArg1) : o...
2008 May 10
2
cannot locate cdrom
Im tryingn to run a cd from the windows 3.1 to '95 era. Its a Ford factory service manual disk for pulling up automotive diagnostics/schematics etc. The disk installed without a problem using wine /path/to/cdrom/install.exe . I can also run the locally installed executable file without a problem once again using wine /path/to/local.exe . The problem is that the program requires a callback to the cdrom drive either to load the files on...
2003 Sep 15
3
X100P & T100P knock-off boards
Do they fall under FCC certification if they're built to the same
specifications as the ones from Digium? If I build my own T100Ps from the
schematics and board layouts that are available, are they legal to plug
into the PSTN?
2003 Jun 28
2
Truncating y axis
Hi folks,
I want to have a y-axis using matplot where the y axis is truncated as
shown schematically below:
(msecs)
3000 | x
~
~
800 | x
|
| x
|
----|----|----|-----------------
1 2 3
Position
The ~ is supposed to stand for a curved line showing a break. The issue is
that I want to plot the points shown by...
2004 Aug 23
2
HFC-S in NT mode, wiring?
I've got an old HFC-S card to play with, and I would like to use it in
NT mode. I've a problem only: wiring. I can't fully understand the
instructions I was able to find online. Someone can point me to a site
which explains the whole procedure clearly (like with some schematics,
even in ASCII)?
TIA,
Simone.
2012 Apr 26
1
PSpice has stopped working in newer versions of wine
Hi there,
I'm currently trying to make PSpice (http://www.electronics-lab.com/downloads/schematic/013/) work under Wine.
It installs and starts the Schematics editor flawlessly, I'm able to create circuits, save and modify them.
But simulation doesn't seem to work, after about 10 seconds waiting, it aborts with the message "Unable to start application 'pspicead.exe'&quo...
2008 Feb 11
1
Orcad 7.2 (old) loads, but treeviews won't expand
I'm on freeBSD 7.0, wine 0.9.53.
When I run Orcad, it can load projects, but schematics never open
(unlike other users' experiences in the apps db from Orcad v9.0). You
open schematics by expanding them in the 'project' treeview window,
and under wine, the little "+" box next to the treeview just
dissapears when you click on it instead of expanding.
Steve
[...
2010 Oct 13
3
call forwarding callerID
...l is of course our office number,
because asterisk originates a new call to his cell and then bridges the two.
so he told me, a partner of his, at his office does the same thing, and
when he does it, the callerID shows up as coming from the initial
caller, not from his office.
so here's the schematic:
customer -> our office ---callforward--> cellphone
so should I call AT&T and ask them to unlock our callerID so I can set
the outgoing callerID to the customer's number in my dialplan? or is
there some other way to handle this?
I appreciate any input,
Thanks!
--
Gerard Saraber...
2010 Feb 11
4
when does 'dog' not equal 'dog'?
This is more a Ruby than a Rails question -- feel free to redirect me
as appropriate -- but either this is a Ruby 1.9 bug or I have some
serious misunderstanding. Essentially, I''ve caught the <=> operator
returning nil -- not -1, 0, or 1, but nil. Schematically:
class A
attr_accessor :slot
fun matches?(s)
p "s <=> @slot = #{s <=> @slot}"
return (s <=> @slot) == 0
end
end
Driven from a script, I get something like this:
# Case 1: Notice that <=> evaluates to nil when it should eval to 0
a.slot = &quo...
2008 May 30
6
Routing squid to a different gateway
...simple gateway
setup for my office. Routing is enabled only for a few hosts and all user
access the internet thru squid, which is running on the shorewall box. I
have a few other services on this box and some others on another server, but
they don''t matter for what I need.
Quick and dirty schematics to illustrate (and let''s hope gmail don''t screw
it up). Probably not needed, but it won''t hurt:
wan (eth1) -------- shorewall (eth0) -------- lan
(fixed ip) 10.0.0.1 10.0.0.0/24
I currently have a 600/600 kbps "corporate" inter...
2005 Jan 25
3
Plotting only masked part of data
...to get rid of
those.
Lineart:
-------
_____ ____
/ (1) \ / (3)\
/ \ / \
/ \ / \
\ / \
\_____/
(2)
The problem is the horisontal lines shown as (1), (2) and (3) in the
schematic figure above, I would like to get rid of those,
i.e. retaining only four disconnected segments. I have started on a
programming based solution, plotting one piece at a time, but it is
*very* ugly!
Is there a simple general solution to my problem?
Regards
Joakim Hove
--
Joakim Hove
hove AT...
2003 Aug 19
2
Re: Open source IP phone, maybe?
.... It have the Ethernet
integrated, but it is really slow (it is 8051 architecture), and yes, I
know it can go up ti 75Mhz, but only gives 18MIPS max. I would use
ATmega128 from atmel (16MIPS at only 16Mhz), take a look at:
http://www.ethernut.de (project using mega128 with Ethernet, includes
schematics).
It can, in fact (personal experience) give about 0.7 instructions per
clock cycle (media). About 11MIPS @ 16Mhz, or at 14.7456Mhz (for RS-232
standard speeds) 10.3MIPS.
There is a free C compiler (very good, I must add). See:
http://winavr.sf.net OR http://www.nongnu.org/avr-libc/ Also...
2007 Oct 12
2
MGE Ellipse USB cable config ?
...hand from a now defunct internet company, apparently the
USB cable was lost before I bought it.
I have been scouring the Internet for several days now, but I can't
even find where to buy an official cable (and i suspect it's probably
expensive) and I cannot for the life of me find a schematic or
something that describes what kind of cable this is exactly so that i
can acquire one locally or build my own cable.
So the questions are:
1: is the USB cable simply like the RS232 cable but with built-in USB
converter ?
2: or is the com-port some sort of "autodetecting" syste...
2010 Jan 11
2
warning inside loop
...ther the estimation procedure has resulted in a warning, so I
can distinguish between the well- and ill-converged models.
I have been trying to use functions as warnings(), as well as using the
object last.warning, but unfortunately to no avail.
Although I cannot provide a reproducible example, I schematically represent
the procedure I seek to use below:
for (i in 1:10)
{
<<modify data>>
<<estimate model>>
<<<evaluate whether estimation produced warning>>>
<<extract model parameters, and store whether warning occured>>
}
I hope any one can...
2005 Jan 31
0
Xilinx ISE: can't add file to project
Greetings,
I've been experimenting with various versions of ISE from 5.2, 6.2, 6.3
and have been unable to get any working to a usable state.
Version 5.2 won't allow me the option of adding any sort of schematic,
state machine or HDL (only text and edif constraints files) to a project.
Versions 6.2 and 6.3 seem to allow me to add any type of file
(schematic, sm, vhdl, verilog, etc). But whenever I attempt to do so,
ISE crashes with the following output:
...
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6...
2003 Apr 13
1
torisa rev b
?Hola!
torisa.c (from zaptel 0.50) says:
#define MASTERVAL 0x41 /* Enable E1 master clock on Rev. B board */
Does that mean that there is a torisa revB? If so, are the schematics
downloadable from somewhere? (www.zapatatelephony.org only has Rev. A
ones)
Does the Rev. A support E1? (just changing the DS2151 for DS2153, the DS
crystal and closing the E1 jumpers, or something else is needed?)
Thanks,
HoraPe
---
Horacio J. Pe?a
horape@compendium.com.ar
horape@uninet....
2007 Dec 20
0
Complicated upgrade problem
...omains are active. (We keep student accounts
disabled but not deleted for up to a year after they leave in case they
come back.)
We're using openldap as the back end store for both domains. We started
this before we understood domain trust, so we made some odd decisions
for our ldap.
ldap schematic:
top-level domain
+-instruct domain
+-users
+-groups
+-computers
+-admin domain
+-users
+-groups
+-computers
That's right, the admin domain is a child of the instruct domain.
The instruct domain controller/logon server has it's ldapsam set to look
a...
2001 Feb 03
1
Text handling broke.
Howdy,
Sometime between Dec 14 and Jan 30, a small portion of text handling
seems to have broken. I have a schematic editor application (schedit)
which I have been running under wine for 7 or 8 months now.
What I do is select an "Add text" menu item, a dialog pops up and I type
in some text and click ok. Normally then the text would show up attached
to the mouse, and I can move it to where I want an...