Download Serial settings saved in Max loaded in LabVIEW

Is there a simple way to obtain or retrieve Configurations saved in MAX in LabVIEW series?

We have several devices that communicate well RS - 232 that require different settings. The connection of these devices agreement can change from one test to the other. I want to do it is using MAX to determine what equipment is connected to which serial ports, record communications at MAX settings and load them in LabVIEW to make the connection. I could write some code to allow the user to do this, but why reinvent the wheel.

I have attached to my list of software incase a new version might be able to do.

No indication in it would be greatly appreciated.

Thank you

Tessa

You don't have to do anything to get the parameters set in LabVIEW. As long as you do not use the VISA to configure the Serial Port, the settings will persist and you have to just do your reads and writes with the correct resource. In other words, if you set baud rate to MAX for Com1 to 56000, in LabVIEW if you write to Com1, it will happen at 56000 baud.

This has been the case for versions of VISA much older than what you show.

Tags: NI Software

Similar Questions

Maybe you are looking for