Roderic
Members-
Posts
123 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Roderic
-
Hello everyone, I just received my CLD exam results and I passed! I got 88.33% and I'm pretty happy with it! Style 13.5/15 Documentation 9/10 Functionality 12.83/15 I learned a lot here so thank you all for posting on LAVA! Regards,
-
Random question for French LAVA members: what is your outlet polarity?
Roderic replied to Mr Mike's topic in LAVA Lounge
Congratulations! -
Advice for building high-reliability LabVIEW process control VI?
Roderic replied to Onno's topic in LabVIEW General
Maybe you can limit the external help by having someone building the architecture and you coding all the sub VIs... I'm sure with some effort you can find all the required info and coding techniques to achieve your system. But like crelf said, if you end up with a buggy system spending some money may be the best option. -
Advice for building high-reliability LabVIEW process control VI?
Roderic replied to Onno's topic in LabVIEW General
There are many solutions for your problem. Crelf already gave you some good advices. Forget about windows, you'll need a deterministic system (Real Time) and looking at the small amount of sensors I guess a cRIO would be perfect (maybe two cRIO). Have you considered RAID disks for data backup? IMHO, if you don't feel like you can do it alone you should contact an NI Alliance partner. I'm sure you'll find someone with a great backround in deterministic systems. -
Random question for French LAVA members: what is your outlet polarity?
Roderic replied to Mr Mike's topic in LAVA Lounge
You are right, it is not obligatory to use one side or another, in France. Mr mike: You should use a power adapter (like you suggested). Off topic: what are you going to do in France? (apart from having a lot of fun and visiting Paris ) -
ElijahKing - MVC+MAL+HAL+Actors+Command+Factory+Plugins
Roderic replied to 0_o's topic in Application Design & Architecture
The video you're refering to is really worth the 80 minutes -
I guess the question is: Is there a way to find sequence caller from within the TestStand project?
-
Congrats!
-
There are a few posts here on LAVA on this topic. It seems like you can use LVOOP on RT target but there are some limitations (can't remember which one) . I'm not sure OOP is the way to go with RT targets considering the issues we saw using OOP on Windows targets.
-
Did you configure the search directories on your target PC?
-
Hi, unfortunatly there's no sample exams, sometimes I hate NI... Regards,
-
Well, this test is intended for entry level programmers, so I guess it should not change.
-
What about a "community patch" to LabVIEW?
Roderic replied to Aristos Queue's topic in LabVIEW General
I think VIPM provides this additional patch. What we need would be a wider variety of packages available! -
What kind of data are you willing to transfer? You can also use STM, create your own TCP stream, or if you want to transfer files you can use the FTP protocol.
-
It is my understanding that property nodes and some invoke nodes don't work on cRIO targets (most of them) Have you tried to build the path programmatically? I think you mispelled the path.
-
NI software engineering, advanced arch courses worthwhile?
Roderic replied to MarkCG's topic in Certification and Training
I think NI courses are a good choice if you want to learn on a specific topic. As an instructor, I can say that students really benefit from the courses. But if you are to pay from your own hard earned money, I'll suggest you browse on the internet and find all the info you need. Most of the training material are available on NI website. I know it would be better to take a course, but it's a lot of money if your company does'nt pay for that. -
yes I guess so...
-
Go to the ResultList Locals =>resultList=>[step Number of the sequence call]=>TS=>SequenceCall=>ResultList The ResultList is an Array of containers, if a step is a sequence call it contains the resulstlist of this sequence.
-
All results are stored in the ResultList container. hope this helps. You can also customize the Sequential Model and add a step (to check if inputs are valid) before adding them to report/Database.
-
Hi, Just read the first 15 chapters, make sure you understand them perfectly, take the online sample exams, and you'll do fine. Regards Rodéric
-
Indeed... I have to debug this application wich is full of locals,globals, and explicit naming VI (like: "dialog18buttons.vi")
- 74 replies
-
Hi Roger, You can use PostGreSQL with LabVIEW (and TestStand BTW). The easiest way (I don't know about TCP and databases) is to use the database connectivity toolkit. Regards, Rodéric
-
This is the kind of code someone using icons ended up with... IUsually when someone uses icons they don't really know LabVIEW
- 74 replies
-
- 3
-
I like the smaller terminals best! Because I can place them close without bending wires (and it makes my diagram smaller)
- 74 replies
-
- 1