|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: ROBOT C and the LabVIEW Dashboard
As for the dashboard, we have not tested using ROBOTC with the Labview dashboard. I seem to recall it works with the IFI supplied dashboard software.
Please post a link to where I can find the Labview dashboard and I'll take a look at it's ROBOTC compatibility. Do you get the source for the dashboard or just a compiled application? Per the download: It's not a bug, it's how it was designed. ROBOTC does not send the entire firmware image down every time you load a new program, only when you load the ROBOTC VM firmware. So to make life a little easier than running over to the robot, holding down the PROG button and sending the new program over... you can start/stop programs and send new programs from your computer. In ROBOTC, a closed digital sensor returns a "1" value, and an open digital sensor returns a "0" value. Hence why you need to use the != when writing your pneumatics shutoff valve code. |
|
#2
|
||||
|
||||
|
Re: ROBOT C and the LabVIEW Dashboard
Even with IFI Dashboard, I can't get an analog input, something I need (pressure sensor). Anyone know how to use a user byte in ROBOT C?
|
|
#3
|
||||
|
||||
|
Re: ROBOT C and the LabVIEW Dashboard
The pressure sensor from the KOP is a digital input.
AS for sending data to the OI the data you need to send is called a "User Byte" |
|
#4
|
|||
|
|||
|
Re: ROBOT C and the LabVIEW Dashboard
There are 6 user bytes that get sent back to the OI, along with the PWM information for PWM outputs 1-16. A few other things get sent back as well; take a look at the packet spec to get all the details.
To set a user byte, you do something like Code:
User_Byte_1 = 243; This LabVIEW code is a great place to start: http://www.chiefdelphi.com/forums/sh...71&postcount=8 |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Example LabVIEW Apps - Dashboard, CMUcam2 and Motors | DanDon | LabView and Data Acquisition | 3 | 29-01-2009 22:13 |
| Example LabVIEW Apps - Dashboard, CMUcam2 and Motors | Russ Beavis | National Instruments LabVIEW and Data Acquisition | 9 | 21-01-2007 17:19 |
| Where can i download the LabView Dashboard? | Zak698 | NI LabVIEW | 2 | 11-01-2007 15:57 |
| Labview Dashboard and updated IFI dashboard spec | Joe Ross | LabView and Data Acquisition | 1 | 04-04-2006 02:04 |
| Labview dashboard and multiple variables | Joe Ross | LabView and Data Acquisition | 2 | 15-03-2006 21:55 |