Can an array of data be turned into a dataset run in labview dsc 6.1

I am reading an analog input into consecutive registers inside a plc on each scan. Then I am reading this group of registers into the dsc engine through a KEPWARE OPC server. I am using the 'read multiple tags vi' to grab all of this data into an array. can this array of data be turned into a dataset and use the run capability to log data???? The plc has a scan time of 3ms

If you put 1000 tags in a built-in DataSet, then you will have 1000 traces, one for each. DataSet is nothing but the database except that it groups a bunch of tags (in the dataabase) and forms a "set."
I think there's some confusion here about the terminology: dataset, traces, database, etc. I will summarize this for the benefit of all of us:
DSC's database, Citadel, is the repository of all historiical data. Those Tags for which logging is enabled (in the SCF) will log their data in Citadel.
This data can then be extracted and viewed either by using the Historical VIs or the built-in viewers like HDV and HTV.
DataSet is a new feature of Citadel introduced in DSC v6.1. All this does is lets one define a set of Tags to be lo
gged and extracted together (as sets). The data is still being stored in Citadel; and you still have to enable logging for these Tags in the SCF. However, you can query for this set of tags by their ID rather than querying each one of the Tags individually and building your own sets. So, it's a mechanism which facilitates the usability of stored data as sets.
Hope this clarifies some stuff.
Regards,
Khalid

Similar Messages

  • Cleaning data before turning into WDDX

    A program I am supporting is displaying behavior that seems
    to imply that WDDX format cannot hold those windows specific
    characters for things like "smart quotes", certain types of dashes,
    etc. Right now, the application takes user input which is being
    stored in cfml structures, turns it into wddx, then puts that data
    into an oracle column/row. Later, the code retrieves the
    column/record, and before converting it to the cfml structure, uses
    the CFML MX7 IsWDDX function. This is returning false if the data
    contains the Windows special characters, but returns true if I
    manually go into the database and change the characters into
    something else.
    What I need is some code that I could use before ever
    creating the WDDX record, that would find the Windows specific
    characters and turn them into some sort of "valid" character.
    Does anyone have any pointers to such code, or at least an
    article discussing this type of thing?
    Thank you.

    Go to cflib.org and look for a function called
    safetext.

  • Can't get automation data from RMX into Logic

    I'm usinga tutorial that shows a simple way to use the RMX interfaceto write automation data to the master channel using RMX as a multitimbral instrument. It shows that you simply put the track in touch mode, engage play, and then move things on the RMX mixer. I can't get it to work this way. What am I forgetting?

    Funny this is coming up, I'm doing this right now.
    Try this:
    Instantiate a mulit RMX on instrument 1. Create a multi instrument object in the environment. Don't cable it to RMX yet.
    Create a transformer object. Double click the transformer. Okay here we go, follow close:
    Under "Conditions" enter
    Status = Control
    Channel All
    -1- = 7
    -2- All
    Under "Operations" enter
    Fix Fader
    Fix 2
    Scale 1.0000 2
    Thru
    Now you'll see three black vertical lines in the middle. Click the middle line twice. This will cause you to have:
    1st line: Vertical
    2nd line: Starts at top of first line and goes diagnally down
    3rd line: Vertical
    That's if you want the Logic volume sliders to control the RMX volume sliders in RMX's mixer page. You have to cable it with the multi instrument to make it work...that's down below. Don't check "Filter Duplicate Events".
    Here's the way to change the pan:
    New transformer:
    Under "Conditions":
    Status = Control
    Channel All
    -1- = 10
    -2- = All
    Under "Operations":
    Fix Fader
    Fix 2
    Scale 1.0000 10
    Thru
    Now Logics pan pot on the RMX multi controls the pan on the RMX Mixer page.
    Now cable the multi-instrument object you created the first transformer, and then that transformer to the next, and then that transformer to instrument one. You're set!
    Ok, now why does this work? I mostly understand it...
    On Instrument 2, put a multi RMX plugin on. Now in the environment, create a monitor object. Cable Instrument 1 to the monitor object (don't cable the monitor object to Instrument 1, won't work).
    Now with the environment page and monitor object still in view, open the plugin RMX on Instrument 2. Go to the mixer page. Move the volume slider for multi 1. You'll see some data show up in the monitor. Here's what it means (sort of):
    You'll see something like:
    2 2 92
    2 2 91
    I'll start by saying that the last number is just the volume value. Move the fader and it changes accordingly. So this number isn't important for this example.
    The first number, 2, is related to RMX as an instrument. That's the 2 in:
    "Operations"
    Fix Fader
    Fix 2 <---------
    The next number is associated with multi one's volume slider in RMX. That's it's number. If you move multi 2's volume fader, you'll see:
    2 3 91
    2 3 95
    And for multi 3's volume fader in RMX:
    2 4 91
    2 4 92
    So that's why we get this:
    "Operations"
    Scale 1.0000 <----- because we're moving in incriments of 1, RMX Multi 1 had 2 as a second number in the monitor, RMX Multi 2 had 3 as a second number in the monitor, RMX Multi 3 had 4 as it's second number in the monitor
    and then:
    "Operations"
    Scale 1.0000 2 <-------because the first fader, multi 1, STARTS on 2.
    Okay, so that's what the monitor tells us. You can delete that monitor object now, or keep it there if you want to control other RMX values with Transformers.
    So now the other parts....here's where I'm guessing, anyone can chime in here and correct me...
    Under "Conditions"
    Status = Control <-----because you're going to control the desired RMX fader/pot with your input of a continuous controller #.
    Under "Conditions"
    Channel All <---don't know why, but it is.
    Under "Conditions"
    -1- = 7 <------- That "7" is the continuous controller number of the volume sliders on the multi instrument channels in Logic. Here are other useful ones I've found in creating the mega autoload:
    10 = pan knob on Logic multi inst
    91 = reverb knob on Logic multi inst (i use this to control the amount of Aux 1 FX on any given RMX mutli. As a side note, RMX Aux 1 is:
    "Operations"
    Scale 5.0000 35
    And then the subsequent Aux 2 is 36, Aux 3 is 37, and so on)
    93 = chorus knob on Logic multi inst (I use this for Aux 2 FX)
    74 = Frequency knob on Logic multi inst (i use this for Aux 3 FX, although you have to slam it to the left for 0, because it defaults in the center like a pan pot).
    As for this:
    "Conditions"
    -2- All <------
    And this:
    "Operations
    Thru <--------which is right below the -2- All
    I think because we're not using those to change and "Transform" values, you just leave them the way they are.
    Hope this helps! I'm sure more can be added by the genius dudes who roam these parts...
    Tyler

  • I updated to ios8, and now I can't talk and have it turn into text. Instead it records my voice. How can I make it go back.

    I Am not interested in recording my voice. the simple way I could just press the microphone key and talk was great. How can I go back to the old and convenie system?

    There is no microphone to the bottom left, Just bottom right. And when I touch it it says "tap and hold to record and send audio." That is exactly how I do. To want my text messaging to operate.
    edit. Auto corrected effed up that last sentence. That is exactly how I do not want my messaging to operate.

  • Have i-Tones account that has reached 5 computer limit. Need to "deauthorize" other computers but can't because had to turn into my company when I retired.  What do I do??

    Have i-Tones account have reached 5 computer limit. Need to "deauthorize" other computers but can't because I had to turn into my company when I retired. What do I do??

    I quote:
    To deauthorize all computers associated with your account
    If you find you have reached 5 authorizations, you can reset your authorization count by clicking Deauthorize All in the Account Information screen.
    Click iTunes Store in the menu on the left side of iTunes.
    If you're not signed in to the store, click the Account button, then enter your account name and password.
    Click the Account button again (your ID appears on the button), enter your password, and then click View Account.
    In the Account Information window, click Deauthorize All.
    Note: You may only use this feature once per year. The Deauthorize All button will not appear if you have fewer than 5 authorized computers, or if you have used this option within the last 12 months. If you need assistance on using this feature, please contact the iTunes Store support via email (http://www.apple.com/support/itunes/ww/).
    Once you have done this you can re-authorize the computers you need to.

  • How can you copy form data from an online PDF, in your browser?

    Just a quick query, I've recently filled out an online application and I filled this out on an online PDF form. This is the form link:
    http://3fivetwo.com/dloads/application_pack_-_admin_long10.pdf
    How can I copy the data I typed into this form, to a word document for example? Or is there any way I can save this as a PDF with all the data in the form, to send it as an email?
    I've downloaded the form, but it just shows blank pages with no fields filled.
    Thanks very much!

    download the form to your local disk
    open it with Adobe Reader and fill in all the details
    save it
    send the completed form by email

  • How to turn off cellular data for exchange mail iphone 4 running on ios 7.1.1

    Hello,
    I am new to using iphone 4. I am able to turn off cellular data for most of my apps. But unable to find an option to turn off celullar data for exchange emails.
    Is this possible? please help.
    For now I am using the fetch method instead of push.

    What's not there on the 4S is the ability to specifically disable 3G data. You can disable all cellular data. Turning off 3G did NOT turn off cellular data. It just shut off 3G. You would still be connected to the EDGE data network if present.

  • How can I access data on an external drive in my mac after all folders have been turned into .lnk files? I am desperate!

    I don't know what happened, I connected my external hd today and all files had been turned into that!

    I know I am going to sound really stupid when I ask this, but how do I do that? There was this folder called Recycle Bin, which I have deleted already but the files are still in the same format. I know they are in the HD 'cause of the space taken up in it, but I would like to know exactly what to do to clear the malware altogether and have access to the stuff I have again.
    Thank you very much in advance and sorry for being such a dummy

  • Verizon Chat advises pdf attachment non-download from AOL email is a software problem and directs me to Apple Support. I see "can't access cellular data network" in an instant before the file's icon turns into the file's name.

    Verizon Chat advises pdf attachment non-download from AOL email is a software problem and directs me to Apple Support. I see "can't access cellular data network" in an instant before the file's icon is replaced by the file's name. In Inbox three emails in a row show there is an attachment. My iPad 3rd gen. runs 7.1.

    You have Acrobat Pro on your system. It will try to open PDFs, and of course it will fail. You must uninstall it. Then, you will need a PDF reader. So install Adobe Reader. That seems quite simple, but perhaps something is wrong. If anything goes wrong with these two steps (1) uninstall Acrobat Pro (2) install Adobe Reader, then please let us know the details.

  • How can I convert output data (string?) from GPIB-read to an 1D array?

    Hello all,
    I am reading a displayed waveform from my Tektronix Oscilloscope (TDS3032) via the GPIB Read VI. The format of the waveform data is: positive integer data-point representation with the most significant byte transferred first (2 bytes per data point).
    The output data of GPIB-Read looks like a string(?) where the integer numbers and a sign like the euro-currency sign are seperated by spaces e.g. #5200004C3 4 4 4 4 3C3C3........ (C represents the euro-currency sign).
    How can I convert this waveform data into a 1D/2D array of real double floatingpoint numbers (DBL) so I can handle the waveform data for data-analysis?
    It would be very nice if someone know the solution for this.
    t
    hanks

    Hi,
    First of all, I'm assuming you are using LabVIEW.
    The first you need to do is parse the string returned by the instrument. In this case you need to search for the known symbols in the string (like the euro sign) and chop the string to get the numeric strings. Here are some examples on parsing from www.ni.com:
    Keyword Search: parsing
    Once you parse the numeric strings you can use the "String/number conversion VIs" in the String pallette.
    Hope this helps.
    DiegoF.Message Edited by Molly K on 02-18-2005 11:01 PM

  • How to store array of data into a single row of  table ,using any of Stmts

    HI Friends,
    Based on my requirements ,i have retrived a set of data from a XXX.jsp page using a request.getParameter() and stored into single dimenssional array . Now i am paassing that array to JAVA class to store a into some table .
    In JSP page users can add text boxes dynamically based on his intrest then those attributes will store in table .it means table attributes are not conatant , it table attributes may change at any time when user adds any textboxs or any fields on JSP page ....thats my module ..
    Now i wanted to store all array of data into Table in a single row .......thats is my requirements .
    How can we use prepareStatement and Statement to store array of results intoo table row ...on each iteration i wanted to store array of results into table atributes ..It means entire array of results should to into table row at time .....coule any one write sytax ,how we do this...
    could any one suggest me stps that i can impliment ......?....please reply ASAP

    Well ..you code can be works for constant number of attributes in table .oopss here my requirement is table attributes not fixed ,we cant put constant number of place holder(? ) in a statement ,because those are not fixed ,
    Let me explain here :
    i am doing in that way only. As i mentioned you Table attributes are not constant .It may very if users add any fields dynamically on JSP page .If users have option to add any text box on Jsp page ,then that attribute will store in table as a attribute .
    Now i amable fetching the all dyamic form data and stored in a Result Array below ...in this iteration all form result data are from jsp page as suggestion form ,it should stored in table in single row on corrsponding attribtes ......next time when users fills FROM ,then those data i am fetching and storing in a Result Array as below and need to store in corrsponding table attributes in a single row ....
    for(int i=0;i<result.length;i++)
                   System.out.println(result);
                   pst3=connection.prepareStatement("insert into *emprecord* values(?)");
                   if(!result[i].equals(""))
                        System.out.println(result[i]);
                             pst3.setString(1,result[i]);
                             pst3.executeUpdate();
    Thnks in advance ....let me know the the way we can store dynamic form data into dyanamic table ...

  • I've lost my iphone with passcode lock and find my iphone lock on but the wifi n cellular data was turned off so no way i can trace it so the only question remains is will the person who finds it be able to unlock it and use it as his own ?

    i've lost my iphone with passcode lock and find my iphone lock on but the wifi n cellular data was turned off so no way i can trace it so the only question remains is will the person who finds it be able to unlock it and use it as his own ?
    is it possible to change imei number?
    i've tried for so many times n still the phone is offline so i've set it to offline mode with my message but it never shows the last location why?

    If the device is found, nobody can use it without knowing your Apple ID and password.
    The phone will only show it's location if it is connected to cellular network or Wi-Fi. If those options are switched off, you can't locate the phone.
    With iOS 7, Find My iPhone includes a new feature called Activation Lock, which is designed to prevent anyone else from using your iPhone, iPad, or iPod touch if you ever lose it. It starts working the moment you turn on Find My iPhone in iOS 7. With Activation Lock, your Apple ID and password will be required before anyone can:
    Turn off Find My iPhone on your device
    Erase your device
    Reactivate and use your device
    This can help you keep your device secure, even if it is in the wrong hands, and can improve your chances of recovering it. Even if you erase your device remotely, Activation Lock can continue to deter anyone from reactivating your device without your permission. All you need to do is keep Find My iPhone turned on, andremember your Apple ID and password.
    What steps should I take if I misplace my device?
    If you ever misplace your device—whether it’s just lost or you think it may have been stolen—you should put it into Lost Mode immediately using Find My iPhone.
    Lost Mode locks your screen with a four-digit passcode and lets you display a custom message with your phone number to help you get it back. You can also remotely erase your device if needed, and your custom message will continue to display even after the device is erased.
    While Activation Lock works in the background to make it more difficult for someone to use or sell your missing device, Lost Mode clearly indicates to anyone who finds your device that it still belongs to you and can’t be reactivated without your password.
    To put a device into Lost Mode, sign in to icloud.com/find from a Mac or PC or use the Find My iPhone iOS app.
    For more information, read what to do if your device is lost or stolen.
    copied from iCloud: Find My iPhone Activation Lock in iOS 7

  • The document suddenly turned into unreadable codes, WHO CAN HELP ME?

    Hello everyone
    Actually it's extremely urgent for me!
    This morning when I was writing my paper as usual, my document unexpectedly turned into unreadable / error codes!! Shocked by this disaster, I rapidly closed the window and reopened it. Sadly, it didn't work at all since the content is now replaced by "********" and every time I try to open it, my CPU gets crazy (100%).
    FYI, I sent this doc to my friend, asking him to open it in his MAC. The content keeps unreadable, so now I'm wondering if my doc is completely destroyed...
    Who can save me from this tragedy? The paper is of great importance to me, I don't want to lose it!
    Thank you for your kind reply!
    Frank

    There's a slight chance you might be able to recover some of the content by saving the document as text from within Word. If that doesn't work, then there seems to be a whole industry centered on recovering data from corrupt Word documents.

  • Hi, My atachments /any file format/ turns into .dat when I mail them into my own iPad2. What to do??

    Hi
    When I email an attachment /any file format/ from my PC to my iPad2 the attached file turns into a .dat file
    What to do?
    Regards

    An Alias would be an email address that is delivered to a different account's inbox.
    For instance if you have  [email protected] and have [email protected] Then [email protected] would be an alias if mails from that address arrive at the icloud address.
    If you want to add a completely different account, with a spearate inbox, like an account in hotmail and one in say yahoo mail. Then as has been pointed out, you need to go into the  Settings Icon, Tap on Mail, Contacts, Calendars, and then on add account. The iPad has several services preconfigured, you can tap on one of those from the list to setup an email for that service. Such as Hotmail, Gmail etc...
    Or you can tap on other to add a personal pop3 or imap type email like from your office, or your school.

  • I can not put the data of a field(LONG RAW) consulted into a item of a data block

    I want to query a field that is LONG RAW(it's a image) and put the data into a item of a data block (in Forms Builder), when i write ":BLOCK.FOTO:=vfoto" i recieve this errors: "bad bind variable ....". How can i put the data of field of my DB and put the data in a item of a data block(in Forms Builder)?.
    I can store a image in a table of my DB, but i want to query a image stored in my DB and put it into anothers table, all this on FORMS BUILDER.

    You have to base the image item on a base table and use EXECUTE_QUERY on that block. You can't do a direct select in PL/SQL into the item

Maybe you are looking for

  • When i try to open a pdf file it opens as a word document and then a window pops up saying file conv

    When I try to open a pdf file it opens with microsoft word which I can't view. Then a window pops up with "file convertion - permissioning.pdf could you tell me how to rectify this, Thanks

  • In Smartform, facing difficulty in designing layout in Main Window

    Hi, I have a requirement to design a smart form layout as given below: (pls copy and paste below structure in Excel Sheet sothat its easy to understand from ur end). Oper     W/C     Production Resources & Tools                                       

  • Dynamic Range in Premiere Pro CS5

    Dynamic Range in Premiere Pro CS5 I'm working in Premiere Pro CS5 and I've been asked by the client to ensure that the "Dynamic Range" of the audio does not exceed 7dB.  In order to ensure this, should I use an audio filter such as a compressor?  If

  • Golden gate extract from multiple oracle db's on different servers

    Hello, I am new to golden gate and I want to know if is it possible to extract data from an oracle database which is on a different server? Below is the server list Linux server 1: has oracle database (11.2.0.4) (a1db) and golden gate installed (11.2

  • Migration of Forms

    We are using the file system utility to migrate the artifacts for Hyperion Planning 11.1.1.1 The application migration is successful. however, while migrating the forms - the proces is getting timed out. Has anyone encountered a similar situation and