07-23-2010 03:19 PM
When I try to change the query and parse value from number to string, LabView crashes.
I am using COM3 and trying to communicate with an EOI blackbody. This is while under the query and parse section. Also, if I try to to change the character count, or the scaling, it also crashes.
07-23-2010 03:30 PM
It sounds like you are using the Instrument I/O assistant?
Try replacing that with the regular VISA functions.
You can also convert the I/O assistant into a subVI but right clicking on it and saying Open Front Panel. (note this is a one way street, you can't undo the process once it is lost out of the undo history.) Then you can see the real code that is operating and debug that.
07-23-2010 03:32 PM
Is it possible that LabVIEW isn't crashing but waiting for a number of bytes at the serial port and it isn't receiving any?
If not, could you post some code to look at and give the LV version and spec sheets(a link or model number will do) to the device you are communicating with?
Thanks,
Jim