Visit the LabVIEW Wiki Application Design & Architecture Portal
Tags |
(This content has not been tagged yet)
|
![]() |
Oct 19 2007, 08:09 AM
Post
#1
|
|||
|
4 more posts to go! Member Posts: 6 Joined: 27-June 07 Member No.: 8812 Using LabVIEW Since:2006 LV:8.2.1 ,. ,.
|
Hi every one , I'm student from thailand. and I have few questions
- I'm using Labview 8.2 . Can I embed .vi into HTML files (Player use Labview RTE for play it) and pack it for SCORM Learning management system (Ex. Moodle)? - Can I post data from .vi to LMS regards narudol
|
||
|
|
|||
| Ad |
Oct 19 2007, 08:09 AM
Post
#
|
||
|
|
|
||
|
|
|||
Oct 19 2007, 02:35 PM
Post
#2
|
|||
|
Drawing Tool - LVOOP example application Premium Member ![]() Posts: 1184 Joined: 29-January 06 From: Helsinki Member No.: 4014 Using LabVIEW Since:2004 LV:8.5.1 ,8.2.1 ,7.1.1
My Blog
|
I'm using Labview 8.2 . Can I embed .vi into HTML files (Player use Labview RTE for play it) and pack it for SCORM Learning management system (Ex. Moodle)? No you cannot embed VIs to HTML files so that it can be played online using local runtime engine. There is no such thing as a LabVIEW player for any web browser. At least not to my knowledge. However you can run LabVIEW in server mode and publish remotely running VIs via Java applet front panels. In this case, the VI is ran on the server machine running LabVIEW. A user can run the VI and access the VI front panel using a web browser. Should two person try to access the same VI remotely, they see the same instance of the VI, not two different instances of the VI as you'd propably expect. Tomi --------------------
|
||
|
|
|||
Oct 20 2007, 10:25 AM
Post
#3
|
|||
|
4 more posts to go! Member Posts: 6 Joined: 27-June 07 Member No.: 8812 Using LabVIEW Since:2006 LV:8.2.1 ,. ,.
|
Thank you Tomi
I try to connect my A/D Converter at User's Computer. Is it possible to connect A/D Converter to Appletview, receive data and display on Appletview? If it possible can I record a data in xml format?
|
||
|
|
|||
Oct 20 2007, 11:56 AM
Post
#4
|
|||
|
Drawing Tool - LVOOP example application Premium Member ![]() Posts: 1184 Joined: 29-January 06 From: Helsinki Member No.: 4014 Using LabVIEW Since:2004 LV:8.5.1 ,8.2.1 ,7.1.1
My Blog
|
Thank you Tomi I try to connect my A/D Converter at User's Computer. Is it possible to connect A/D Converter to Appletview, receive data and display on Appletview? If it possible can I record a data in xml format? No, you must run LabVIEW or standalone LabVIEW build application on your user's computer to connect to hardware on user's computer. Tomi --------------------
|
||
|
|
|||
Oct 21 2007, 09:43 AM
Post
#5
|
|||
|
4 more posts to go! Member Posts: 6 Joined: 27-June 07 Member No.: 8812 Using LabVIEW Since:2006 LV:8.2.1 ,. ,.
|
Anyone have any idea please?
|
||
|
|
|||
Oct 21 2007, 01:32 PM
Post
#6
|
|||
|
Drawing Tool - LVOOP example application Premium Member ![]() Posts: 1184 Joined: 29-January 06 From: Helsinki Member No.: 4014 Using LabVIEW Since:2004 LV:8.5.1 ,8.2.1 ,7.1.1
My Blog
|
Anyone have any idea please? Use LabVIEW application builder to build an executable application and allow users to download it to their local computer and run it from there. To run the application will need LabVIEW runtime environment. You can make an installer that installs both you application as well as the runtime environment. Tomi --------------------
|
||
|
|
|||
Oct 22 2007, 08:57 AM
Post
#7
|
|||
|
4 more posts to go! Member Posts: 6 Joined: 27-June 07 Member No.: 8812 Using LabVIEW Since:2006 LV:8.2.1 ,. ,.
|
I plan to client user connect some breadboard experiment through USB 6008 to Labview Application in client computer. But My Professor want a labview application come to SCORM Package standard (It must pack in zip file and run form Learning management system using web browser)
regards Narudol
|
||
|
|
|||
Oct 22 2007, 12:11 PM
Post
#8
|
|||
|
Drawing Tool - LVOOP example application Premium Member ![]() Posts: 1184 Joined: 29-January 06 From: Helsinki Member No.: 4014 Using LabVIEW Since:2004 LV:8.5.1 ,8.2.1 ,7.1.1
My Blog
|
Can you still verify if the USB board is physically attached to the student's client computer and not a server somewhere away from the student.
--------------------
|
||
|
|
|||
Oct 23 2007, 03:03 PM
Post
#9
|
|||
|
4 more posts to go! Member Posts: 6 Joined: 27-June 07 Member No.: 8812 Using LabVIEW Since:2006 LV:8.2.1 ,. ,.
|
Hi Tomi
"Can you still verify if the USB board is physically attached to the student's client computer and not a server somewhere away from the student." If I have a labview server in University lab And I use Appletview. Can Appletview connect to USB6008 in Client side and connect to Server with Tcp/ip function? In My Thesis I plan to Client do experiement by yourself and send data to Labview application. But in SCORM Specification Learning Object must view by Browser and post some data into LMS. Do you have any idea if I want to create LO with this spec. 1. Play with Any Browser (with Runtime , Pluging like JVM, Flash, ) 2. Receive data from breadboard through USB A/D Converter? 3. Create javascript by This Application? regards Narudol
|
||
|
|
|||
Oct 23 2007, 03:29 PM
Post
#10
|
|||
|
Drawing Tool - LVOOP example application Premium Member ![]() Posts: 1184 Joined: 29-January 06 From: Helsinki Member No.: 4014 Using LabVIEW Since:2004 LV:8.5.1 ,8.2.1 ,7.1.1
My Blog
|
If I have a labview server in University lab And I use Appletview. Can Appletview connect to USB6008 in Client side and connect to Server with Tcp/ip function? Not to my knowledge. However I've not used appletview. I've only used the LabVIEW build-in web server. You need a client LabVIEW application to access the client side USB board. There is no work around to my knowledge. This application can either be 1) a collection of VIs together with LabVIEW installed on the client computer or 2) a LabVIEW build executable together with LabVIEW runtime environment installed on client computer. The second option doesn't require a LabVIEW license on client computer where as the first requires LabVIEW license. To build a LabVIEW application (.exe) you need LabVIEW applicaiton builder that ships with LabVIEW Professional or that can be separately purchased from NI. You can distribute this application as a ZIP file to your SCORM users. You can make this application to communicate with your SCORM system according to SCORM specifications or with your LabVIEW server. I don't know the SCORM specifications, so I cannot say how to make the ZIP SCORM compilant or how to communicate over network with SCORM. This is something you have to figure out by yourself. Tomi --------------------
|
||
|
|
|||
Oct 24 2007, 07:50 AM
Post
#11
|
|||
|
4 more posts to go! Member Posts: 6 Joined: 27-June 07 Member No.: 8812 Using LabVIEW Since:2006 LV:8.2.1 ,. ,.
|
Thank you very much Tomi for your answer.
regards narudol
|
||
|
|
|||
![]() ![]() |
| Time is now: 7th January 2009 - 11:29 PM |