Jump to content

Buglish

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Buglish's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ROFLOL damb your right. What was I thinking? The boolean has no meaning. And in regards to the loop control with a timer. That also gave in expected results where if button is pressed the bot would go into loop(or just pressed a few times if you press it once) Thanks again
  2. Hi All, I have figured it out. See the pics
  3. I have started from scratch and now I am using the Fantom SDK. Though compiling the arrays of hex commands is kind of difficult. The vi I am including searches for the NXT block then pairs up. The problem is starting the application I need. I have converted "spike remote" to the hex"5370 696B 6520 5265 6D6F 7465 " to start the application. And sending messages to mail box 1 with the data of a number between 1-6 is not working :/ Please help me create the packets. Regards Bug Download File:post-5518-1163576324.vi
  4. The return count of the VISA prints out 8. So the connection works since data is sent to the NXT block but the response is a bit off :/ I am not sure how to control the data bit. If you do a format and precision on the number inputs you will see its hex ----------------- Ok I have a response of an error Possible reason(s): LabVIEW: File permission error. --- NI-488: DMA hardware error detected. Ok whats this?
  5. Hi I have tried this method though the NXT block is not responding. Just ignore the web cam controls on the bottom. Download File:post-5518-1163507747.vi
  6. Hi JFM, Well all I want to do is send an integer between 0-5 to the NXT block. What would the message format be?
  7. Hi, I have created a button interface in LabVIEW that when pressed it will write a string into the VISA port directly using a serial connection of my blue tooth connection. This is after the NXT block is paired. I am having trouble understanding the packet format that has to be sent in hex. Other forums show they created a array then convert it to string again to send using VISA in the Fantom SDK. I am bypassing that by creating the connection beforehand. From what I understand I can start the program using a array which is converted to hex. But that format I am not sure I am implementing correctly. Start of program : (0x00,0x00,Spike Remote 0xA,0x02,0x00,StatusByte) Send Integer value of 1 : (0x00,0x09,1,1,2-10) When Converted its 3078 3030 2C30 7830 392C 312C 322C 31 Perhaps I should remove the commas and send this hex >3078 3030 2030 7830 3920 3120 3120 32 But the NXT block is not responding...what should the format be? Do I have to convert it to hex before sending? What format do I have to use since ',' = 392C . Do I have to include the commas? Thanks
  8. Hi, How would you create the string that you send using VISA that represents an integer of a number between 1 to 5. is this correct before converting to hex? I used this string before converting to hex. Is this format correct for sending a message of a integer? 0x00 0x09 1 1 2
  9. It seems this plan of action seems impossible since there is no docs available on LabView Scripting...for the way I want to use it for. But it is possible to send to the VI the same way a VI sends to another VI as scripting language ..but just with JAVA code.But there is no documentation and NI will not help :/ Looks like Ill have to redesign my project specs
  10. Hi. I am researching and making a plan for a project. The Goal is to Use LabView trough the internet with a java servlet to make circuits and designs in the front panel and back end (block diagrams). I have to use Java (Servlet) , PHP, SQL, CGI in a project. Is this feasible or am I aiming in the wrong direction. If this VNC option is acceptable what whould it look like. Or will this method not be possible?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.