VISA stands for Virtual Instrument Software Architecture. It is a communication and I/O standard for instrument communication, mainly used in the test & measurement industry.
0
votes
1answer
90 views
PyVISA IV sweep with Keithley
I'm trying to do a IV curve measurement with Keithley and PyVISA. I found a Matlab example on Keithley website, but there's one section that I could not understand.
% Used the serail poll function ...
1
vote
1answer
43 views
how to interact between different application layers?
first of all i am confuse right now and might not be able to explain myself properly. let me try.
i have a business layer class which contain all the methods which are called from UI layer aspx pages. ...
0
votes
0answers
125 views
PyVISA IO error [closed]
I try to run a simple command with PyVISA:
>>> import visa as vi
>>> vi.get_instruments_list()
And I get this error:
>>> print vi.get_instruments_list()
File ...
0
votes
0answers
78 views
Communication issue with pyvisa 1.3
I created a python application to list instruments connected in GPIB. It functionned but today is an other day. I have connected 1 instrument, and I can see this instrument with NI MAX and IO Agilent. ...
0
votes
1answer
130 views
Set TCL vwait variable from a thread
I need to be able to set the variable to end a vwait from inside a thread. This is because I have a loop that normally locks the interperator and therefore any GUI it is running until it completes.
...
1
vote
2answers
152 views
Real Time Debit/ Credit Card Transaction Alert system
We want to create a Platform, where a normal consumer having Multiple Debit/ Credit Cards can easily get real time alerts for all the transactions (swipe/non swipe) that occurred on there Accounts. ...
1
vote
0answers
179 views
PyVISA mac OS X (Mountain Lion) Agilent 33250a
I am having trouble connecting to an Agilent 33250a instrument using a GPIB-USB controller. Does anybody have any ideas how I can get PyVISA to recognise the Agilent?
In order to run PyVISA in ...
2
votes
1answer
215 views
Python visa serial polling function
I have an issue with one of my GPIB instruments. It is quite an old one and it is stated as IEEE-488-1978. I have been trying to get the reference manual for that version of IEEE-488 but it has not ...
1
vote
3answers
159 views
Stop a TCL script from freezing while processing a command
Okay so what I am doing on a high level is scanning a system for all VISA devices connected to it and having them identify themselves.
The problem is that not all VISA devices support the function to ...
7
votes
2answers
315 views
Python instrument drivers
I am an experimental physicist and a big enthusiast of python.
I find it great for data analysis and scripting and I actualy also use it to interface laboratory instruments (Network analyzer, ...
-7
votes
2answers
389 views
How can i take money from VISA on android using NFC? [closed]
We need to take money from clients credit cards like VISA and MASTERKARD using android phone or tab. So we want to make android phone work as card reader to take payment from our clients anywhere from ...
0
votes
1answer
507 views
how paypal, authorize.net and many other payment gateway service get access to visa card processing regardless of bank?
We know there are so many payment gateway service providers namely paypal, moneybrookers, authorize.net and many national and international payment gateway providers. Now, my question is what are the ...
0
votes
1answer
126 views
Parsing string containing ascii codes to float
I'm using pyvisa to control a Signal recovery sr7225 lockin amplifier. Almost everything works as expected. There is only one problem, when the queried value is exactly zero and one queries in the ...
1
vote
2answers
86 views
PyVISA and Kethley 2701 can only get results from one channel
I am using PyVISA to access channels on my Keithley 2701 DMM, I have TC's on channels 102 and 103. When using the "READ?" I am only getting values from one of my channels not both: Bellow is my ...
2
votes
1answer
118 views
PyVisa and Printing New Data
I am trying to use Pyvisa to capture data from one of my channels of my Keithly 2701 DMM.
I get a static onetime response via temp = keithly.ask('SCPI COmmand'), but what I want to do is constantly ...
0
votes
1answer
276 views
Acquiring Agilent 54642D Oscilloscope Waveform AND Settings
I would like to use LabVIEW to capture the waveform already displayed on the screen of my Agilent Oscilloscope (model 54642D). With this waveform, I would like to obtain the current settings of the ...
0
votes
1answer
344 views
Agilent Power Supply Programming using GPIB
On looking at the examples provided in the documentation of the Power supply. The Programming has been done by adding two libraries AgilentRMLib and VisComLib in the C#. When
i try to add the ...
1
vote
0answers
88 views
how to use Agilent 33552A Function/Arbitrary Waveform Generator via USB connection in Visual C# project?
I need to use Agilent 33552A 2-Ch 30Mhz Function/Arbitrary Waveform Generator via USB connection in my Visual C# project.
How can i accomplish this without installing any software like Agilent IO ...
0
votes
1answer
205 views
Importing PyVISA via Py2exe
My script file test.py is:
try:
from visa import *
except Exception as ex:
print ex
raw_input()
My setup.py file is:
from distutils.core import setup
import py2exe
...
-1
votes
1answer
294 views
How do I create an NFC pay tag with my credit card details? [closed]
How do I generate an NFC keyfob with my MasterCard Credit Card 16 digit number, expiry date and cvv
0
votes
1answer
543 views
Cannot connect to a specific ethernet port using python and PyVisa
I am trying to connect to a temperature chamber via an ethernet connection using pyVisa in python. The device only allows connections through port 2049. I have no problems connecting to it via putty ...
2
votes
1answer
155 views
What can cause a GPIB to be unresponsive
I have a GPIB device that I'm communicating with using a National Instruments USB to GPIB. the USB to GPIB works great.
I am wondering what can cause a GPIB device to be unresponsive? If I Turn ...
3
votes
1answer
349 views
How to use Pyvisa1.4 in Python3.2, a lot of unexpected errors generated
Previously I've used PyVisa1.4 in Python2.7, and everything works fine.
Now I need to use Pyvisa1.4 in Python3.2.
I knew that some syntax are changed in Python3.2. Therefore I use the 2to3 to convert ...
0
votes
1answer
722 views
NI-VISA 5.1.2 + python 2.7 + OS 10.6.8 TCPIP ERROR
I have a Keithley 2701 DMM and I am trying to communicate with it via TCPIP using python 2.7 and pyVISA. I am running python 2.7 with virtualenv and wxPython. I know the device is active because I ...
3
votes
2answers
129 views
How to return a wrong message if there is no device connected when I use VISA?
For exmaple, as follows, I can simply initialize my device by using following code if my device is connected properly.
from visa import *
my_instrument = instrument("GPIB::14")
But what if the ...
2
votes
2answers
960 views
Using visa to interface with GPIB always gives me VisaIOError
I'm trying to import visa in Python and interface with GPIB to control a device.
The name of device I'm using is "GPIB0::9::INSTR", and I think there should be no problem with this.
I ran the ...
0
votes
2answers
336 views
Passing more than two sys.argv in python
Dear stackoverflow members,
I have a small doubt in passing two or more sys.argv arguments in python,
I do it using following code
from visa import *
import sys
inst = instrument(sys.argv[1])
...
0
votes
1answer
334 views
using sys.argv in python and passing parameter to an instrument
Dear Stackoverflow members,
I have a small doubt. I have to pass an argument to my measurement device to set a voltage value.
My code to do this is as follow
from visa import *
import sys
inst = ...
3
votes
1answer
120 views
Where does VISA go on OSI stack?
I am looking at putting together a comms protocol for an embedded application, but dont know much about high level comms such as TCP/IP etc, Im more used to dealing with bits and bytes on I2C and SPI, ...
2
votes
2answers
2k views
ImportError: No module named
I'm migrating PyVisa from Python 2.6 to Python 3.2. I'm able to install the module.
It's listed in C:\Python32\Lib\site-packages\pyvisa
The __init__.py file imports a module (vpp43.py) from this ...
3
votes
3answers
676 views
Linux implementation of VISA API
Do you know any Linux implementations of Virtual Instrument Software Architecture? Even simple and restricted? Free and open-source implementations are preferred.
Only implementation I know is NI ...
3
votes
2answers
1k views
NI VISA + pyVisa on Mac OS X (Snow Leopard)
Has anyone had success running pyVisa on Snow Leopard with a NI GPIB module?
Based on all of the forums I have read on NI's website, it does not appear that the combination of NI VISA and pyVisa can ...
1
vote
1answer
1k views
opening and closing of com ports using LabVIEW
I am using LabVIEW to open a com port and get some data. afterwards, I close the interface. but when I want to begin the process again, there is an error being generated. I feel I have to close the ...
1
vote
2answers
1k views
Accessing NI-VISA from Qt C++ 4.7
I am developing a Windows (7) application using Qt (4.7.0) to call some methods in a DLL (NI visa32.dll) to communicate with instruments through the GPIB port. The manufacturer's header file is also ...
0
votes
2answers
2k views
C# communicate with RS-232 using VISA
Does anyone have any C# example code to communicate with a device thru an RS-232 serial port using VISA ?
I just want to issue some simple commands and queries to the device as well as open and close ...