12-06-2012 02:57 AM
Hello,
I want to control PXI-2510 automated. I bound the Custom-Device for PXI-2510. It functions excellent manually.
I have following Software and Equipment
NI-Veristand 2011
NI PXI 1042 Q
NI PXI-8108 Controller
What can I do for automated sequences in switching.
May there are some tutorials...
Best regards,
YBilgin
Solved! Go to Solution.
12-10-2012 03:59 AM
Hello,
I'm very gutted about Veristand and the supporting of NI.
There 's no really helpful answers about this program.
At first, there is no courses on offer.
What should I do? So I build a question in this forum. The result is -> No answers.
12-10-2012 09:53 AM
Hey YBilgin,
Sorry about the delay in response. Somehow this post slipped through the cracks.
Can you give some more details about the bigger picture goal of your application? It sounds like you are trying to do some automated test setups. There are several approaches to automated test sequences - using the Stimulus Profile Editor, integration with TestStand, using the VeriStand .NET API directly. To suggest which one of these might be best I would need a little more information about your application.
12-13-2012 02:31 AM - last edited on 10-13-2024 01:55 PM by Content Cleaner
Hi YBilgin,
you haven't answered in a while. As Kevin said, could you please provide some more information on your task so we can help you?
In general the easiest way to create automaded test-setups would be to use the stimulus profile editor. I got some links here for you that could be useful to get started with the stimulus profile editor:
- Controlling NI VeriStand Projects With the Stimulus Profile Editor
- Creating Real-Time Stimulus Profiles in NI VeriStand
Best Regards,
Lam
12-13-2012 02:41 AM
Hello Kevin,
thanx for your answer.
With my application I want to test interfaces of frequency converter.
The signals to motor and car have to tested. Partially I have to simulate the signals to motor and to car or reverse.
For these purposes I use the hardware I mentioned.
At the end there should be a test report of passed and failed testsequences.
Best regards,
Yesim
12-13-2012 02:44 AM
Hi Lam,
thanks for answering.
First I would read the links you wrote.
I think there will be more questions, which I want to ask 🙂
Best regards,
Yesim
12-13-2012 08:32 AM
From the additional description of your application it still sounds like the Stimulus Profile Editor in VeriStand is a good place to start. After you have a chance to review the documentation linked above post back if you have any questions.
12-13-2012 09:48 AM
Hello Kevin,
so there is the first question to you.
I learned that I can use NI-PXI-2510 Custom Device Add on. That functions very good manually.
I walked through available lessons for Stimulus Profile Editor. I únderstood the functionality of RT-Sequences and Stimulus Profiles.
So how can I integrate the functionality of Switch to the Stimulus Profile Editor. Where can I select the channels of PXI-2510?
Maybe I have to write a model in LabVIEW?
Because In section "primitives" there is no selection for the hardware "PXI 2510".
I'am searching for easiest way to control the switch over Stimulus Profile Editor. What's the best way?
Thanks
Regards,
Yesim
12-13-2012 11:19 AM
Hey Yesim,
From the stimulus profile editor you just need to add a parameter assigned to a channel in the custom device. This is done by dragging a variable to the parameters field in an RT sequence, and then selecting the channel you want to map to in the property browser on the right side of the screen.
12-14-2012 02:53 AM
Hello Kevin,
the unit of the switching states is a U32 variable?
Switching states could be
This means that the variable "U32" represents the enum of the switching states, isn`t it?
Regards,
Yesim