03-26-2008 08:04 PM
03-26-2008 08:48 PM
03-26-2008 08:56 PM
03-26-2008 09:00 PM
It's not prohibited but it is considered a bit rude to make multiple posts of the same question instead of being a bit patient.
And sorry, I have no idea if it's possible to change the default behavior of an express VI. I never use them.
03-26-2008 09:08 PM
03-26-2008 09:14 PM
There may not be a way to change what code is generated by the express VI.
Why do you need synchronous mode?
03-27-2008 01:28 AM
Asynchronous mode does not work for my hardware.
and before Instrument i/o assistant generate diagram I have possibility to check requests and responses to/from my hardware. in this case everything is fine.
after generate does not work.
03-27-2008 03:24 PM
03-27-2008 04:54 PM
Is it possible you don't have a sufficient amount of wait time between a VISA Write and VISA read to give the instrument time to receive the communication and turn around a response? Take a look at Basic Serial Read and Write example VI. If you are using the I/O assistant and checking things manually, it will work because there is no way you can generate a Read too fast. It still would take a fraction of second to generate the write and do whatever clicking to generate the read.
postoroniy_v wrote:
Asynchronous mode does not work for my hardware.
and before Instrument i/o assistant generate diagram I have possibility to check requests and responses to/from my hardware. in this case everything is fine.
after generate does not work.
03-27-2008 05:57 PM