comp.lang.labview
  Home FAQ Contact Sign in
comp.lang.labview only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.labview Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  WARNING:UtilitiesC - Message file "Xst.msg" wasn't found.ERROR:PersonalityModule         


Author: sriveni
Date: Jul 15, 2008 23:40

when i am trying to check syntax of my code in HDL Interface Node following errors had been occured Release  - xst J.33Copyright (c) 1995-2007 Xilinx, Inc.  All rights reserved.WARNING:UtilitiesC - Message file "Xst.msg" wasn't found.--> WARNING:UtilitiesC - Message file "PersonalityModule.msg" wasn't found.ERROR:PersonalityModule - Unable to open definition file for Personality Module "virtex".  Please make sure that it has been correctly installed.
6 Comments
  movement of point on line from one position to another position......         


Author: ashwinilele
Date: Jul 15, 2008 23:10

Hello sir I made one vi in which I did, movement of point from one position to another but  its not in proper direction means(not forward or backward )How does point  move  on a line  in forward direction only?Thank you

pt n line traial.vi:
http://forums.ni.com/attachments/ni/170/341262/1/pt n line traial.vi
3 Comments
  Not able to open excel sheet         


Author: TRanjith
Date: Jul 15, 2008 22:40

Hi.
If i read the excel sheet immedialty after disposing it,  throghs an error saying can't open the file.
Please see the attached vi. Call this twice for same file without any delay throughs an error.  I am giving the correct parameter.
I added 200ms dealy to avaoid the problem.
 
NOTE: this problem is seen in high speed systems.
 
Please let me know wheather my ci is wrong.
Thank you,
Ranjith
 
7 Comments
  Re: LabView driver for the Animations smartmotor SM2315D         


Author: Jeff Long
Date: Jul 15, 2008 22:10

Here's a link to a video of a machine controlling 6 Animatics motors simultaneously using that LabVIEW driver.
http://www.youtube.com/watch?v=nkRdaBjqS0U" target="_blank">http://www.youtube.com/watch?v=nkRdaBjqS0U
It was important to keep the driver VIs reentrant in order to make this work correctly.  The semaphores in the communication block only the VISA Resource during command-response couplets in case the VIs have multiple callers, (which might be the case in a manual configuration utiltiy).
 
no comments
  Display the positon on the grap in the form of text         


Author: 23235573
Date: Jul 15, 2008 22:10

Hi......... i want to change the X axis and Y axis of the following graph as x1,x2,x3... and y1,y2,y3.... respectively, and whenever i will move the cursor on the graph it would show the particular position in the form of text like (x1,y2) instead of number. please anybody help me to do it

tab-grap1407.vi:
http://forums.ni.com/attachments/ni/170/341252/1/tab-grap1407.vi
10 Comments
  FPGA compile crashes frequently         


Author: pd2
Date: Jul 15, 2008 20:10

Hello, I have been working on an FPGA project. I am using LabView 8.5 with the FPGA module version 8.5. My target is a PCI-5640R. I am running Windows XP.When I compile the FPGA, I frequently get errors. I originally was using arrays and clusters in the FPGA, but I got a tip that the compiler might not work well with those; so I migrated to memory blocks, but I am still getting errors.I will attach a file with some old compile logs with errors that I got when I was using arrays and clusters. I will also attach my current project. The FPGA has a block which performs an FFT on incoming data. I am on my fourth compile attempt now. The first one failed due to circumstances outside of LabVEIWs control, but the other two logs are in the zip with the project.I really need to get this working soon...
Show full article (1.38Kb)
3 Comments
  ?1-??CAX/EDA/CFD/GIS/??/??/???????         


Author: sefgseg
Date: Jul 15, 2008 19:40

?1-??CAX/EDA/CFD/GIS/??/??/??????? ????? ???????????,?????????,??????????! http://zhangqg.51.net" target="_blank">http://zhangqg.51.net http://zhangqg.512j.com" target="_blank">http://zhangqg.512j.com http://even2one.3322.org" target="_blank">http://even2one.3322.org ?????????????IE ????????
?????????????????????????????????3D3S 9.0 ??? 1CDAlgor v18 -ISO (???) 1CDAlias.StudioTools.v13 -ISO  1CDAnsys CivilFEM.v11.0-ISO 1CDAnsys Emax v8.0-ISO 1CDAnsys.Products.v11.SP1-ISO 1DVD AnyCasting.v2.4 1CD(??????)ArtCAM.Pro 2008-ISO 1DVDASAP v8.0-ISO 1CDAspe Hysys 2006.5 1CDAspen.ONE.2006.5-ISO 1DVD(?????????AutoCAD 2009 Win32 & Win64 ?????-ISO 1DVD AVL WorksPace Suite v4.0-ISO 1CDB&K PULSE v12.5-ISO 2CD???????? CAESAR II v5.0-ISO 1CDCam-tool v2.0.3...
Show full article (2.35Kb)
1 Comment
  LabVIEW only crash on my computer after Tree operation         


Author: vcxo
Date: Jul 15, 2008 19:10

Hi All, I started with the example as shown in attachment and implement my code. But I found LabVIEW crashed (see attachment2) ONLY on my computer after I performed operation of delete 6 steps (children). LabVIEW can no display Tree and the Menu on every window messed up. I can repeat the failure.I tested exact same code on the other two computer and no problem at all. Maybe some files broken on my computer and I have to re-install LabVIEW ? What should I be carefull with when re-install ?

Tree example.JPG:
http://forums.ni.com/attachments/ni/170/341238/1/Tree example.JPG

Only on my PC.JPG:
http://forums.ni.com/attachments/ni/170/341238/2/Only on my PC.JPG
4 Comments
  band pass filter problem in endpoints.         


Author: labmaster
Date: Jul 15, 2008 18:10

I want to apply the band pass filter (butterworth) to my singal (linear in large scale).
 
Irregarless of the parameter, there was a problem of ringing (over damped) in the origin (starting point).
 
To overcome this problem, someone suggest to extend the original data to other side (negative X) by reflection.
 
I believe it is right to show the singal from zero to end point.
 
But, in my trial in code (attachment), the boundary effect was not removed.
 
How to remove the end point effect????? 07-15-2008 08:06 PM? labmaster? ?? ?????

boundary_extension1[1].vi:
http://forums.ni.com/attachments/ni/170/341233/3/boundary_extension1[1].vi
2 Comments
  DSC 8.5.1 - release of serial port after termination of Modbus I/O Server         


Author: mbtoday
Date: Jul 15, 2008 18:10

I have an application where I spawn several Modbus I/O servers using the DSC "Create and Configure IO Server Source" express VI.  This is using the serial port version.  All is fine until I terminate the process it is running in in Variable Manager. I right-click the process and select "remove process".   Unfortunately this does not release the com port.  Stopping the variable engine from the Action menu _will_ release the port.
 
This is important because some of our Modbus devices have separate configuration utilities.  From time to time we need to shut down LabView and access the devices with the vendor software.  Unfortunately the vendor software can't connect to the devices as long as the com port is "busy".  Stopping the variable engine...
Show full article (0.87Kb)
3 Comments
1 2 3 4 5 6 7