epiz Posted June 20, 2023 Report Share Posted June 20, 2023 I am using the panther programmer for a project. I am having trouble with writing data. The example code allows the user to manually write data in hex and choose its size and offset to determine where they want to write this specific data. In my case I want to have a preset code for 15 different cases. So, when I hit write for one case, it will upload that specific code. Any tips? Quote Link to comment
Rolf Kalbermatter Posted June 29, 2023 Report Share Posted June 29, 2023 Quote So, when I hit write for one case, it will upload that specific code. Any tips? What is a panther programmer? How do you interface to it? Your problem description sounds mostly like a basic LabVIEW programmer problem. Have you done some online programming courses and tutorials? Do you know how to write a simple LabVIEW program? Quote Link to comment
infinitenothing Posted June 29, 2023 Report Share Posted June 29, 2023 Could you make an array of hex strings and then use index array with an enum wired to the index to select the right program? Then you use an event structure to execute that when someone presses "send" button Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.