IllegalArgumentException using the MacBinary toolkit

all,
i'm using the MacBinary Toolkit 2 in my applet code to support resource forks on a MAC system. The IE on MAC OS X raises an error while loading the applet:
java.lang.IllegalArgumentException: Illegal access: glguerin.io.imp.mac.ten.TenForker
the error happens here:
FileForker.SetFactory( Common.selectFactoryName( "macbinary.forker" ) );
Please help!
thanx

And what makes you think you should ask ppl here instead of who created that code, ding-bat?

Similar Messages

  • How can I delete a row in access using the database toolkit?

    I want to delete just one row of a access table using the database toolkit. Can it be done and if so How?

    Take a look at page A-1 of the database connetivity manual. It has information on making a sql query that will delete. You will need to use this command with the dbtools execute query function. Look in the shipping examples for an example with this function.

  • I want to use the SQL Toolkit of NI and SQL Server as my databasis on a server. Do I need to install a client in each computer I want to handle the data into SQL tables or I need only a ODBC driver?

    I want to use the SQL Toolkit of NI and SQL Server as my databasis on a server. Do I need to install a client in each computer I want to handle the data into SQL tables or I need only a ODBC driver?

    You only need the ODBC driver on each computer. If you are distributing the SQL Toolkit app as an executable and do not install the whole toolkit on each computer, you'll need the SQL Toolkit support files. This is about a dozen files. You can get the list at http://digital.ni.com/public.nsf/websearch/b814be005f9da9258625658700550c75?OpenDocument.

  • How to generate a gps signal using the PXI-5671 after generating a gps binary file using the gps toolkit

    Hi,
    I am trying to test a GPS receiver and would like to use the PXI-5671 to stream a GPS binary data file which was generated using the GPS toolkit. I tried using the RFSG Arbitrary Waveform Generation.vi but it doesn't work.  Is there a sample code that will allow me to do this?
    Thank you.

    Hello,
    The NI-RFSG driver certainly allows you to stream waveform files to signal generators without the use of the GPS Toolkit, as shown here. However, the NI-RFSG driver does not provide the user with out-of-box applications that can stream GPS waveforms with Almanac and Ephemeris information to various signal generators. For this reason, the NI GPS toolkit will be needed. 
    The only alternative is that you will gather your own Almanac and Ephemeris files and implement your own functionality using the base RFSG driver to generate and stream the GPS signals. This is something that you would need to do on your own, which could prove to be difficult, thus making the GPS toolkit the best option.
    I hope this information helps.
    Regards
    Cameron T
    Applications Engineer
    National Instruments

  • How do I delete a row in Microsoft Access from a vi using the database toolkit

    Using the database toolkit 1.01 how can I delete a row from my vi

    Bambi,
    I know you already got the answer from Jeremy in the LabVIEW Forum, but I wanted to place this link here so that other users could see the answer.
    How do I delete a row in Microsoft Access from a vi using the database toolkit
    Evan

  • Using the Internet Toolkit

    I am able to successfully send an e-mail using the Internet Toolkit; however, the "message" is always empty (the text string wired to message in my VI does not appear in the e-mail). I have tried different types of Email VIs and I always have the same problem. I am running Windows and I have charset=us-ascii. What am I missing?

    As I recall this was an old bug that I patched in my code some time ago. Unfortunately I don't remember what the exact problem was. Send me your email address and I'll send you a VI that I know works.
    Also, are you needing to include attachments?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Make an XBar chart using the SPC toolkit?

    Hello,
    I am still learning LabView and I am wondering the best way to create an XBar chart using the SPC toolkit. Do I simply put the Xbar chart vi and the Draw Chart vi in there? Does that take every 5 data points or how does that work?
    David Vaughn

    Hi Dave,
    It looks like the X-bar & S Chart.vi assumes that you're giving it an array where each row represents a collection of samples.  Each row is averaged, and the value is plotted on the X-bar chart.  I'm assuming you're going to have an array of these slope values that you eventually want to plot in an X-bar Chart.  In that case, you can simply use the Build Array function to turn your 1D array of samples into a 2D array.  I think you may need to use the Transpose 2D Array function to turn your 1D array into a column of values.  Then wire this 2D array into the X-bar VIs and you should be set.
    Now if you want to generate your X-bar chart in "real-time", i.e. you want the X-bar chart to update as your VI runs and more slope values are calculated, you should check out [labview]\examples\spc\spc_demo.llb\"Real-Time" SPC Demo.  This is an example VI that shows an X-bar chart updating as values are calculated.
    I hope this helps,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • How to create an excel workbook using the excel toolkit

    I've starte working with the excel toolkit combined with the GOOP toolkit. After finding out that the GOOP Toolkit apparently has problems working with LabView 5, with which I developed my application, I changed to LabView 6. My first step was to open an existing excel workbook. Here I was successful. On the other hand I could not create a workbook using the excel open vi. Did I miss something?

    "Goyo" wrote in message
    news:50650000000800000060510000-1023576873000@exch​ange.ni.com...
    > I've starte working with the excel toolkit combined with the GOOP
    > toolkit. After finding out that the GOOP Toolkit apparently has
    > problems working with LabView 5, with which I developed my
    > application, I changed to LabView 6. My first step was to open an
    > existing excel workbook. Here I was successful. On the other hand I
    > could not create a workbook using the excel open vi. Did I miss
    > something?
    There's an input to the excel open that chooses "open workbook from file" or
    "open new workbook" which should do it. Unless you meant 'worksheet' in
    which case there is another function in the tookit to do that.

  • Using the XMP Toolkit in Illustrator

    I'm trying to read information from the XMP metadata of a linked image in Illustrator from a Plugin. The SDK doesn't seem to provide a full API for manipulating XMP apart from the ability to obtain the XMP packet from an art object via the AIArtSuite with GetArtXMP(...) etc.
    So naturally I went for Adobe's XMP Toolkit to do the hard work for me, however I've run into some strange issues that have me a little stumped. Basically, no matter what I do, after calling anything from the XMP Toolkit (SXMPMeta), I end up with either a SIGABRT or BAD_ACCESS in a random object destructor such as ai::FilePath or std::string.  I assume this is due to some memory being deallocated too early based on my usage of the toolkit.
    Doing a bit more reading, I see that the XMP Toolkit uses a singleton pattern under the hood. This leads me to believe that there is some conflict with Illustrator's own implementation of the toolkit and my own.
    Could anyone shed any light on this? Is there another way I should be doing this? Any help anyone can give me would be hugely appreciated!
    Thanks!
    -W
    *Edit: I've linked to the XMP Toolkit both statically and dynamically, each time with the same results.
    Another interesting thing I noticed is that if I compile both my plugin and the XMP toolkit with "Symbols Hidden By Default" (GCC_SYMBOLS_PRIVATE_EXTERN) set to "NO", I don't get a crash, but I can't register my namespaces. They just don't appear in the list of namespaces even after dumping the namespace list out directly after the call to SXMPMeta::RegisterNamespace(...)
    Should I be asking in the XMP Toolkit forum?

    Please ignore this post. The problem was in my own code. I was stomping over memory that wasn't mine to stomp over.
    /idiot

  • Is it possible to simulate large-scal​e non-linear systems using the Simulation Toolkit?

    Hi,
    I am new to LabVIEW, having used Matlab/simulink for a few years. I am trying to simulate a relatively complex non-linear vehicle model. In Matlab/Simulink I would use an m-file to describe the system equations (i.e. x1_dot=..., x2_dot=..., etc.). Is there a similar method in LabVIEW? I have got a simple simulation running using the 'eval formula node', a very ungainly method of substituting variables, and an integrator in a 'simulation node'. It takes about an hour to run a simulation that takes 3 seconds in Matlab. I just need to know if it is realistic to do large-scale simulations in LabVIEW, or if it was not designed for that and I should persuede the management to go
    back to Matlab!!!
    If it is possible, where can I find help on the subject? I have spent a long time looking on the web and come up with very little.
    Many thanks in advance,
    Paul.

    If these are simple differential equations, easiest would be a for loop with a bunch of shift registers, one for each x1, x2, etc. containing the current values.
    In your case, you would calculate all the derivatives from the instantaneous values inside the loop, then add them to each value before feeding them to their respective shift register again.
    The attached very simple example shows how to generate an exponential decay function using the formula dx/dt= kx (and k is negative). The shift register in initialized with the starting condition x=1.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    DiffEQ.vi ‏33 KB

  • Malfunctio​n in generating word report out of an app (using the report generation toolkit)

    I placed in my program some features that generate a word report with some graphics and text using the report generation toolkit. When I'm in the developing system everything works. But the point is that I have to create an exe for a user and in testing this the report is not generated (and no error msg occurs). Does anyone handeled this problem already and could give me some hints? Thx.

    Hi muchalla,
    the report generation toolkit for MS office depends on the version of MS Office (not the OS). You must generate your application for the version of MS Office or use some dynamic technic.
    The different versions of the llbs you need are on the CD in a subfolder called compability.
    Here I have asked if some ideas to do this will work. Until now I haven't got the time to verify it by myself.
    You will find here more information about using the report toolkit with applications.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Problems with the .s2p toolkit v1.0

    I tried to use the .s2p toolkit from the code sharing section with the title "The LabVIEW and Ansoft Integration Example Programs". Unfrtunately I get a pop-up window with the "error 25000 at unidentified position. Windows GetComm Error". I am working with windows 2k without a gpib-card (I tried to use the toolkit on saved .s2p-files only). Has anybody an idea what's going wrong?
    Regards,
    Toni

    You should watch your code in hightlight execution mode to see exactly where the error is generated. If it is a property node or invoke node, change the setting to another one then change it back.
    Happy Coding.

  • Where can I find the GOOP toolkit?

    Help! I have followed several links from zone.ni.com which were supposed to download the GOOP toolkit for windows. However, not one of them worked? I am trying to use the Excel toolkit which needs the GOOP toolkit to work on Labview 6i. Anybody??? Thanks in advance!

    Sure, download it from here:
    Graphical Object-Oriented Programming
    LabVIEW GOOP Wizard
    http://www.ni.com/goop/goop_wizard.htm
    Best regards
    Enrique
    www.vartortech.com

  • Teaching LabVIEW to engineerin​g students: is the NXT Toolkit recommende​d?

    We have used NXT kits in our freshmen engineering design course with great success.  We may overhaul our curriculum to replace ROBOLAB with the LabVIEW NXT Toolkit (our second choice would be NXT-G).  We would like to give our students an early exposure to LabVIEW.  We are hesitant about the sparse documentation and programming sophistication needed to effectively use the Toolkit.  However, we believe we can overcome these concerns by locating and/or developing appropriate teaching materials.
    We would appreciate hearing comments and/or experiences regarding the suitability of the Toolkit for this purpose.  We are especially interested in knowing if further documentation (beyond the three PDF’s on the NI website) is available or planned.  If anyone else is teaching the Toolkit in engineering courses, we would be very interested in a mutual exchange of course materials.
    Thank you in advance for any guidance!
    Matthew G. Green (w/ Greg Reynolds)
    School of Engineering & Engineering Technology, LeTourneau University, Longview, TX

    Matthew,
    I am currently in the process of getting some resources together that might prove very helpful for you.  If you look at this site,
    http://zone.ni.com/devzone/cda/epd/p/id/5221
    you'll see some labs that were made in the NXT-G software for a high-profile university.  They were used in a freshman entry-level engineering lab and they proved highly successful for all involved.
    I'm working on getting them ported over to a LabVIEW version that uses the NXT toolkit, but by looking at the labs you'll see that this is a process that could probably be done on your end without much of a time investment.
    I'll try to let you know when I'm done with the project and can share the labs with you!
    -Pete
    Peter L.
    Applications Engineer
    National Instruments
    www.ni.com/support/

  • I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.

    I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.
    In particular, I am analyzing the example "Even Angle Reference Signal Processing (Digital Tacho, DAQmx).vi", whose documentation I am reproducing in the following:
    <B>DESCRIPTIONS</B>:
    This VI demonstrates how to extract even angle reference signals and remove the slow-roll errors. It uses DAQmx VIs to acquire sound or vibration signals and a digital tachometer signal. This VI includes a two-step process: acquire data at low rotational speed to extract even angle reference; use the even angle reference to remove the errors in the vibration signal acquired at normal operation.
    <B>INSTRUCTIONS</B>:
    1. Run the VI.
    2. On the <B>DAQ Configurations</B> tab, specify the <B>sample rate</B>, <B>samples per channel</B>, device and channel configurations, and tachometer channel information.
    <B>NOTE</B>: You need to use DSA PXI-447x/PXI-446x and PXI TIO device in a PXI chassis to run this example. The DSA device must be in slot 2 of the PXI chassis.
    3. Switch to <B>Extract Even Angle Reference</B> tab. Specify the <B>number of samples to acquire</B> and the <B># of revs in reference</B> which determines the number of samples in even angle reference. Click <B>Start</B> to take a one-shot data acquisition of the vibration and tachometer signals. After the acquisition, you can see the extracted even angle references in <B>Even Angle Reference</B>.
    4. Switch to the <B>Remove Slow-roll Errors</B> tab. Click <B>Start</B> to acquire data continuously and view the compensate results. Click <B>Stop</B> in this tab to stop the acquisition.
    <B>ORDER ANALYSIS VIs USED IN THIS EXAMPLE</B>:
    1. SVL Scale Voltage to EU.vi
    2. OAT Digital Tacho Process.vi
    3. OAT Get Even Angle Reference.vi
    4. OAT Convert to Even Angle Signal.vi
    5. OAT Compensate Even Angle Signal.vi
    My question is: How is the synchronization produced at the time of the compensation ? How is it possible to eliminate the errors in a synchronized fashion with respect to the surface of the shaft bearing in mind that I am acquired data at a low rotation speed in order to get the "even angle reference" and then I use it to remove the errors in the vibration signal acquired at normal operation. In this application both operations are made in different acquisitions, therefore the reference of the correction signal is lost. Is it simply compensated without synchronizing ?
    Our application is based on FPGA and we need to clarity those aspects before implementing the procedure.
    Solved!
    Go to Solution.

    Hi CracKatoA.
    Take a look at the link bellow:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=255126&requireLogin=False
    Regards,
    Filipe Silva

Maybe you are looking for