04-10-2006 12:10 AM
04-10-2006 01:12 AM - edited 04-10-2006 01:12 AM

Message Edité par TiTou le 04-10-2006 08:12 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
04-10-2006 04:50 AM
You can also wire a string with a valid VISA resource name to the VISA resource name input of VISA Open. LabVIEW will do an automatic conversion for you. This can be handy if you store the VISA resource to a configuration file for instace which of course uses strings and not VIS resource datatypes.
@TiTou wrote:
Hello Troy12,
I don't have LV8 but only 7.1.1 but I assume "VISA open" is the same in both versions. Indeed, VISA open expect not a string but a "VISA RESSOUCE NAME" that you will pass further to read/write/close functions.
just remove your sting constant (the one you had in LV 6.1), right click on the terminal and chose "create" >> "constant" you then should see this :
Then choose the port on which your device is connected and it should work 😉
Let me know (with screen-shots if possible) if you have any problemsMessage Edité par TiTou le 04-10-2006 08:12 AM