LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access of a LabVIEW Standalone application through cloud or any server

Hey Guys,

 

I hope you all are doing well.

So I basically have developed an application that print some label through printers . Now I want to Access this standalone application through some cloud storage/server . Like I want to keep this application on a server and then any person having credentials of this server can access this application on their system and run this application and can print Label through their printer which is attached to the system on which they are accessing this application. I am in doubt since printer is Usb connected to cpu /laptop/tab . Will it be possible or not. Please help 

 

Thanks.

0 Kudos
Message 1 of 2
(853 Views)

Hi soumyas,

 

you can split your application into a server part and a client part:

  • The server part generates the printer labels and maintains any (product ID) databases.
  • The client part communicates with the server and prints the label on its locally attached printer.
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(850 Views)