06-07-2007 10:51 AM
06-07-2007 12:06 PM
06-07-2007 02:08 PM
the camera manual just gives me the commands for example ST6^ for reading the emissivity, CR for reading the condition data, something like RT for read temperature, also similar commands for moving the cursor on the screen for getting the temperature of specific pixel, etc.
06-07-2007 04:10 PM
06-11-2007 09:35 PM
now i have to figure out how to do it in a loop.
can u tell me what an empty path constant (the one with an anchor symbol) means? i read the help but it did not make any sense to me
06-12-2007 09:17 AM
06-13-2007 02:50 AM
i used the sample gpib.vi and modified it just a little bit for my application.
here is what i want to ask. the image file and the vi is attached.
the command ST1^ gives the status of the device. if the read buffer output is "1" then it is in freeze status and if "0" then it is in run status.
i have used a case structure to check the output in the read buffer and produce a result accordingly
when i attach the read buffer output to the selector terminal it always executes the default case even if the value is "1" or "0" (string).
But when i connect a separate string control (input case selector) instead of read buffer and change the values manually. it works fine. why is this happening
06-13-2007 08:49 AM - edited 06-13-2007 08:49 AM

Message Edited by smercurio_fc on 06-13-2007 08:50 AM