Can I acquire at the same time HAVE two cards of different acquisition installed on the same computer
Here's my question:
I have two different cards installed in a PC. Specifically, PCI-6224 and PCI-6254. I need to acquire 50 analog inputs (real time). Can I use two cards to do? I mean I can synchronize these two cards and acquire simultaneously several channels at the same time?
Thank you
Alessandro
Yes. You can use a RTSI cable between them. See the examples of the expedition. If you are using LabVIEW, look at several Synch - Analog Input - Cont Acquisition devices.
Tags: NI Hardware
Similar Questions
-
I need to copy a model of title on a USB key, so I can use it in the other computer.
How can I do?
On 1 PC export to the USB key as title and move the usb to PC 2. Import the track recorded for the first as a title, open and add styles.
-
This computer can't connect to the remote computer
I have a Windows server 2003, and I am unable to distance on the server. The error message I get is 'this computer cannot connect to the remote computer.
- I did a netstat - year to see if port 3389 is listening, does not see an entry for the port. I have
- I checked the services and that they perform a remote procedure call (RPC)
- Restarted the server several times.
I can remote into other servers of this machine if I log in locally.
Please advise,
Michael McDaniel
301-763-1160 off.
Have you checked the firewall? Could be a firewall anti-virus that keeps you from log, as that happened to someone else on this forum recently.
-
Can not put on the virtual computer after Storage VMotion
I use the snap for the customer VI do some storage vmotion, where I can best use our space on our tables. I have a particular virtual machine that I transferred autour storage that has a total of 3 VMDK, all on separate LUNS. As soon as I moved them all in the right place, where I wanted them, I can't turn on the virtual machine because it says there is no space available on the device. I am trying to boot the machine with 4 GB of memory, the boot LUN more than 400 GB free on it. The other two LUNS have 225 MB, and 192 MB of free space. I can only start the machine if I change the memory of 192 MB or less. I know that problems with the file exchange and memory overhead, but this virtual machine has always run with these two LUNS with very little space. I can only assume it is somehow related to the storage vmotion. The pagefile is set to store the virtual machine and I'm still having the problem. Need help.
Storage vmotion the VMX file of the LUN with more space (easier) or add manually a config parameter (settings, Options, general, settings) sched.swap.dir = / vmfs/volumes/DS/Machine
(where DS and Machine related to your environment).
-
Can I transfer to the new computer hard drive with the operating system
I am building a new computer and want the best way to transfer my data. I can transfer the data to a new SATA drive and then install the new drive in the new computer without having to do anything else. Or I can install XP on the new computer first then do the transfer queue using the old IDE drive in a portable USB enclosure? or?
TKS
John
Sort that works is great.
If you use the USB case, make sure that it can provide enough power to the drive. Usually this isn't a problem if the old drive was a laptop computer but can be a problem if it was a desktop drive.
Assuming that your old computer still works, the easiest is to put all the files you want to transfer to a folder, and then share this folder on the network. Connect both computers to your home network, then simply attach to the shared folder on the network from the other computer and drag and drop your files to your new computer.
HTH,
JW -
How can I transfer Acrobat XI to my new computer? I have the serial number.
You can download at the bottom of the link:
-
Here's the situation. We have 2 TS servers running WIN2K3 and 200 users with Thin Clients. We'll call it the first server A and b of a second.
They normally connect to an IP address and they will be directed to the server A or B according to the load.
However; users can still select the specific TS server, they want to connect to.
If user 1 and user 2 cannot connect to Server B. They get the error listed above in the title. However the user 1 and 2 can connect to A server. If they say:
192.168.123.2 the two of them get
192.168.123.3 the two of them cannot get.
I deleted the user de.3 A profile and it still can't get. I have checked no orphan key inHKEY_LOCAL_MACHINEMicrosoft\Windows NT\CurrentVersion\ProfileList
I checked the settings in TSCC. MSC, I' checked worm Licensing by user and they are good, I gave them full administrator privileges and still not pass via the serveur.3, they adhere to all groups within the ORGANIZATIONAL unit that they can connect to TS, they were able to connect to her very well this back on Wednesday. It is not a firewall issue and port 3389 has been verified in the case otherwise he would not just these two on each CT they try.
Again, they can get utilisant.2.
In the event de.3 Viewer I can see users connected CORRECTLY but then it pop their right. There is no other error message when connecting, just the success Message in the security log.
Let's bounce servers tonight so I'll have to turn it back on and I pray that they can later log on this server, but I'm baffeled. Why only 2 people would receive this question and most (not sure how many others there may be, but I know 30 people connected today on this server and worked out of it) people are not getting an error.
The thin client on their desktop is not the issue, because the error follows them any CLIENT LÉGER, they are connecting from.
Short of this re-boot and short to delete accounts and recreate them, ideas?
Found the problem. I did not remove the key to all the indicated previously. I should have done that for this user since her CentralProfile Key was empty when she had to be filled in by the system. Removed his Key specific SID for listed above point and viola. User can connect.
-
How can I make this update, when I have two records (a primary key, no seq)
How can I make this update in pl\sql
Below is the table with data
CREATE TABLE INSERT_TE ( PIDM VARCHAR2(8), FORM_ID VARCHAR2(2), TEACHER VARCHAR2(30) )
commit;INSERT into INSERT_TE ( PIDM, FORM_ID, TEACHER ) SELECT '1106651', 'TE', 'Teacher, Alber Howard' from dual
commit;INSERT into INSERT_TE ( PIDM, FORM_ID, TEACHER ) SELECT '1106651', 'TE', 'Teacher, Alber2 ' from dual
CommitINSERT into INSERT_TE ( PIDM, FORM_ID, TEACHER ) SELECT '2321241', 'TE', 'Teacher, Silly Billy ' from dual
You're going to end with something like this: in a cursor...
so I need to update a tablePIDM FORM_ID TEACHER 1106651 TE Teacher, Alber Howard 1106651 TE Teacher, Alber2 2321241 TE Teacher, Silly Billy
If there is only one file like this 2321241 teacher YOU, Billy Silly
no problem I'm
But if there's a PIDM (pk) with two recordsUPDATE saturn.sarchkl SET sarchkl_receive_date = SYSDATE, sarchkl_activity_date = SYSDATE, sarchkl_source = 'U', sarchkl_source_date = SYSDATE WHERE sarchkl_pidm = v_pidm3 AND sarchkl_receive_date IS NULL AND sarchkl_term_code_entry = p_term AND sarchkl_admr_code = 'REC1'
I need to make 2 updates (notice the rec1 sarchkl_admr_code AND for the firs and rec2 during the secondPIDM FORM_ID TEACHER 1106651 TE Teacher, Alber Howard 1106651 TE Teacher, Alber2
The first record should update the table when the condition is sarchkl_admr_code = "REC1" and the second disc with the
condition is sarchkl_admr_code = "REC2.
andUPDATE saturn.sarchkl SET sarchkl_receive_date = SYSDATE, sarchkl_activity_date = SYSDATE, sarchkl_source = 'U', sarchkl_source_date = SYSDATE WHERE sarchkl_pidm = v_pidm3 AND sarchkl_receive_date IS NULL AND sarchkl_term_code_entry = p_term AND sarchkl_admr_code = 'REC1'
I do this in pl\sql, I don't have a sequence in the INSERT_TE table, how do I know that the first record inUPDATE saturn.sarchkl SET sarchkl_receive_date = SYSDATE, sarchkl_activity_date = SYSDATE, sarchkl_source = 'U', sarchkl_source_date = SYSDATE WHERE sarchkl_pidm = v_pidm3 AND sarchkl_receive_date IS NULL AND sarchkl_term_code_entry = p_term AND sarchkl_admr_code = 'REC2'
updated a rec1 and the second updates when sarchkl_admr_code = "REC2."1106651 TE Teacher, Alber Howard 1106651 TE Teacher, Alber2
I guess I can create a sequence, but I'm inserting a table of a select statement, I get the error message
ORA-02287: sequence number not allowed here, when I try to do the following:
What is the simple way to make this update...INSERT INTO SYTEACH ( SYTEACH_PIDM, SYTEACH_ID, SYTEACH_TEACHER, SYTEACH_SEQ ) SELECT DISTINCT spriden_pidm, sarchkl_admr_code, szsform_form_id, szsform_schl_off_type||', '||szsform_schl_off_firstname||' '||szsform_schl_off_lasttname teacher, SZSFORM_SEQ.NEXTVAL FROM saturn_midd.szsform, saturn.spriden, saturn.sarchkl WHERE spriden_ntyp_code = 'CAPP' AND szsform_common_app_id = spriden_id AND spriden_pidm = sarchkl_pidm AND sarchkl_admr_code = 'REC1' AND szsform_form_id = 'TE'
Hello
you said:
>
But if there's a PIDM (pk) with two recordsPIDM $FORM_ID TEACHER
TE 1106651 teacher, Alber Howard
1106651 TE, Alber2 Professor
>Loc PKS are unique! (otherwise we don't call them pk)
For your table, you can set a single like this:
PIDM column + a sequence. (new heading):ALTER TABLE INSERT_TE ADD(TEACH_SEQ NUMBER) / UPDATE INSERT_TE x SET TEACH_SEQ = (SELECT n FROM (SELECT ROWID rid, ROW_NUMBER() OVER(PARTITION BY pidm ORDER BY TEACHER) n FROM INSERT_TE t) s WHERE s.rid = x.ROWID) PIDM FORM_ID TEACHER TEACH_SEQ 1106651 TE Teacher, Alber Howard 1 1106651 TE Teacher, Alber2 2 2321241 TE Teacher, Silly Billy 1
I need to make 2 updates (notice the rec1 sarchkl_admr_code AND for the firs and rec2 during the second
The first record should update the table when the condition is sarchkl_admr_code = "REC1" and the second record with the condition is sarchkl_admr_code = "REC2.
>not normally.
but you can do (now)
select PIDM, FORM_ID, TEACHER, 'REC'||TEACH_SEQ TEACH_SEQ from INSERT_TE PIDM FORM_ID TEACHER TEACH_SEQ 1106651 TE Teacher, Alber Howard REC1 1106651 TE Teacher, Alber2 REC2 2321241 TE Teacher, Silly Billy REC1
and use the last column to update you...
Published by: user11268895 on August 20, 2010 14:01
-
How can I use my serial number for Acrobat 6.0 for the upgrade on my new computer?
The bad news is that Acrobat 6 is not compatible with any Windows system or a modern Mac.
The worst news is that you left it about 10 years too late to upgrade, discounts are finished. The version current is DC Acrobat, you must buy or register as a new user. Subscription recommended, more up-to-date and includes future updates.
-
I am unable to activate my suite CS5 due to the activation of a second on a machine where the hard disk has failed. I need to get Adobe to clear this older activation that would allow the new activation to work when you I try again. But I can't everyone at Adobe to get there. How should I proceed.
I understand it, send me a private message with your details.
-
Can I put on the best computer gaphics CSA portable value of 15 t?
Hello! I am planig on the purchase of the 'best value 15 t' in a few weeks, and I was wodering if I would ever be able to update the graphics card?
No, sorry. Don't buy it with that in the back of your mind. It also applies of almost every laptop and certainly any laptop under $800 or more. The video is soldered to the motherboard and it started not at level of the slot as a desktop computer.
-
After you create a new domain, I can not connect on the host computer.
For Windows Server 2008 2 RD, I tried computer name user password for the admin account domain\username, with no luck: (.) If anyone has other magical indices, please help. Thank you
Hello
Note that your computer is under domain, you must contact the technet forum, where we are the support technicians who are well equipped with knowledge on the issues of domain, do please visit the link provided below.
http://social.technet.Microsoft.com/forums/en-us/winserverfiles/threads -
Remote access over the Internet regarding:
Hello
I suggest you to follow the links and check out them.
What is the difference between the remote desktop connection to remote and support Windows?
What is Windows Remote Assistance?
http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-Windows-remote-assistance
Get help with your computer using the support Windows remote
Help someone with a computer using the Assistance problem Windows remote
Windows remote assistance: frequently asked questions
-
Can not power up the virtual computer after failure of storage
An error was received from the ESX host turning on VM myvm. Cannot create the file ' / vmfs/volumes/53309937-d077e300-a76c-0025b51a12ae/myvm/vmx-CDCSA1-805443817-1.vswp ': host no is not a newspaper could not start VMX: msg.vmk.status.VMK_NO_JOURNAL
Restart the ESX host solved the problems. Restart all services did not help. Air data warehouses / ReadOnly. VMotion would hang up on VM associated with these stores of data so that means a failure, forcing the host to restart.
-Stephen
-
IE computer and computer work at home
Yes, you can share files between computers using CC.
- Sharing files in Adobe Creative Cloud | Inspired by Adobe Magazine
- Adobe Creative Cloud - how to share files with Clients and colleagues. Adobe Creative cloud TV: Designers | Adobe TV
- https://helpx.Adobe.com/creative-cloud/how-to/assets-get-started.html
Concerning
Baudier
Maybe you are looking for
-
All-in-one Photosmart HP 6525: HP Photosmart 6525 stopped properly print in black
Happy Friday! I had a problem the last two weeks with my printer. I usually use the printer on a daily basis for school. I got the impression during 1 1/2 to 2 years and have not had a problem until now. Here is a list of what I've tried so far: Alig
-
Difference between Intel processors
Could someone tell me the difference between celeron to intel 2 ghz and processor intel celeron m 380?
-
SQL - SSIS likely grouping of records.
Dear all, There is a requirement with our customer about the grouping of coordinates based on some of the fields in the contact table. I built an SSIS package and using the Component Manager of Script and Fuzzy Grouping. and its working perfectly acc
-
Battery critical shut down - 50%! (T420)
My laptop (Win 7 Pro) T420 suddenly decided that 50% (and not 5%) is the critical battery level. Without warning, it will hybrinate - even as I type. I checked the power settings - battery critical level is set at 5%, Hybrinate is disabbled except ba
-
I received a phone call from a company called ALERTSOFT. They want to talk to me of unnecessary files that may be harmful to my computer and my private life. Part of the ALERTSOFT of the center of Windows services and safe is to help me?