07-10-2014 06:30 PM
Hello All
I need your support for using the 2D picture control as multilayer for animation application as I'm working to make stand alone scada SW using LV?
Best Regards
Hani
07-10-2014 06:33 PM
OK, what do you need help with -- specifically.
Mike...
07-10-2014 07:40 PM
Hi Mike
What I want is to create new objects using the multilayer picture control so I can use it later at runtime to create animated object like what in the SCADA softwares.
Becuase I'm working to develope my own SCADA software where it can be connected with any OPC sw and generate animation screens.
Hope it's clear to you now
BR,
Hani
07-10-2014 08:26 PM
07-10-2014 09:07 PM
Few weeks using labview, and I didn't work on object oriented before.
BR,
Hani
07-11-2014 08:46 AM
OK, so the first thing to do is learn about LV. NI offers free training online that will teach you some important concepts and how to operate the LV programming environment.
Near, have you ever programmed in another language like C, C++, Java, etc? If not, that is actually a good thing. You will have less to unlearn.
In terms of your actual code development, the process will be to first develop VIs that allow you to draw individual objects (valves, pipes, coolers, tanks, etc) in the picture. The inputs to these VIs will include parameters that will define the size and appearance of the objects, and where you want them to appear in the picture.
Mike...
07-11-2014 08:54 AM
Obligitory free training links. Good luck and feel free to post what you've come up with so far.
3 Hour Introduction http://www.ni.com/white-paper/5243/en/
6 Hour Introduction http://www.ni.com/white-paper/5241/en/
LabVEW Basics http://www.ni.com/gettingstarted/labviewbasics/
Self Paced training for students http://www.ni.com/academic/students/learn/
Self Paced training beginner to advanced, SSP Required http://sine.ni.com/myni/self-paced-training/app/ma
LabVIEW Wiki on Training http://labviewwiki.org/LabVIEW_tutorial#External_L
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-11-2014 10:24 AM
Thanks for posting this information! I was on my phone and couldn't find where you had posted this before.
Mike...
07-11-2014 10:48 AM
@mikeporter wrote:
Thanks for posting this information! I was on my phone and couldn't find where you had posted this before.
Mike...
I keep a link in my browser that has all of them. But to be honest it feels sorta like a cop-out when I post them so I try not to unless someone else mentions training.
It's like me saying "hey I don't know how to do this", and you saying "well go learn it". It's not useless, but providing help on the subject matter would probably be more useful.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-13-2014 08:56 AM
HI Mike
Sorry if my response is late as I was trying to collect some information about OOP.
Did you mean by VIs that allow to draw individual objects (valves, pipes, coolers, tanks, etc) in the picture are SubVI's? but what I know that only dialoge VI's that can have a callable front VI and SubVI hasn't and programmer should generate it's in / out controles during coding time. the same thing with OOP is used only for coding purposes without front VI, am I right for this?.
BR,
Hani