Re: Timestamp always converted to UTC?
Lol Of course, that was my first action. I did not find much. I was waiting for someone to post that.
View ArticleRe: Kollmorgen AKD communication with Labview Ethernet/IP drivers
Interesting discussion on this. I'm using the AKDs for a project and was just wondering if there's a quick and simple way to use ethernet or tcp/ip etc to query a couple of parameters on the drive? I...
View ArticleRe: Read data of sartorius scales with RS232 interface
Hi rolfk,Thank you for this hint – I tried to use P and p but this has no effect.But it is good to know that such an experienced user as you thinks that my vi should work. Due to the responses here, I...
View ArticleRe: ohmmeter
the button will be like a speedmeter an show me the value of resistance...i must give values for the I(Ampere) and V(voltage) and shows me the value of resistance which is based with the type r=V/I and...
View ArticleRe: ohmmeter
So the input to your VI is the resistance. You want to control the value of the resitance with a dial. From there you want to create a I-V graph. Am I interpreting your requirements correctly? What...
View ArticleRe: Read data of sartorius scales with RS232 interface
I usually use something like this for testing serial port connections. It shows with LEDs the logical state of each line and allows easy detection of cabling problems such as swapped data lines or...
View ArticleRe: ohmmeter
yes the input will be the resistance and i want to find the value of this...and this will be for a resistance in circuit...Thank you for your help!!
View ArticleRe: Loopback test with simulated Hardware using NI MAX
Thanks a lot rolfk, Actually i wanted to test my application, i'm not aware the method you are telling to test this. can you tell me in brief so that i can execute that.Right now i completed my...
View ArticleRe: Kollmorgen AKD communication with Labview Ethernet/IP drivers
Ignore my last post - its as easy as finding the correct port number in the manual (23 seems to be default for the AKDs) and then just sending (for example) MOTOR.TEMP as a string with the standard...
View ArticleRe: Loopback test with simulated Hardware using NI MAX
This is a quick mockup of what I meant. You use the "Data Read Analog Input.vi" where you have your "DAQmx Read.vi" and the "Data Write Analog Output.vi" where you have the the "DAQmx Write.vi". Use...
View ArticleRe: ohmmeter
What you are describing is a very siimple VI. You just have to define either your voltage or your current. If you define voltage, then I = V/R. You you define current, then V = I*R. It is just some...
View ArticleRe: ohmmeter
the speedmeter to be like this.....(the other labview programm which is in the picture is not for my programm)but the speedmeter which will measure the resistances will be like this...in my programm i...
View Articlebuffered analog output generation
Hello , I already did analog output generation programs.now i need how to do buffered analog output generation,any example can be help fullor i can show you my application(if you provide your...
View ArticleRe: ohmmeter
apadior wrote:.I will be very pleased if you try this...Thank you!!!No, you have to TRY this.We already know how to program in LabVIEW.
View ArticleRe: how to change content in the formula node of the current vi
I have array of past hundered data. I need to check condition whether it is true or not. like1. a[0]-a[100]>1002.a[2]-a[25]=89, etc. It should be respond to all condition. kindly provide any solution.
View ArticleRe: Read data of sartorius scales with RS232 interface
The manual you posted clearly states that the commands are case sensitive (pg 61). Have you tried the Automatic Data Output mode, also known as auto print? In that mode it should sned data continually....
View ArticleRe: how to change content in the formula node of the current vi
You just need a formula node (or plain LabVIEW code) that handles all cases using conditionals. No need to change the formula at run time.
View ArticleRe: how to change content in the formula node of the current vi
It should be respond to all condition. Really? To respond to all possible conditions will require infinite time. I am not willing to wait that long. Please be realistic. You have shown several...
View ArticleRe: buffered analog output generation
after reading a lot over internet, I tried generate buffered analog output.Steps i followed:1. DAQmx create channel with physical channels2. Output buffer configuration3. Timing sample set to sample...
View Article