09-01-2020 06:11 AM
Solved! Go to Solution.
09-01-2020 06:51 AM
Did you make an installer for your program so that all the proper dependencies could be included when you put it onto another computer?
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
09-01-2020 07:01 AM
I start in labview. I have only been using labview for -month. i don't know at all how we can see and know her?
09-01-2020 07:18 AM
All LabVIEW applications need the LabVIEW Runtime Engine to be ran on another computer. This is about 200MB I believe, just so you know. Other things may be required depending on your application. Build an installer for your application like this:
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
09-01-2020 08:04 AM
even with the setup program create and install on the other computer the display of the balance still does not work
09-01-2020 08:25 AM
Hi thib,
you were recommended to create an installer with ALL needed drivers.
Did you install ALL of them?
@thib101200 wrote:
on the other computer the display of the balance still does not work
How is the balance connected to the PC?
Does it require a serial port, and does your software use VISA functions?
Did you select the correct COM port in your software?
Did you note any error messages in the software? When you don't receive data you should get error messages instead!
09-01-2020 09:25 AM
yes I created it with all the necessary drivers the scale is connected by a USB cable yes a serial port is necessary and yes my software uses the visa function the selection of the com port is automatic no I have not noted an error message in the software but I have an error input and output
09-01-2020 11:48 AM
When you plug your USB device into the new computer, check Windows Device Manager to make sure the COM port is what you expect.
You can also use the Device Manager to change the device to use a different COM port.
09-02-2020 01:13 AM
in the device manager window I am told that the com port is working normally and yet it still doesn't work
09-02-2020 01:43 AM - edited 09-02-2020 01:43 AM
If you cannot read the scale you should get an error out from the VISA Read node, probably a timeout. Add an error indicator to your Front Panel to view it.
Would you mind uploading your code for us to check?