Labview and KDE 2.0.1

I'm working on Labview since version 3.0. During this year I started to
worke with Labview on my Linux box and every things was going well until I
installed KDE 2.0.1. I'm using Red Hat 6.2.
On the shell I read:
X Error of failed request: BadDrawable (Invalid PixMap or Window Parameter)
Major opcode of failed request: 14 (X_GetGeometry)
Ressource id in failed request: 0x0
Serial number of failed request: 462
Current serial number in output stream 462
I like KDE 2.0.1 and I would apreciate to keep it so:
Does anyone have a solution on that problem?
(By the way uninstalled Labview 6i and installed it agian but it obviously
did not solve my problem.)
Thank you
Yves

I just upgrade to Labview 6.0.2 on Linux and it seems to be working well...
I think I'll stick on KDE 2.0.1. It has many interresting features.
Thanks for your reply.
Yves
SERGEY wrote:
> I'm not sure if it's your solution, but did you read MESA 3D library
> notes in LV distribution? NI slightly modified this libraries and
> included in distribution.
> Sometimes there were troubles with shared graphics libraries.
> Hopefully you need to examine lib versions being called.
>
> I was tried to install KDE2, but having troubles moves me back to KDE1
> and to my lovely FVWM. KDE2 is too differ inside, so I'm waiting NI
> approval of this desktop manager before using it.
> I'm using Slackware 7.1 from scratch.
>
> Best Regards to Linux user,
>
> Sergey.

Similar Messages

  • I am receiving the data through the rs232 in labview and i have to store the data in to the word file only if there is a change in the data and we have to scan the data continuasly how can i do that.

    i am receiving the data through the rs232 in labview and i have to store the data in to the word or text file only if there is a change in the data. I have to scan the data continuasly. how can i do that. I was able to store the data into the text or word file but could not be able to do it.  I am gettting the data from rs232 interms of 0 or 1.  and i have to print it only if thereis a change in data from 0 to 1. if i use if-loop , each as much time there is 0 or 1 is there that much time the data gets printed. i dont know how to do this program please help me if anybody knows the answer

    I have attatched the vi.  Here in this it receives the data from rs232 as string and converted into binery. and indicated in led also normally if the data 1 comes then the led's will be off.  suppose if 0 comes the corresponding data status is wrtten into the text file.  But here the problem is the same data will be printed many number of times.  so i have to make it like if there is a transition from 1 to o then only print it once.  how to do it.  I am doing this from few weeks please reply if you know the answer immediatly
    thanking you 
    Attachments:
    MOTORTESTJIG.vi ‏729 KB

  • Problem with Labview and an ARM Cortex

    Good morning,
    I am currently trying to use Labview with a board from ST Microelectronics (MCBSTM32) with an ARM Cortex Processor.
    I use the SDK and have followed the tutorials.
    But, when I try to launch the program (the simple loop as write in the tutorial n°2 : http://zone.ni.com/devzone/cda/tut/p/id/7029 ), Keil gives me an error via Labview:
    "Argument 'DARMSTM' not permitted for option 'device'."
    It seems that Keil does not allow an ARM Cortex from ST as the device.
    Moreover, after having this problem, I am unable to use a Keil project ,even a project which worked before, without Labview. I need to restart the computer.
    I also try to launch the Keil project generated by Labview, without using Labview, and it works. But as soon as I use Labview, I have the error.
    Did anyone already have this error or know how to solve it
    Thank you for your answer and sorry for my bad english.
    Regards,
    Raphaël VAISSIERE

    Hi Raphi,
    So let me make sure I understand,
    The project created in LabVIEW errors out with the message "Argument 'DARMSTM' not permitted for option 'device" 
    If you open the same project in Keil uVision, it runs fine
    Here are my questions:
    1. So how does the code run when run through Keil? does it deploy and run fine?
    2. Did you follow the porting procedure completely?
    Your target STM32F103RB  is techincally supported by Keil but you need to port the RTX kernel to it. This paragraph explains it:
    To determine if your target already supports the RTX Real-Time Kernel, browse to the \Keil\ARM\Startup directory, then browse to the folder that corresponds to the manufacturer of your ARM microcontroller. If there is an RTX_Conf*.c file for your target, then the RTX Real-Time Kernel has already been ported for your ARM device. If no such file exists, skip to chapter 4 for more information on the RTX Real-Time Kernel and a guide for porting RTX to your ARM microcontroller. 
    You also need to port the Real-Time agent to it.
    I just want to make sure that you have followed the guidelines. If you have and are still having problems, we will continue to explore this.
    Thanks,
    National Instruments
    LabVIEW Embedded Product Support Engineer

  • [solved] Issue with conky and Kde 4

    I have a small issue with conky and KDE 4.2. I start conky with a script which I stored under ~/.kde/Autostart. The script is simple and looks like this..
    conky -c ~/.conkyrc_kde4
    This works fine. But when I restart the first KDE and check with ps, I have 2 instances of conky running. The instances keep on growing with the number of restarts.
    I think kde tries to restart all the apps which were running when the session was terminated. Is there a way to change this behavior in general or all the programs or for only a specific program like conky ?
    Last edited by rangalo (2009-07-28 19:02:17)

    I did
    Systemsettings > Advanced > Session Manager > Start with an empty session
    and put everything you want in Autostart

  • I am trying to use Labview and RP1210 compliant hardware to connect to a truck J1939 bus and receive messages.

    I am trying to use Labview and RP1210 compliant hardware to connect to a truck J1939 bus and receive messages. 
    Specifically I am attempting  to read data frames using the RP1210_READMESSAGE .   am able to configure the hardware and send a message to the J1939 bus. .    I think I have not configured something correctly.  I can use the RP1210_SENDMESSAGE and see the message I have sent on the bus using CANalyzer   When I use the RP1210_READMESSAGE   I get the timestamp from a message and the return from the function sends back the correct number of bytes (the number matches the number of bytes I sent out plus four bytes from the timestamp).  What I am having trouble with is actually receiving the data. I have had the same type of behavior from two different hardware (Vector CANcase XL and Nexiq USB Link), so I don't think the issue is vendor specific.
    Has anyone been able to make the RP1210_RECIEVEMESSAGE function work correctly?
    Thanks for any help

    Thanks
    I have already tried that.  The links are the NI RP1210 wraper. The problem I am having is using labview to interface with the RP1210 layer.  The RecieveMessage char*fpchAPIMessage this is the output which is a pointer to a cahracter array.  In this variable I can receive the timestamp of the message but not the message.  The retun showns the correct amount of bytes are aviaable (18 for a 8 byte message) but I can only get the 4 byte timestamp  I think I have to dereference this pointer to view the data.  I am not sure how to fix this. 

  • Tcp data b/w labview and c++

    Hi
     i am trying to establish TCP connection b/w LABVIEW and C++ program. Server is established in C++ while client is implemented in labview.Although connection is successfully establish b/w server and client, both are unable to correctly understand data send/receive among them. Forexample if i want to send an int type send_array from server, i use standard WINSOCK function "send" like that:
    send(AcceptSocket,(char*)send_array,129*4,0);
    but when client in labview receive this array, it shows unexpected values.As a client, I used "simple data client.vi"  with one modification i.e. as sent data size(129*4 bytes) was fixed, only one TCP read was used . 
    Same problem exists if i send data from client to server.
    Kindly help me
    Best Regards
    Solved!
    Go to Solution.

    It's probably an big/little edian problem. If you are using the Flatten/Unflatten from String functions, you can specify which to use.

  • Questions on Saving and mining data with Labview and DIAdem

    Hi,
    I am sampling two signals at 200k sampling rate. I am trying to save the data on harddisk and analyzing the data using DIAdem.
    If I save the data using mesurement file format .tdm and .lvm, the file size will be about 4 Gigabytes for only 10 mins' acquisition. It is very slow to process it.
    I used the software Clampex and pCLAMP(Axon Instruments) before. At the same 200k sampling rate and also acquiring two signals, these programs save the data as .atf format and the size is only 400 MB for 10 mins' acquisition.
    I wonder if there is also a good way to handle this situation using Labview and DIAdem, and how to do it?

    Hi, Jonathan:
    I tried the TDM binary file format. The file size is 800 MB per min acquisition and it will take a long time to just open these files. For my application, I have to take data for several hours. I am looking for a way to reduce the size of files.
    Is there any other type of file format that can reduce the size significantly and can be handled easily?

  • Please Help!!! VIPM won't connect to labview and I need to figure out why

    I am trying to download the Arduino package from the VIPM and they won't seem to connect. I have included a picture of the error and two more of my settings. I am using the student evaluation of the Labview software, but I'm not sure that it is what's causing the problems. Any help would be appreciated, as I would like to set up a nice GUI using labview and an arduino as my DAQ device. I need this for a project for my professors so I am rather desperate to get it up and running.
    Attachments:
    Labview Error.jpg ‏352 KB
    Labview Error II.jpg ‏141 KB
    Labview Error III.jpg ‏108 KB

    No, i tried using you settings and stil not working. i went through every combination of the four items I have on the machine and export list. Still nothing, do you think that its that i am using the student version?
    Attachments:
    New Labview settings, not working.jpg ‏123 KB
    New Labview settings, not working.png ‏267 KB

  • Gnome and KDE 4.1 without mixing?

    I'm running Gnome and love it, but wanted to give KDE 4.1 a chance so I installed it too. When logging in (GDM) I choose whether I want to run Gnome or KDE 4.1,  but when I boot KDE the kde menus are full Gnome stuff, and when I boot Gnome, the menus are full of KDE stuff. It's a mix I don't like. Either I run Gnome or KDE.
    Is there a way to stop the Gnome menus scanning the KDE apps and the KDE menus to stop scanning the Gnome apps?
    Besides that, when I'm in Gnome and open a nautilus bookmark from the "Places" menu, Konquerer starts up happily and makes me think, "What a mess. Is this the way it's supposed to work?"
    If I want to run Gnome only and KDE only, do I need to make a dual boot with two separate Arch installations?
    Last edited by thunderogg (2008-08-01 08:54:02)

    The menu "problem" is due to both desktops using the standard menu item location (Freedesktop.org, I believe defines this).  If you want completely separate, you don't have to dual boot with two separate Arch installs, just create a new user and make a shared data location that your KDE and Gnome user can access.  For example:
    /home/thunderogg could be thunderogg, your Gnome user
    /home/kthunderogg could be kthunderogg, your KDE user
    Create a new /home/shared folder with permissions for both users and save your documents there.  That's the only way that I know of to have both installed and not have a menu mess.

  • Wine and KDE shortcuts

    Using the Window-Specific workarounds I'm able to disable KDE global shortcuts.  For example, in Diablo 2, ALT-F2 does not bring up the run dialog.  GREAT!
    My problem is that there are occasions that I want my full-screen wine application to loose focus or minimize; for example to make a Skype call.  When someone calls me the Skype dialog and KDE taskbar pop to the front allowing me to minimize my wine application.  However, I have no way of making a call without exiting the application.
    I'm kind of at a loss here.  I don't want to disable the KDE global shortcuts but I'd like some way of minimizing the full-screen wine application.  Does anyone have a creative suggestion?

    simongmzlj wrote:You could start wine games in another xserver...
    Very cool idea!  Google found me this: http://ubuntuforums.org/showthread.php? … b&t=634067
    This is way simpler than I thought it'd be.  Thanks.

  • Gkrellm and KDE

    I have recently been having problems with Gkrellm and KDE.  I have gkrellm set to be dockable.  However, when I move gkrellm to the right of the screen and it docks there, the KDE panel shrinks in width a little bit, and shifts to the right.  Any ideas why this is happening?

    When you open up Konsole (or whatever terminal program you are using) it logs you in automatically for the terminal session. So you are logged in to KDE and also Konsole. As a test, open up more Konsoles and see how many users you have.
    Last edited by michy99 (2010-03-20 01:47:23)

  • XFCE and KDE question

    Would there be any conflicts if XFCE and KDE were both installed at the same time or would it be wiser to remove KDE before installing XFCE?

    You'll probably be fine. Both programs can edit desktop files which can effect the other. I'm not sure how KDE handles mime types though. If it uses the same database, that could cause one to effect the other.

  • XFCE and KDE Menus on same machine

    I'm planning on installing both XFCE and KDE on a laptop and was wondering if there was any way to separate the KDE and XFCE programs in the menu.  For example on KDE when I go to Multimedia under the K Menu I would see K3B and under a subfolder called XFCE or GTK2 or whatever I would see Brasero.  I'd like to do the opposite in XFCE, with the KDE apps in a seperate subfolder.  I seem to remember seeing this on another distro but can't remember what it was.  Is there any way to do this automatically?  Thanks.

    As far as KDE goes, right click anywhere in the menu system or on the KDE button, and you can get into the menu editor. From there, you can do anything you want. Of course, when installing new programs, they are going to end up where ever the packager wants them.

  • Can I use a camera for application in Labview and VBAI at the same time ?

    Dear all,
    I'm trying to save an AVI file with Labview and make an image process with VBAI at the same time, in one machine.
    The error : "Camera already in use" displayed.
    My Camera is a GIGE and I work with Imaqdx. I've test the multicast mode but it only operate with several machines.
    How can I do this ?
    Thank's to help me,
    Yoann B

    I'm not necessarily saying that.  It's been a while since I've used VBAI, so I don't remember all of the capabilities, but if VBAI can do the inspection and recording at the same time, you should be fine.
    The trick is that only one program can access the camera at the same time.  That application reserves the camera, thus making it unavailable to others.
    Chris
    Certified LabVIEW Architect
    Certified TestStand Architect

  • Tdms-files: Is it possible to prevent LabVIEW and DIAdem from creating .tdms_index files?

    Hello,
    is it possible to prevent LabVIEW and DIAdem from creating .tdms_index files when opening/creating/editing a .tdms file?
    I think I have no benefit from the .tdms_index files because our applications create a lot of little .tdms-files (repeat measurements). With the additional .tdms_index files we have unnecessary memory consumption and it takes longer for Windows to open the containing folder. Also it´s confusing when searching for a certain file.
    Best Regards
    Daniel
    Solved!
    Go to Solution.

    Hi Baui,
    I'm afraid there's a direct way to disable creating .tdms_index file now from LabVIEW and DIAdem. You can use TDMS Advacend API in LabVIEW, which doesn't create any index file, or you can just make some simple programming and delete the .tdms_index file after closing the TDMS file. 
    This is a request for a long time, we'll consider to add this feature for TDMS in future releases.
    Yongqing Ye
    NI R&D

Maybe you are looking for

  • JSplitPane divider (One touch expandable)

    Hi all, I am having some problems with the JSplitPane divider. I am using onetouch expandable. I want to stop the divider moving all the way up to the top of the window when the up arrow is clicked on. When you drag the divider up it stops near the t

  • Add new virtual characteristic in report writer

    Dear gurus, I would like to add a new virtual characteristic 'ZZWKDT' (work done date) so that I can filter my report with this selection criteria. This field has been added to structure "CI_CCR1S". But I don't have any idea on where should I code my

  • Why doesn't Artwork tab always appear?

    The 6th tab "ARTWORK" doesn't appear for obscure albums. This is frustrating, since I enjoy finding images to put there. A large part of my enjoyment with itunes is watching the artwork in Cover Flow View. I hate to look at the blank black covers whe

  • What type of shows can you get on Apple TV?

    What type of shows can you get on Apple TV? Now question is about the content one can get with Apple TV< if we switched. presently live in Canada. Can one get the News on Apple TV, such as CTV< cbc etc? Can one watch. Daily soap operas on Apple TV? A

  • Partner tab change

    Hello Gurus, is it correct to say that in a sales order : 1. there is a ship-to and sold-to party at the header. If the respective partners assigned to the partner profiles are changed in the partner tab, the header info for ship-to and sold-to are c