07-13-2017 11:19 AM - edited 07-13-2017 11:22 AM
Hello guys,
Currently, I start to improve a LabVIEW program that has been used to communicate with a spectrometer controller using the GPIB. there is a function called ibsta in the VI. I could not really understand it is function and I could not find it in the function palette and neither a subvi I guess. Could someone tell me a little about the function?
Any suggestions and comments are highly appreciated.
Thanks.
07-13-2017 03:54 PM - edited 07-13-2017 03:55 PM
That's not a function, but a terminal showing data coming out of the yellow function/subVI to the left of it. Check the context help on that and it should tell you what its outputs are. It looks like they are various status indicators.
07-14-2017 02:13 AM
Thanks, you are right. these are the Boolean array indicators which show a status of the GPIB controller. If an error occurs during sending the commands to the GPIB controller or receiving any commands from the controller. These two (send and receive) functions send 16 different status bits to the Boolean indicator array each time. From there we know the status of the controller.
Best, Savut