Virtual Instrument Systems in Reality (VISIR) For Remote Wiring and Measurement of Electronic Circuits On Breadboard
Virtual Instrument Systems in Reality (VISIR) For Remote Wiring and Measurement of Electronic Circuits On Breadboard
Virtual Instrument Systems in Reality (VISIR) For Remote Wiring and Measurement of Electronic Circuits On Breadboard
1, JANUARY-MARCH 2013
AbstractThis paper reports on a state-of-the-art remote laboratory project called Virtual Instrument Systems in Reality (VISIR).
VISIR allows wiring and measuring of electronic circuits remotely on a virtual workbench that replicates physical circuit breadboards.
The wiring mechanism is developed by means of a relay switching matrix connected to a PCI eXtensions for Instrumentation (PXI)
instrumentation platform. The entire equipment is controlled by LabVIEW server software, in addition to a measurement server
software that protects the equipment from hazard connections by verifying input circuit designs, sent by students, before being
executed. This paper addresses other approaches such as remote labs based on Data Acquisition Cards (DAQs), NetLab, and
RemotElectLab, comparing them with VISIR in order to emphasize its singularity. Topics discussed are as follows: the technical
description, software, operation cycle, features, and provided services. In addition, the feedback received by students at several
universities and the encountered drawbacks along with the proposed solutions are highlighted. The paper finally addresses the
ongoing and future challenges within the VISIR community including its integration with Learning Management Systems (LMSs) and
iLab Shared Architecture (ISA), its new hardware version release that is based on LAN eXtensions for Instrumentation (LXI), and its
new open platform version that supports federated access.
1 INTRODUCTION
2.3 NetLab
NetLab (http://netlab.unisa.edu.au) [3] is a remote colla-
borative laboratory that allows electronic circuits wiring
and measurement. The instrumentation platform is based
on GPIB, which includes an oscilloscope, a function
generator, a power supply, and a digital multimeter
(DMM). The VME eXtensions for Instrumentation (VXI)
standard communication protocol is used for the internal
communication within the command module. In addition, a
1616 programmable relay switching matrix from Agilent
(www.agilent.com) is used to switch the connection
into which all the cards are plugged. For every component,
between the components and the instruments. The switch-
there are various models depending on its technical
ing matrix is connected to the server via RS-232 protocol
characteristics and there is a flexibility to choose among
and to the components via the Inter-Integrated Circuit (I2 C)
them. Table 2 illustrates the components of the PXI Platform
protocol. Laboratory LabVIEW is the software used for
actually installed at UNED.
instrumentation control and the communication is based on
Virtual Instrumentation Software Architecture (VISA) 3.2 Relay Switching Matrix
(http://www.ni.com/visa/) standard. The software appli- The relay switching matrix is a stack of PCI/104
cation is written in JAVA and requires the installation of (www.pc104.org) sized boards, manufactured at BTH, that
Java Runtime Environment (JRE) on the user-PC. A controls the terminals connection of the components and
webcam is included, which has its own webserver and is
the NI PXI-modules. It acts as a circuit-wiring robot and it
fully controllable by the user. A chat window is provided
is designed for low-frequency analog electric and electro-
within the software application; it displays the names of all
nic circuit experiments. It consists of two types of boards:
logged-on users, including administrators. A booking
1) instrument boards, which handle the connection of their
system is also provided within the software application.
corresponding NI PXI-module, and 2) component boards,
The available components are as follows: resistors, capaci-
which handle the connection of the components installed
tors, inductors, transformers, and programmable variable
in it. The NI PXI-chassis is connected to the relay
resistors. Other components can be easily added or
switching matrix by a USB cable and the terminals of
removed. NetLab is limited to a maximum of 16 two-lead
components, and its virtual workbench does not replicate a the NI PXI-modules are connected to it by either coaxial
real physical breadboard. cables or cords.
The unique feature of VISIR is the flexibility provided by Each board has a certain number of relays controlling
allowing wiring and measurement on a breadboard and by the connections of the terminals of the NI PXI-modules and
supporting a wide range of electronic circuit components. the components. There are common nodes that propagate
A brief comparison on the intrinsic features of the above- within all the boards of the relay switching matrix, creating
mentioned approaches and VISIR is given in Table 1. a node bus that acts as a breadboard, as shown in Fig. 3. A
However, in some cases, it may be more feasible to select peripheral interface controller (PIC18F4550) is hosted on the
other solutions, depending on the type of application. For source board and it communicates with the controller
instance, if a university already has an ELVIS platform, it (PIC16F767) of each board in order to send commands to
may be more appropriate to build RemotElectLab. the relays of that board. These commands let the relays
open or close with regard to the received design of the
desired circuit. The common nodes are divided into two
3 HARDWARE DESCRIPTION group. The first contains the nodes from A to I, and 0
3.1 PXI Platform (GND). The second contains the nodes from X1 to X6, and
The instrumentation platform of VISIR is based on PXI from COM. The ground terminals of the function generator
National Instruments. The NI PXI platform consists of and the oscilloscope are hardwired to the node 0 (GND).
instrument module cards, a controller card, and a chassis The function generator output is hardwired to the node A.
TAWFIK ET AL.: VIRTUAL INSTRUMENT SYSTEMS IN REALITY (VISIR) FOR REMOTE WIRING AND MEASUREMENT OF ELECTRONIC... 63
TABLE 2
PXI Platform Installed at UNED [13]
Fig. 3. The common propagating nodes within the relay switching matrix.
TABLE 3
Corresponding Board Number of Each (I2 C) Label
Adobe Flash and located inside the same folder of the user
interface files, which are hosted by the lab server. The user
chooses the instrument interface with which she is familiar
regardless of the model or the manufacturer of the
corresponding real instrument, as shown in Fig. 7. In this
way, it is possible to use a virtual front panel depicting an
Fig. 7. Student selects the instrument interface with which he is familiar. instrument model to control another instrument model as
long as the performance of the real instrument is equal or
4.1.2 Teacher Account better than the performance of the depicted instrument. The
The teacher account is created by the administrator and available interfaces are as follows:
associated with a certain course. It has the following . a DMM (Fluke 23),
privileges:
. a function generator (HP 33120A),
. Add and remove experiments; this is done by . an oscilloscope (Agilent 54622A),
allowing certain components to appear to the . a DC power supply (E3631A),
student in each experiment. . the default PXI-instruments interfaces from National
. Add, remove, and modify student accounts. Instruments, and
. Make a teacher scheduled reservation; the teacher . a traditional breadboard.
reserves a number of seats within an interval of time After choosing the instrument interfaces, the user starts to
so that,she can put her students in groups and assign design and wire her circuit on a simulated breadboard by
an instructor to each group. These seats are visible to clicking and dragging the simulated components and wires
the student with the teachers name. Accordingly, the with her PC-mouse, as shown in Fig. 8. Once the user gets her
student chooses her group and reserves her seat. circuit ready, with all the instrument values adjusted, and
. The teacher can switch to student view to view the clicks on the perform experiment button. The experiment
contents as seen by her students. client sends the designed circuit with all the adjustments and
the configurations to the measurement server (see the next
4.1.3 Student and Instructor Accounts
section) through the experiment protocol.
The student and instructor accounts are created by the teacher The experiment protocol is an XML-based protocol that
and are associated with a certain course. They only allow
uses either XML Socket or HTTP (the actual configuration)
access to the experiments that are created by the teacher
over the TCP/IP model to transport the requested data to
within such course. The student and the instructor, likewise,
can make a scheduled reservation separately or reserve a seat the measurement server. For instance, an experiment
belonging to the scheduled reservation of the teacher. protocol request sent by a function generator could look as
that shown in Fig. 9. The experiment protocol describes
4.1.4 Guest Account which settings and functions each instrument type can
The guest account is a public limited trial account created by perform, independent of hardware manufacturer. Thus, it is
the administrator, and it does not require registration. It can possible to select an instrument simulated interface in-
be utilized by anyone wanting to try an available experi- dependently of the manufacturer and to create new
ment prepared by the teacher assigned to that account. interfaces of instruments that do not exist in the current set.
TABLE 5
Survey on VISIR Deployment at UNED (2010/2011)
Fig. 12. An amplifier circuit that requires two AC source and DC sources.
The next version of the VISIR open lab platform (5.0) will [4] G.R. Alves et al., Using VISIR in a Large Undergraduate Course:
Preliminary Assessment Results, Proc. IEEE Global Eng. Education
provide a cloud that supports a federation of VISIR Conf. (EDUCON), pp. 1125-1132, 2011.
laboratories and includes a free-access repository for [5] M.C.C. Lobo et al., Using Remote Experimentation in a Large
sharing learning resources. Members of this cloud will be Undergraduate Course: Initial Findings, Proc. IEEE/ASEE Fron-
the VISIR community partners and they should contribute tiers in Education Conf. (FIE), pp. S4G-1-S4G-7, 2011.
[6] M. Tawfik et al., Remote Laboratories for Electrical &
with one or more workbenches followed by their own policy Electronic Subjects in New Engineering Grades, Proc. Promotion
of access. A teacher may reserve any workbench within the and Innovation with New Technologies in Eng. Education Conf.
cloud for a particular time period. It would also be possible (FINTDI 11), pp. 1-6, 2011.
for organization without VISIR to participate. However, [7] M. Tawfik et al., VISIR Deployment in Undergraduate Engineer-
ing Practices, Proc. First Global Online Laboratory Consortium
they should be granted access to a particular workbench Remote Laboratories Workshop (GOLC), pp. 1-7, 2011.
through prior negotiation with the providers [34]. [8] B. Popovic, N. Popovic, D. Mijic, S. Stankovski, and G. Ostojic,
Remote Control of Laboratory Equipment for Basic Electronics
Courses: A LabVIEW-Based Implementation, Computer Applica-
8 CONCLUSION tions in Eng. Education, 2011.
[9] D.A.H. Samuelsen and O.H. Graven, Low Cost Implementation
VISIR has proven to be an outstanding learning technology of Remote Lab with Large Number of Configurations for a BJT
for electronic circuits practices. The system has been Amplifier, Intl J. Online Eng., vol. 7, pp. 31-36, 2011.
deployed at several universities in undergraduate engineer- [10] A. Taneja, A. Kushwah, A. Gupta, and V.B. Vats, TeleLab-A
ing practices with satisfactory results either relying on it Remote Monitoring and Control System, Intl J. Online Eng.,
totally or using it partially along with the hands-on vol. 3, 2007.
[11] R.J. Costa and G.R. Alves, Experimenting through the Web a
practices. In this paper, a wide overview on the system Linear Variable Differential Transformer, Intl J. Online Eng.,
construction and functionality has been provided. This vol. 2, Mar. 2006.
paper has discussed all the features provided by VISIR for [12] N. Sousa, G.R. Alves, and M.G. Gericota, An Integrated Reusable
its implementation and deployment in engineering educa- Remote Laboratory to Complement Electronics Teaching, IEEE
tion along with feedback from the universities that had Trans. Learning Technologies, vol. 3, no. 3, pp. 265-271, July 2010.
[13] M. Tawfik et al., A New Node in the VISIR Community, Remote
deployed it in their learning curricula. This paper has also Eng. and Virtual Instrumentation, pp. 16-22, 2011.
discussed the limitations and drawbacks of VISIR and has [14] I. Gustavsson et al., Telemanipulator for Remote Wiring of
addressed the ongoing and future works carried out within Electrical Circuits, Remote Eng. and Virtual Instrumentaion, 2008.
the VISIR community in order to overcome the mentioned [15] J. Zackrisson, I. Gustavsson, and L. Hakansson, An Overview of
drawbacks and enhance the system. Last but not least, the VISIR Open Source Software Distribution 2007, Remote Eng.
and Virtual Instrumentation, 2007.
further concerns are being discussed within the community
[16] M. Tawfik et al., Towards a Better Deployment of Remote
to extend its support capacity, scalability, and its applica- Laboratories in Undergraduate Engineering Education, Using
tion range to include other types of circuits, e.g., logic Remote Labs in Education: Two Little Ducks in Remote Experimenta-
circuits. VISIR, indeed, is a step forward toward a new tion, J.G. Zuba and G.R. Alves, eds., Univ. of Deusto, 2011.
generation of captivating learning technologies that can be [17] M. Tawfik et al., VISIR: Experiences and Challenges, Intl J.
Online Eng., vol. 8, pp. 25-32, Feb. 2012.
feasibly implemented in engineering education.
[18] U. Hernandez-Jayo and J. Garca-Zuba, A Remote and Reconfi-
gurable Analog Electronics Laboratory Based on IVI an LXI
Technologies, Remote Eng. and Virtual Instrumentation, pp. 71-77,
ACKNOWLEDGMENTS 2011.
The authors would like to acknowledge the support of the [19] J. Garcia-Zubia, P. Orduna, D. Lopez-de-Ipina, and G.R. Alves,
Addressing Software Impact in the Design of Remote Labora-
following projects: e-Madrid (S2009/TIC-1650), RIPLECS tories, IEEE Trans. Industrial Electronics, vol. 56, no. 12, pp. 4757-
(517836-LLP-1-2011-1-ES-ERASMUS-ESMO), PAC (517742- 4767, Dec. 2009.
LLP-1-2011-1-BG-ERASMUS-ECUE), EMTM (2011-1-PL1- [20] V.J. Harward et al., The iLab Shared Architecture: A Web
LEO05-19883), and the US National Science Foundation Services Infrastructure to Build Communities of Internet Acces-
sible Laboratories, Proc. IEEE, vol. 96, no. 6, pp. 931-950, June
(NSF) Catalyzing New International Collaborations propo- 2008.
sal Building an Ecology of Online Laboratories. As well, [21] J.L. Hardison, K. DeLong, P.H. Bailey, and V.J. Harward,
they would like to acknowledge the support of the Spanish Deploying Interactive Remote Labs Using the iLab Shared
Ministry for Economy and Competitiveness for the granted Architecture," Proc. IEEE/ASEE Frontiers in Education Conf. (FIE),
pp. S2A-1-S2A-6, 2008.
6-month Visiting Researcher position to Mr. Tawfik at [22] D. Lowe, S. Murray, E. Lindsay, and L. Dikai, Evolving Remote
University of Technology, Sydney (UTS) within the project Laboratory Architectures to Leverage Emerging Internet Technol-
s-Labs (TIN2008-06083-C03-01). As well, they would like to ogies, IEEE Trans. Learning Technologies, vol. 2, no. 4, pp. 289-294,
acknowledge the support of the VISIR Community and the Oct.-Dec. 2009.
[23] D.G. Zutin and M.E. Auer, Work in Progress: Integrating
Global Online Laboratory Consortium (GOLC). Educational Online Lab Platforms around the iLab Shared
Architecture," Proc. IEEE/ASEE Frontiers in Education Conf. (FIE),
pp. F1G-1-F1G-3, 2011.
REFERENCES [24] D.G. Zutin, M.E. Auer, and I. Gustavsson, A VISIR Lab Server for
[1] M. Tawfik et al., On the Design of Remote Laboratories, Proc. the iLab Shared Architecture, Proc. IEEE Global Eng. Education
IEEE Global Eng. Education Conf. (EDUCON), pp. 1-6, 2012. Conf. (EDUCON), pp. 30-33, 2011.
[2] M. Tawfik et al., Design of Practical Activities in Electronics [25] Spanish Univ. for Distance Education (UNED): Statistics, http://
Using VISIR Remote Laboratories, Proc. Seventh Intl Conf. Eng. portal.uned.es/portal/page?_pageid=93,510355,93_20540449&_
and Computer Education (ICECE 11), 2011. dad=portal&_schema=PORTAL, 2012.
[3] I. Gustavsson et al., On Objectives of Instructional Laboratories, [26] E.G. Guimaraes, E. Cardozo, D.H. Moraes, and P.R. Coelho,
Individual Assessment, and Use of Collaborative Remote Labora- Design and Implementation Issues for Modern Remote Labora-
tories, IEEE Trans. Learning Technologies, vol. 2, no. 4, pp. 263-274, tories, IEEE Trans. Learning Technologies, vol. 4, no. 2, pp. 149-161,
Oct.-Dec. 2009. Apr.-June 2011.
TAWFIK ET AL.: VIRTUAL INSTRUMENT SYSTEMS IN REALITY (VISIR) FOR REMOTE WIRING AND MEASUREMENT OF ELECTRONIC... 71
[27] R. Gil et al., Applications and Security in the Practical Rosario Gil received the bachelors and mas-
Competitiveness Implementation within Learning Environ- ters degrees in telecommunication engineering
ments, ARBOR Ciencia, Pensamiento y Cultura, vol. 187, Dec. 2011. from the Alcala de Henares University, Madrid,
[28] E. Sancristobal et al., Remote Labs as Learning Services in the and the PhD degree in industrial engineering
Educational Arena, Proc. IEEE Global Eng. Education Conf. from the Spanish University for Distance Educa-
(EDUCON), pp. 1189-1194, 2011. tion (UNED). She received a grant in the
[29] M. Tauste et al., Implementation of a Remote Laboratory for Electrical and Computer Engineering Depart-
Practices in FPGAs Programmable Logic Devices, Proc. First ment of UNED in 2005, and has been an
Experiment@Intl Conf. Remote and Virtual Labs (exp.at 11), 2011. assistant professor since December 2010. Her
[30] M. Castro et al., Servicios para Plataformas Educativas: Labor- research interests include the integration of
atorios y Aplicaciones, Proc. Ninth Congreso de Tecnologas different biometric techniques in educational environment by providing
Aplicadas a la Ensenanza de la Electronica (TAEE 10), 2010. them with security and access control. She is a member of the IEEE.
[31] E. Sancristobal et al., Integration View of Web Labs and Learning
Management Systems, Proc. IEEE Global Eng. Education Conf. Gabriel Diaz received the PhD degree in
(EDUCON), pp. 1409-1417, 2010. physics. He is a professor in the Electrical and
[32] G.R. Alves et al., Using VISIR in a Large Undergraduate Course: Computer Engineering Department at the Span-
Preliminary Assessment Results, Intl J. Eng. Pedagogy, vol. 1, ish University for Distance Education. His
pp. 12-19, 2011. research interests include the different ap-
[33] M. Amelung, K. Krieger, and D. Rosner, E-Assessment as a proaches for getting the best of ICT technologies
Service, IEEE Trans. Learning Technologies, vol. 4, no. 2, pp. 162- applied to different kinds of security and electro-
174, Apr.-June 2011. nics learning for higher education at universities
[34] I. Gustavsson et al., The VISIR Open Lab Platform 5.0An and also security measurement and metrics, and
Architecture for a Federation of Remote Laboratories, Remote security for process control systems. He was
Eng. and Virtual Instrumentation, pp. 284-288, 2011. awarded the 2007 Chapter Achievement Award and the 2011 Best
Large Chapter Award of the IEEE Region 8. He is a senior member of
Mohamed Tawfik received the BSc degree in the IEEE and vice-chair Spanish Chapter of the IEEE Education Society.
electrical engineering from the Ain Shams
University, Cairo, Egypt, and the MSc degree Antonio Colmenar received the doctoral de-
in electrical and electronics engineering from the gree and bachelors degree in industrial en-
Spanish University for Distance Education gineering, in the field of Automatic and
(UNED), Madrid, Spain, in 2008 and 2011, Electronic, from UNED (National University for
respectively. He is a visitor researcher at the Distance Education). He also received the
Faculty of Engineering and IT, University of associates degree in electronic, regulation and
Technology, Sydney, Australia, as well as a automatisms from the University of Valladolid.
research associate in the Electrical and Compu- Currently, he is a permanent lecturer in the
ter Engineering Department at UNED. He is an author/coauthor of more electric engineering area of the Department of
than 25 publications, including conference papers, book chapters, and Electric and Electronic and Control in UNED. He
journal articles on remote laboratories. He is collaborating on several has been Associated Professor both in the Department of Electronic
researching projects, among them the US National Science Foundation Technology at Alcala de Henares University and the Department of
Catalyzing New International Collaborations proposal Building an Electric and Electronic and Control at UNED.
Ecology of Online Laboratories. He has been a member of the IEEE
since 2009. Juan Peire received the MSc degree from the
Polytechnic University of Madrid in industrial
Elio Sancristobal received the BSc degree in engineering in 1976, and the PhD degree from
computer science from the Salamanca Pontifi- the same institution, and the MSc degree in law
cal University, Madrid, in 2002 and the PhD from the Complutense University of Madrid in
degree from the Electrical and Computer 1997. He works as a researcher, coordinator,
Engineering Department at the Spanish Uni- and director of different projects at national and
versity for Distance Education (UNED) in 2010. international levels. He has worked at the DLR
He has worked at UNED in the University in Cologne, at the University of Oviedo, at the
Distance Education Institute, in the Computer University of Cantabria, and at the International
Science Service Centre, and as an assistant Computer Science Institute at the University of California, Berkley. He
professor in the Electrical and Computer is currently a professor of electronics technology at the Spanish
Engineering Department. He is a member of the IEEE. University for Distance Education. He has published different technical,
research, and teaching books and articles for journals and confer-
Sergio Martin received the PhD degree in ences. He has also directed radio, TV, and multimedia programs. He
computer engineering. He has been an assis- was an associated editor of the IEEE Transactions on Industrial
tant professor and a researcher in the Electrical Electronics. He was once a member of the Technological Committee
and Computer Engineering Department at the of the Industrial Electronics Society. He was the chairman of several
Spanish University for Distance Education IEEE International Congresses. He has led about 11 R&D European
since 2006. Since 2002, he has participated Research projects, mostly in ICT applied to education. He served as a
in national and international research projects. research head in more than 20 international projects and has authored
He is a member of the IEEE, the IEEE 10 books, one of them published in the United States. He is an author
Computer Society, and the IEEE Education of more than 100 international and 50 national publications. He is a
Society. He is also a board member of the senior member of the IEEE.
IEEE Technology Management Council of Spain and the Spanish
Chapter of the IEEE Education Society, which has been awarded the
2011 Best Large Chapter Award of the IEEE Region 8.
72 IEEE TRANSACTIONS ON LEARNING TECHNOLOGIES, VOL. 6, NO. 1, JANUARY-MARCH 2013
Manuel Castro received the industrial engineer- Johan Zackrisson has been working as a
ing degree and the PhD degree in engineering research engineer in the Department of Signal
from the ETSII/Madrid Polytechnic University, Processing at the Blekinge Institute of Technol-
Spain. He works as a researcher, coordinator, ogy since 2003. He has been involved in
and director in different projects, ranging from developing remote laboratories in the fields of
systems applications of simulation techniques, electronics, vibration analysis, antenna theory,
solar system, and advanced microprocessor and security and is now the manager of the
system simulation to telematics and distance laboratories.
learning applications and systems, as well as
computer-aided electrical engineering (CAEE),
acting now as a senior technical director. He is now with the Spanish
University for Distance Education (UNED) as a professor of Electronics
Technology inside the Electrical and Computer Engineering Depart- Lars Hakansson received the MSc degree in
ment. He was previously UNEDs New Technologies vice-rector, signal and telecommunication theory and the
UNEDs Information Services Center director, research, and doctorate PhD degree in mechanical engineering from
vice-director, Academic Affairs vice-director of the Engineering School Lund University of Technology, Sweden, in 1989
at UNED as well as the director of the Department. He worked for 5 and 1999, respectively. He was appointed as a
years in Digital Equipment Corporation as senior system engineer. He senior lecturer in electrical engineering in 1999
publishes different technical, research, and teaching books and articles and as an associate professor in electrical
for journals and conferences as well as multimedia materials and radio engineering with an emphasis on active noise
and TV programs. He belongs to the organizing committee of IEEE and vibration control in 2005 at the Blekinge
EDUCON, IEEE FIE (International and Europe Chair, 2000-2006), ISES, Institute of Technology. His current research
TAEE, and SAAEI conferences as well as program and planning interests include noise and vibration control, adaptive signal processing,
committees member and reviewer and chairman of several committees. automatic control, and signal and vibration analysis.
He is co-chair of the conference EDUCON 2010, TAEE 2010, and
ICECE 2005. He is a co-chair of the 2014 Frontiers in Education Ingvar Gustavsson received the MSEE and
Conference to be organized in Madrid, Spain, by the IEEE and the DrSc degrees from the Royal Institute of
ASEE. He is co-editor of IEEE-RITA and of the Electronic Journal of Technology (KTH), Stockholm, in 1967 and
Spanish Chapter of the IEEE Education Society. He has received the 1974, respectively. After completing the military
Extraordinary Doctoral Award in the UPM and the Viesgo 1988 Award to service in 1968, he worked as a development
the Doctoral Thesis improving the Scientific Research about the engineer at Jungner Instrument AB in Stock-
Industrial Process Electricity Application, as well as the 1997 and holm. In 1970, he joined the computer vision
1999 UNEDs Social Council Award for the Best Didactic Materials in project SYDAT at the Instrumentation Labora-
Experimental Sciences and the 2001 Award for the Innovative tory, KTH. In 1982, he was appointed the head
Excellence in Teaching, Learning, and Technology from the Center for of the Instrumentation Laboratory. Together with
the Advancement of Teaching and Learning. He has been awarded the another research scientist, he founded a private company providing
IEEE EDUCON 2011 Meritorious Service Award (jointly with Edmundo automatic inspection systems for industrial customers in 1983. In 1994,
Tovar), of the EDUCON 2011 conference; the 2010 Distinguished he returned to the academic world to take up his current position as an
Member Award of the IEEE Education Society; the 2009 Edwin C. associate professor of electronics and measurement technology at the
Jones, Jr. Meritorious Service Award of the IEEE Education Society; the Blekinge Institute of Technology (BTH), Sweden. His research interests
2006 Distinguished Chapter Leadership Award and for the collective include the areas of instrumentation, remote labs, industrial electronics,
work inside the Spanish Chapter of the IEEE Education Society; and distance learning. He is a co-chair of the scientific advisory board of
the 2011 Best Chapter Award (by the IEEE Region 8); and the 2007 the International Association of Online Engineering (IAOE) as well as a
Chapter Achievement Award (by the IEEE Education Society). He is a member of the editorial board of the International Journal of Online
vice-president of the Board of the Spanish International Solar Energy Engineering. He is a member of the IEEE.
Society (ISES). He is a fellow member of the IEEE (for contributions to
distance learning in electrical and computer engineering education) and
member of the Administration Committee (AdCOM) (2005-2012) of the
IEEE Education Society and vice-president (2011-2012) of the IEEE
Education Society; founder and past-chairman (2004-2006) of the
Spanish Chapter of the IEEE Education Society, and chair of the IEEE
Spain Section (2010-2011).