06-13-2024 09:46 AM
Good morning!
I apologize for the late replies, but for the update, I was able to download NI-MAX into the computer and found this:
I really do appreciate the patients and help through this process and cannot thank you enough!
06-13-2024 10:09 AM
Thank you so much for this input NIquist! I am changing the code right now to use Enum. By any chance may I see how you ran the code using Enum on a file? If it's too much that's very understandable! I am doing my best to make sure I am understanding and learning the processes for future projects as well. 🙂
06-14-2024 08:42 AM
You have no COM ports. That's why you can't use a serial connection.
If you have a desktop PC, almost all of them should have COM1. If you're using a laptop, then you need a USB to Serial adapter.
Check your Device Manager too. You should see the hardware under the Ports (COM & LPT) section:
Until Windows can see it, NI-MAX and LabVIEW won't be able to either.
FYI:
Using Enums in Labview Case Structures - NI
06-19-2024 08:10 AM
Thank you so much for taking time off your day to answer my questions, I really appreciate all the help given! And yes, it has answered most of my questions 🙂
The only issue now that I have been having is that my code will not stop or it would still have trouble turning counter clockwise and then counterclockwise whenever the user decides to switch the rotation.