Gestion du module 6501 avec teststand 4.1

bonjour,
j'aimerai commander le  module USB  6501 avec teststand 4.1.
comment peut on proceder.
merci

Hello jmm48,
You can post in french on this forum : http://forums.ni.com/t5/Le-forum-francophone/ct-p/​FrenchForums
Pierre.
Pierre V, Application Engineer
National Instruments France
#adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
LabVIEW Tour
Journées Techniques dans 10 villes en France, du 4 au 20 novembre 2014

Similar Messages

  • [TestStand][LabVIEW]faire module labview pour teststand

    Bonjour,
    Je suis a la recherche de tutoriel pour faire des modules LabVIEW pour TestStand.
    J'ai trouvé les fonctions TestStand dans LabVIEW "Get Property Value" and co. mais je n'arrive pas à les mettre en oeuvre.
    Merci
    Résolu !
    Accéder à la solution.

    Bonjour,
    Je cherche à envoyé des requêtes en TCP/IP sur un module 'maison', et récupérer les éventuels réponse. (LabVIEW)
    Faire cette procédure en boucle jusqu'a ce que je reçoive une réponse comportant une anomalie, l'arrêter (par ex) et l'inscrire dans un rapport. (TestStand)
    J'ai déjà fait le Module LabVIEW, j'aimerai intégrer ce module dans une séquence TestStand pour automatisé l'envoie et la prise de décision en fonction de la réponse reçu.
    Donc au final pouvoir choisir ce que j'envoie avec TestStand:
    [TestStand:    requêtes -> [LabVIEW] -> réponses ]
    Assez compréhensible ?
    Cordialement,
    Anthelme
    P.S.: Je dois avoué ne pas avoir compris vos solutions proposé...

  • Using LabView to Programatically Specify the Module of a TestStand Step Problems

    I am writing a LabView App that generates TestStand Sequences.
    When programatically 'specifying the module' of a TestStand Step calling a LabView VI, is it possible to set the values of the parameters passed to the VI by Name?  I am currently creating steps fine, but the only way I can set parameter values is by using the parameters index. 
    It would be really nice if I could reference the parameters by the name specified in the VI rather than the index derived when the VI is created.
    Any ideas?
    Steve
    There are 10 types of people in the world that understand binary, those that do and those that don't.

    Hi Steve,
      you've also posted this on the TestStand forum and it's been answered there.
    For anyone else looking for the approach :
    http://forums.ni.com/ni/board/message?board.id=330&message.id=9585
    Thanks
    Sacha Emery
    National Instruments (UK)
    // it takes almost no time to rate an answer

  • Executer un Script python avec Teststand pour agir sur un banc de Test

    Bonjour à tous,
    J'aimerais savoir comment peut-on exécuter un script python avec Teststand sans utiliser le "Call Executable".
    Je m'explique: j'aimerais lancer deux script python sur Teststand. Le premier serait un script qui permettrait d'initialiser un modèle sur un banc de test ainsi que l'objet virtuel dans lequel je veux travailler. Dans le deuxième script, j'agirai sur l'objet virtuel. Je voudrais donc lire une variable du modèle sur le deuxième script à l'aide de l'objet virtuel et agir dessus après à l'aide de Teststand.
    Lorsque j'utilise le "Call Executable", le deuxième script qui s'exécute ne reconnait pas l'initialisation du modèle du premier script.
    Je pensais donc à utiliser Labpython avec labview puis Teststand, est-ce-que cela serait possible?
    J'ai en ma possesion :
    Labview 2009
    Teststand 4.2.1
    Python 2.5

    Bonjour coconuts,
    Merci d'avoir posté votre question sur le forum de National Instruments.
    Après quelque recherche j'ai trouvé un tutoriel sur  Calling Scripting Languages from NI TestStand.
    Vous l'avez peut être déja consulté mais je me permet de vous le renvoyer car il est assez interressant.
    http://zone.ni.com/devzone/cda/tut/p/id/8847?metc=​nsi9321
    Sinon je pense qu'il faudrait peut être créer une variable globale ou partagé pour dialoguer entre les deux Scripts. Essayez de faire plusieurs étapes dans votre manupulation. Utilisez le premier Scripts, enregistrez les données que vous souhaitez dans une variable. Vous réutiliserez celle-ci dans le deuxième script. Mais assurez-vous bien que le premier script à stocké votre objet.
    Brice S.
    National Instruments France

  • Mesure sur tout les éléments d'un tableau avec Teststand

    Bonjour,
    J'ai actuellement un V.I Labview qui ferme des chemins de relais lus dans un fichier texte et qui vient ensuite mesurer la tension, il me sors ensuite un tableau avec toutes les valeurs de tension mesurées. J'ai fais une séquence Teststand où je viens exécuter mon V.I et faire un "Measure numeric limit" sur les valeurs de tension.
    Seulement sur le rapport il n'y a qu'un unique pass/failed. J'aimerais que le pas de test soit fait sur chaque mesure et avoir chaque valeur avec la mention pass/failed a coté
    Merci d'avance
    Merya
    Résolu !
    Accéder à la solution.

    Une solution basique serait d'appeler un VI qui ne traite qu'une seule tension par TestStand dans une boucle.
    Une solution plus élégante serait d'utiliser un step Multiple Numeric Limit test
    Rodéric L
    Certified LabVIEW Architect
    Pièces jointes :
    sequence.png ‏50 KB
    rapport.png ‏17 KB

  • Is there a way to add VS merge modules to a TestStand deployment

    I have a DLL I am going to install in the GAC. It is in a merge module (msm file). Can I get the Test Stand Deployment utility to pull it in and install it as part of its installer build?

    I'm not sure if you could get the deployment utility itself to pull it in, but you could definitely modify the MSI file created by the deployment utility. The following tutorial is for CVI, but it lists ways of modifying an MSI file that you can probably use with the TestStand installer.
    http://zone.ni.com/devzone/conceptd.nsf/webmain/2FF2B17F4DC7CFDF86256AA3006990C4?opendocument
    Regards,
    Ryan K.

  • Teststand Manager Controls in Code Modules

      I am trying to understand how UI controls work in code modules called by TestStand steps.  I can pass a reference to an Application Manager (perhaps the application manager?) to my code module using RunState.engine.GetInternalOption(InternalOption_ApplicationManager).  Does the sequence editor have an application manager?  Or the engine?  Is this the same as the Application Manager control I put on the front panel of the code module?  What about SequenceViewManagers and ExecutionViewManagers?  Can I create those in my code modules to display sequences or executions?  Or can I somehow get those from the sequence editor/engine, or from the Application Manager?
    I know that I just asked a lot of questions, but I guess what I am looking for is some general guidelines for using the manager controls in code modules.  This all came about by an attempt to display an Execution View Manager control in my code module.  Feel free to ignore the following description of my various attempts to get this to work.  This exercise helped me understand the managers a little bit more, but I'm still a little confused.
    Suppose I want to create a custom step type for debugging to display the variables for the current sequence context on the front panel of a code module VI.  (LabVIEW 8.6, TestStand 4.1.)  In my code module, I call ExecutionViewMgr.ConnectVariables to connect to a VariableView control.  Where do I get my ExecutionView Mangager from?  I tried two methods:
    1) create an ExecutionViewManager control; set the manager's current execution using ExecutionViewMgr.Execution (pass RunState.Execution from TestStand to the code module).
    It seems like this should work, but when I run my sequence from the sequence editor, the ExecutionViewMgr.Execution property node returns error -17500.
    When I run from a LabVIEW Operator Interface (using the LabVIEW environment, not the exe), I don't get an error.  But I must connect a list control using ExecutionViewMgr.ConnectExecutionList, and select the execution from the list when the code module is running.  Then I can see the variables when I select the execution in the list.  However, the execution display on the OI goes blank.  I can see either the variables on my code module or the execution on my OI, but not both simultaneously.  It appears that an execution cannot be attached to more than one manager at once (I guess that's reasonable).
    2) pass the result of RunState.engine.GetInternalOption(InternalOption_ApplicationManager) to the code module; set the manager's current execution using ApplicationMgr.GetExecutionViewMgr() (pass RunState.Execution from TestStand to the code module, then as a parameter to GetExecutionViewMgr() ).
    In this case, I would expect that there is no ExecutionView Manager associated with the execution when running from the sequence editor.  But the ApplicationMgr.GetExecutionViewMgr() function returns a non-Null reference.  ExecutionViewMgr.ConnectVariables() causes an error dialog to be displayed (from the function itself, not from TestStand), although it doesn't actually output an error (and the VariableView control remains blank).  The error is "Unable to connect Variables View control."  (See attachment.)
    When I run from my LabVIEW OI, it works perfectly--I see the variables on my code module's UI, and the execution appears on the OI simultaneously.  I guess this makes sense since the TestStand engine is returning the Execution manager that was already created by the OI.
    Attachments:
    Error Dialog.PNG ‏20 KB

    TestStand only allows a single ApplicationMgr per process, creating a second one will error. So the engine will always return the one in either the UI or the Sequence Editor. Events should be seen by both handlers. You have to be careful to ensure that your extra handler does not mess up the UI's handler if yours is called first, like preacknowledging a message. As far as setting up a handler in a code module, you should be able to. However, we have not fully tested this capability, so we cannot say that we fully support this because you might run into issues. In addition, using LabVIEW might present additional issues that might not be seen in other development environments like CVI and Visual Studio. Performing some functionality that can process messages in a COM callback can cause potential hang conditions, to the less you do in a callback the better when using LabVIEW. Keep in mind that you have to ensure that you unregister your handler if the code module returns to the calling execution and you no longer want the handler to be called.
    Attempting to use a new TestStand UI control in a different thread than the UI thread is not recommended because we have done almost no testing on this use case because it is not done in typical UIs.
    Now, for customers that want to create a nice GUI that includes serial number prompting, but still want to be able to work with the Sequence Editor, I suggest that you implement a behavior that works with a supporting GUI, but support an alternative when a non-supporing GUI is present.
    For example, you could do the following:
    1. The process model can send a custom UI message synchronously to the GUI to ask for a serial number. The custom message would contain a reference to a property that contains (a) a boolean to indicate that the UI will "respond" to the message, (b) a string for specifying the serial number, and (c) a notification object from the TestStand Synchronization Server.
    2. When receiving the UI message, a supporting UI will set the boolean to True, duplicate the reference passed locally, and acknowledge the UI message.
    3. When the UI message returns, the exectution will determine if the UI supports the message. If yes, the exectution will (a) wait on the notifcation (b) When the user enters a serial number, the GUI will set the string property and then pulse the notification, and release the reference to the properties passed via the UI message. (c) The execution will return from the notification wait, read the serial number, and continue execution.
    If no, the execution will need to use the default process model prompting or custom prompting that you devise when using the Sequence Editor.
    The process model could use a UI message to determine if the GUI is supportive of this mechanism once instead of with each serial number prompt, but you get the idea.
    Scott Richardson
    National Instruments

  • Développement de Banc de Test de Production avec LabView et TestStand

    Bonjour,
    je dois réaliser pour un client un banc de test de production pour tester la rigidité diélectrique de plusieurs de ses produits.
    On a donc pour résumer, un appareil de mesure (diélectrimètre) à piloter par GPIB, de l'automatisme à gérer par soft (environ 32 Sorties 24 volts, 32 entrées 24 V), des rapports à imprimer/sauvegarder, les résultats à renseigner en base SQL Server 2000...
    Le client veut que j'utilise LabView (>= 8.0) et TestStand (>= 3.0) . Je connais bien LabView, par contre je n'ai jamais utilisé TestStand.
    Je sais ce qu'est TestStand (séquenceur de test).
    Il s'agit d'un vrai banc avec interface spécifique à développer, niveaux d'utilisateurs à gérer ...
    Quelle est la méthode/architecture à utiliser pour pouvoir développer ce banc/interface : utilisation d'api TestStand sous labview, tout faire à partir de TestStand qui appelle des Vi de LabView (à afficher ou non) ... ? J'ai du mal à voir comment développer l'IHM en liaison avec TestStand.
    D'avance merci.
    Eddy DUCHENE
    12 F Chemin de Boutary
    69300 CALUIRE ET CUIRE
    [email protected]

    Bonjour,
    Développer sa propre IHM n'est pas chose facile.
    Pour cela tu peux partir des exemples se trouvant dans le repertoire d'installation de Teststand à ces adresses:
        C:\Program Files\National Instruments\TestStand 3.5\OperatorInterfaces\NI\Simple\CVI
        C:\Program Files\National Instruments\TestStand 3.5\OperatorInterfaces\NI\Full-Featured\CVI
    Tu peux également te référer au teststand reference manual, chapitre 9.
    Tu peux trouver ce manuel à cette adresse:
        C:\Program Files\National Instruments\TestStand 3.5\Doc\Manuals
    .NIDays2008 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #065fa3; font-weight: bold; text-decoration: none; text-align: right;} .NIDays2008 a, a:hover {text-decoration: none;} .NIDays2008 a img {height: 0; width: 0; border-width: 0;} .NIDays2008 a:hover img {position: absolute; height: 90px; width: 728px; margin-left: -728px; margin-top:-12px;}
    >> Avez-vous entendu parler de NI Days ?

  • Sortie 24V avec CompactDAQ et module NI 9472

    Bonjour à tous,
    Je travaille actuellement sur un projet où je dois utiliser un système qui est commandé électriquement et est constitué d’une valve sélectrice.
    Ce système est actif tant qu'il est alimenté (tension de 24 Vcc) et je voudrais pouvoir contrôler ce système avec simplement l'appui d'un bouton dans mon interface Labview.
    De plus, j'utilise un système CompactDAQ et différents modules pour l'acquisition des données des capteurs que j'ai, et je voudrais donc utiliser un de ces modules pour fournir cette tension de 24V.
    Sur le site internet de NI, je n'ai pas trouvé de module de sortie analogique qui pourrait fournir une tension allant jusqu'à 24V et je me suis donc arrêté sur le module de sortie numérique NI 9472 que j'avais déjà de disponible et qui a une gamme de sortie maximale entre 6 et 30 V.
    Pouvez-vous donc me dire si ce module pourrait convenir pour obtenir cette tension en sortie du CompactDAQ et vers mon système ? Sinon, quelqu'un aurait un autre module à me conseiller peut-être ?
    C'est aussi le fait que ce module soit un module de sortie numérique plutôt qu'analogique qui me gène...
    N'ayant pas encore accès aux capteurs de ma machine, je voudrais également savoir si il était possible dans un VI de simuler mes signaux de sortie de capteur (4 à 20 mA) afin de tester le fonctionnement de mon programme ?
    Merci d'avance pour vos réponse !

    Bonjour,
    Merci pour votre dernière réponse, mais malgré tout je ne parviens pas à faire fonctionner mon VI que j'ai mis en fichier ci-joint. C'est en fait un sous-VI de mon programme principal.
    Comme vous me l'avez indiqué, j'ai mis à l'intérieur d'une boucle "while" un bouton ON/OFF avec l'assistant DAQ que j'ai mis
    en "sortie de port" sur le port 0 car c'est e seul choix qui m'est offert lorsque je le configure.
    Bref, j'ai fait un montage rapide comme indiqué dans la documentation du module 9485 avec une source de tension CC 24V sur l'entrée 0 (CH0a) puis en sortie 1 (CH0b) j'ai connecté une résistance pour ma charge et ensuite je reviens vers la masse de mon alimentation pour fermer le circuit. J'ai également connecté un voltmètre en parallèle sur ma charge pour vérifier que la tension de 24V circule bien lors de l'activation du relai.
    Cependant, comme vous verrez sur le VI ci-joint, je ne peux pas faire la liaison entre mon bouton poussoir et l'assistant DAQ car mon interrupteur est de type booléen et mon assistant DAQ doit recevoir un tableau 1D.
    J'espère que vous pourrez m'indiquer une méthode pour arriver à avoir mes 24V en sortie, pourtant il me semble que ce n'est pas si difficile que ça et j'ai fait des choses beaucoup plus compliquées dans mes autres programmes...
    Aussi, j'ai remarqué lorsque je rentre dans mon assistant DAQ pour le configurer et que j'appuie sur "exécuter", j'obtient bien mes 24V en sortie, ce qui indique que le relai s'est fermé, mais pour le réouvrir et retrouver une tension nulle, je dois appuyer sur "inverser toutes les lignes du port".
    Merci d'avance pour votre réponse !
    Pièces jointes :
    Régénération_finale.vi ‏38 KB

  • Enregistrer dans un fichier excell les resultats de mesure sous teststand

    Bonjour à tous,
    Voila mon probléme semble trés simple (Et je penses que pour des experts il l'est).
    Je réalise avec un module PXI et teststand une mesure continue de courant en fonction de la température ( Mesure périodique définie par l'utilisateur).
    Le but est d'enregistrer dans un fichier excell les mesures réalisées.
    Y a t'il moyen sous teststand de réaliser cette fonction ?
    Merci d'avance pour votre aide

    Bonjour Gauthier,
    En effet il s'agit d'une question classique. il y a donc plusieures réponses.
    -Excel? Es ce qu'un csv suffirait? Si oui voici un lien ou tout est déjà fait: http://zone.ni.com/devzone/cda/epd/p/id/5854
    -Il est possible de customiser la séquence: reportgen_txt par exemple, et de rajouter des steps pour créer un rapport Excel à savoir: Créer un fichier Excel à partir d'un template, Rajouter les datas contenues dans les variables locales de la séquence (report header/footer/body), puis d'enregistrer le fichier là ou bon vous semble.
    Cordialement,
    Rodéric L
    Certified LabVIEW Architect

  • Teststand tableau de pointeur

    Bonjour,
    J'ai réalisé sous CVI des fonctions de bases pour pouvoir piloter une carte DIO24 (NI USB-6501) avec les fonctions DAQmx.
    J'ai entre autre une fonction pour créer une tâche par ligne, afin de pouvoir piloter indépendamment chaque ligne de chaque port.
    Cette fonction à pour prototype : int CreerTache (int port, int ligne, TaskHandle HdleTache[8])
    J'aimerais pouvoir l'appeler depuis Testand, mais je suis confronté à un problème : il faudrait que je puisse déclarer dans testand un tableau de pointeur vers des variables de type void (TaskHandle est un void*). Le type de mon troisième argument remonte bien dans teststand comme un void**, mais je ne parviens pas à déclarer un tableau de pointeur.
    Savez vous comment faire ?
    Merci
    Étienne

    Merci pour vos réponses,
    Concernant la catégorie du paramètre de la fonction, elle est déjà en « Pointer/Handle ». Ce qui fait que la variable attendue est de type « object reference ».
    J’ai essayé de créer un tableau d’ « object reference », mais ça ne fonctionne pas (j’ai une erreur avec l’analyseur de séquence m’indiquant que je mets un tableau à la place d’un object reference).
    J’ai également essayé de créer un object référence que je fais pointer sur le tableau, pas d’erreur avec l’analyseur, mais à l’exécution j’ai une erreur m’indiquant « found object reference, expected object reference holding a pointer »…
    J’ai l’impression qu'il faudrait que je puisse déclarer la catégorie de ce paramètre en « tab of pointer/handle », mais cette catégorie ne semble pas exister…
    Concernant la possibilité de passer un tableau d’entier, c’est ce que j’ai fait de manière (j’espère) temporaire : j’ai modifié ma DLL pour que le paramètre soit un tableau d’entier, et je crée dans la fonction un tableau de void* que j’initialise en castant mon tableau d’entier… je ne trouve pas cette solution très propre mais elle a le mérite d’être fonctionnelle !
    Merci
    Étienne

  • LabVIEW, LabWindows, TestStand Freelancer

    Test Engineer looking for contract-type work, and open to full-time opportunities as well.
    As part of my professional career I have developed very large LabVIEW/LabWindows/TestStand test programs. Some of these ATEs are currently deployed in engineering labs and production environments at CMs such as Sanmina, Celestica, Benchmark; the CMs are across different geographical areas (Mexico, USA, Thailand, China).
    Experience controlling different types of equipments such as oscilloscopes, power supplies, DC loads, network traffic generators, Data Acquisitions Units, relays, DIO, etc. Experience developing applications where units run in serial and parallel modes.
    LAVA username: nitulandia
    Please send me a Private Message for additional details.
    Fluent in English and Spanish.
    Thank you for reading this.

    Bonjour,
    Je cherche à envoyé des requêtes en TCP/IP sur un module 'maison', et récupérer les éventuels réponse. (LabVIEW)
    Faire cette procédure en boucle jusqu'a ce que je reçoive une réponse comportant une anomalie, l'arrêter (par ex) et l'inscrire dans un rapport. (TestStand)
    J'ai déjà fait le Module LabVIEW, j'aimerai intégrer ce module dans une séquence TestStand pour automatisé l'envoie et la prise de décision en fonction de la réponse reçu.
    Donc au final pouvoir choisir ce que j'envoie avec TestStand:
    [TestStand:    requêtes -> [LabVIEW] -> réponses ]
    Assez compréhensible ?
    Cordialement,
    Anthelme
    P.S.: Je dois avoué ne pas avoir compris vos solutions proposé...

  • Interface I2C 8451 et TestStand

    Bonjour,
    Peux-t-on utiliser une interface I2C NI-8451 avec TestStand et un simple runtime Labview ?
    Si oui comment ?
    Existera-t-il une API C/C++ ?
    Merci
    JMCe

    Bonjour,
    La réponse à votre question se trouve ici. Pour information, la toute dernière version du driver se trouve là.
    Pour utiliser le module avec un environnement de développement en C ou C++, la seule possibilité est de faire appel à la DLL suivante.
    Cordialement,
    Mathieu Steiner, Test System Engineer, Safran Engineering
    CLD, ISTQB

  • SequenceFileUnload in TestStand 4.0 Parallel Model

    Has anyone experienced a problem when updating to TestStand 4.0 with the SequenceFileLoad and SequenceFileUnload callbacks?  I’m using the parallel process model configured for 8 threads and in earlier versions of TestStand have had no problems placing my hardware initialization steps in the SequenceFileLoad callback and the cleanup steps that release hardware references, in the SequenceFileUnload.   It seems very random that sometimes when I close my sequence, the Unload steps are executed.  Sometimes they only run if I select File->Unload All Modules or close TestStand. 
    Is there a flag in TestStand that I can use to trigger the Unload steps or possibly a better place in the parallel model to place my hardware cleanup?  I don’t want to release and have to reinitialize hardware references with each loop so any cleanup steps will need to be done once after all parallel threads are finished.

    Most of the time people do this in the Process Setup Callback and Process Cleanup Callback.  Those are process model callbacks that you can override from your client sequence.  They are probably better to use than the engine callbacks (SequenceFileUnload and SequenceFileLoad).  They get executed before and after the looping respectively.
    If you open the process model you'll see where they get called.  Process Setup Callback is in the Setup step group and Process Cleanup Callback is in the Cleanup step group.
    Regards,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Create Teststand 3.5 SequenceCall Step use Labview 8.2

    Dear ALL:
             I want use Labview 8.2 to create a sequence Call Step,and I know I must get the SequenceCall Module first.In Teststand 3.5 I can use NI Teststand Adapter API 3.5(Ver 1.0) to get the SequenceCall Module,But In Labview 8.2 I can not access to  NI Teststand Adapter API 3.5(Ver 1.0),Because when I Select NI Teststand Adapter API 3.5(Ver 1.0) in "select object from Type Library"(See 1.bmp),It the same as the NI Teststand API 3.5(Ver 1.0),and I can not find SequenceCall Module.
             I think this is the compatible probelm with labview 8.2 and teststand 3.5. When I use Labview 7.1, I can normally select NI Teststand Adapter API 3.5(Ver 1.0).
    Attachments:
    11.jpg ‏34 KB

    yiweihua2002,
    You didn't say if you were using LabVIEW 8.2 or 8.2.1, so I'm not sure if this truely reproduces your behavior.
    However, I just ran LabVIEW 8.2.1 and selected the adapter API, and I was able to see all of the items.
    There are a few things I'd like you to try:
    1) Run the TestStand Version Selector and make version 3.5 active.  Even if it is already the active version, this will re-register all of the TestStand components to make sure they are properly working
    2) Restart LabVIEW (if you haven't already)
    Josh W.
    Certified TestStand Architect
    Formerly blue
    Attachments:
    adapter.gif ‏18 KB

Maybe you are looking for

  • How do i take credit card off of itunes account?

    I want to disassociate all credit cards from account, help....

  • Share microsoft office documents not saving on all users

    Set up new user account for my wife shared my "desktop" where regular microsoft excel and word documents we use are saved Wife's account can access documents and save, but when testing and i try on my user, the file alterations have not been done. I

  • Error crashes JDeveloper 11.1.1.5.0

    Good afternoon, i'm getting this error every time now. *Previously reported error [StringIndexOutOfBoundsException in o.bali.xml.gui.swing.explorer.XmlTreeCellRenderer:146]* I'm using Jdeveloper to build and maintain ADF apps. I've not identified a p

  • Tiger AFP Server "Error code -5000"

    Hi, I've made yesterday the last security update for Tiger server and since yesterday I connot connect anymore to the AFP server. I've tried to restart the server twice, deleted all shares, I can connect from PC with SMB but not from Mac with AFP. Er

  • RFCOMM application Quick question = (2 easy Duke Dollars up for grabs!!!)

    Hi all, Can you use RFCOMM for transfering 'live' data entering at your phone antenna, out through Bluetooth and into another Bluetooth enabled device? Is L2CAP better? Thank you All replies appreciated! Zino