02-28-2014 02:58 AM
Hi!
I'm beginner in labview.
I want to set frequency to Hitester Hioki 3532. I created a small programm for that, block diagramm in attachment. If I set frequency True, programm reads frequency from Hioki and shows it correctly in "output value". But when I set frequency False and insert value in "Input value", the programm doesn't set new frequency value to hioki, on hioki display is old value.
02-28-2014 03:32 AM - edited 02-28-2014 03:33 AM
Hi Zancis,
as we don't know what you do in all those subVIs we cannot tell you where you have gone wrong!
For changing settings in a device you should read it's manual in the first place to know the correct commands and their parameters!
Btw. when attaching pictures of a block diagram you should prefer the PNG graphics format…
03-03-2014 07:43 AM
SubVIs block diagramms in attachment. I got this SubVIs from driver files Hioki3522e.llb, also attached below.
Can you help me?
Thank you.
03-03-2014 07:53 AM
03-03-2014 08:14 AM
Just for testing I ran this program from another computer and it works! Operating systems for both computers is Windows XP.
What can be different?
03-03-2014 08:33 AM
03-03-2014 08:59 AM
Hi Zancis,
your computer is set to use a comma as decimal separator, atleast the one used to make the screenshot.
Most (if not all) measurement devices like to have their numbers using the point as decimal separator. Either switch regional settings of your computer or use proper format strings to sent correct commands to your device!