I finally had time this afternoon to post a back burner project I've been working on on and off (mostly off) for a couple of months. Some things are still rough around the edges but rather than wait for it to be perfect I figured I'd put it out there just in case someone finds it useful. Hopefully I'll find time to continue to work on it.
My goal was to create an application in LabVIEW that looks and feels like a Windows 8 style application. I also hoped to build such an application on top of the Actor Framework in such a way that others could use some of my base classes in their applications.
The code is attached - unzip and run "Launcher.vi" in the Win8uiDemo folder. [LabVIEW 2012 - I'm relying on Actor Framework (I used 4.1 but it should work with 4.0) so I don't plan to back-save to any previous versions.]
The video is really impressive. Can't wait to check out the code.
Code is broken for me. Using LV 2012 on Win 7 64.
Do you care to elaborate? Won't compile? Missing dependencies? Incorrect behavior? Errors getting thrown?
I ran the Launcher.vi from C:\Users\David\Desktop\Working\Simons Windows 8 UI Demo\Win8uiDemo and got the following missing dependency:
Opening the LabVIEW Project shows the following files as missing:
David, you probably need this: https://forums.ni.com/t5/Actor-Framework-Documents/AF-4-1-for-LV-2012-vi-lib-DEBUG-FORK/ta-p/3505169
Thanks for the link David. Still getting lots of errors, as shown below. I'll try and sort through them later, and see what may be causing the problems on my PC (Wiindows 8 - 64bit).
Oh dear, I'm afraid it's broken for me too. I've got Actor Framework 4.1.0, and when I load this project all the Launch Actor VIs appear to be being called with an extra (invalid) input. I'm not yet familiar with the Actor Framework so I'm not really in a position to investigate this, but does this snapshot help?
Same here. Broken. Looks like the XControl is the culprit for the most part. It is also looking for files in the Emission Monitoring UI Working Copy.
I have gotten the demo to work by disconnecting the following VI's from their library:
Does It Fit.vi
Draw Text with Subscripts.vi
Find Max Font Size.vi
Find Subscript Text.vi
Find Text Origin.vi
Also, I had to replace the String XControl in the SensorViewSmall and SensorViewDetailed classes with the XControl in the project along with removing the property nodes for the string control in the Actor Core.vi's of those classes. The strings in the XControls don't look quite right now because of the missing functionality, but the demo does work!
Drew
Hmmm, looks like my SCC might have exported an older revision -- I thought I had fixed all these things. Don't waste any time getting it to work, I'll figure it out and repost.
OK should be fixed now folks. I tested by moving from one VM to another so hopefully it's good.
Sorry for the bad post.
@Thoric - that's an artifact of me switching from the Debug AF to the release AF. Launcher.vi in the Win8uiFramework library (i.e. not the one to run for the demo) is probably still broken like that. Just delete the broken wire and it will run fine if you want to play with that one.
@DavidCorney, @Drew.Rankin - at some point in development I messed up the library association of the XControl. Apparently I exported the messed up version. It should be fixed in the zip file now.
Simon, I'm impressed. Great Job!
This is awesome! Great job!!!!!
Mmmmmmmm coffee...
Thanks
Is there supposed to be audio? There is none for me which makes it difficult to understand what's going on.
Really nice job Simon!
Hey Simon,
This week I had an Application Assistance with a customer that had made a small demo where he integrated your "Windows 8 UI" in combination with a Measurement Abstraction Layer..
Just to let you know that customers seem to be very eager to use this..
ThiCop,
That's great to hear. With some of the more complicated posts I make I'm never sure if people are able to use the code I post. The old adage of "it's easier to write code than read code" definitely kicks in with larger projects like this one.
I can't see any code attachement. The only attachment I see is a "socialgroup_image_small (4.3 K)? I'm logged in with my NI profile, but I don't think I'm a "member" of the UI interest group.
When I click "log in or register" and enter my NI profile user name and password, I get logged in as a "restAPI" in this group, and still no download link to the code?
NOTE: I am NOT "restapi" and I do not know where it came from or the NI e-mail address that is associated with it. I use my own e-mail and password to log in.. this is really weird.
It looks like our website is experiencing some issues. All of the images on this thread are missing and have been replaced by odd images.
Nice job! Looking forward to looking through the code
Just for your project, I am installing Labview 2012 DS, which I delayed over 3 months.
Keep it up Simon
Great example!
Haha, love the Pac-Man 'Error Eater' icon.
I have managed to port the actor framework and message maker tool to LV 2009 and get some of this working.
Thanks.
Its Superb.. Great work..:)
This is very nice, Simon. I am currently looking at how we can use a similar architecture for a project that I am working on.
I have one question though related to the implementation: in Stop Core.vi of the Viewable Actor, you fire the user event Stop to kill the viewable Actor Cores and then immediately destroy the user event; is there any possiblility that you will run into a race condition with this (i.e. is it possible to destroy the event before the event handler can get to it)? I do something similar but have always had the actual UI handle the destruction of the event. Your method looks a lot cleaner, but I have always been concerned about the main UI not receiving the event.
Cheers, Matt
Matt,
There's no danger of a race condition. Once the event is generated, all the event structures registered for it will get the event, even if it takes them a while to get back around to processing the event. You are safe to immediately destroy the event refnum without impacting the event structures.
I'll be honest though -- I did need to check in with R&D to make sure this was the case. You had me worried for a few minutes there.
~Simon
wonderfull!!!
Is it possible to generate a 2011 version?
Just came across this. Absoluteley amazing.
Simon - I'm attempting to re-use your framework, but hit a snag while incorporating the Sensor Definition library. It is coupled to your uiDemo lib. I found the methods in Sensor.lvclass which sends messages to the uiDemo. If you have time to improve the framework, maybe consider removing this coupling.
Good work!
Hi Simon,
What resources (hopefully brief) did you use for designing UI to Windows 8 style? What fonts and layout style etc..
The Windows 8 User Experiences guideline I found is very long..
Thanks.
amazing work man thumbs up
Pure Excellence ! Mind blowing work. . . Hats Off. .
Thanks for posting this, Simon, I've been struggling with AF for a very long time Between this and NI's Hands-On tutorial there aren't really any better ways of learning AF! Thanks again Simon.
Great demo, thank you. I've seen this before, did you present this at an NI Week?
What tools did you use to create the UML?
Is there one (or two) UML tools that LabVIEW developers out there prefer?
I'm trying to get into this UML stuff, but am not sure where to start, open to suggestions. GOOP? Symbio? StarUML?
I've heard that NI uses yEd for diagrams and UML. I've grown particularly fond of Gliffy.
Mindblowing example i didnt know we can do this sort of vi's in Labview. can i take this example as a jump start to Actor Framework? Guide me Folks Thanking You All, Venu
This is very nice. I opened it with no problems in Lv2013. Though I have no idea how to exploit this structure for my Crio project. I'm looking for UI examples for touchscreen computers with a CRio-9081.
Would also like to use something similar for a 9035.
Thanks for any insight.
Jim
Amazing work
Great Work ! Can someone explain the development flow if it is not restricted?
thank you
Waqas
its very awesome designed...thanks for sharing ....