From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What does the error -363011 mean, and how can I fix it?

For a lab, I need to connect the Digilent PmodCLS board to the myRIO and communicate with I2C. 

 

I'm using the following sample program.

 

jb0375_1-1706691852468.png

 

When I try to run the program, it returns the following error. I've tried other I2C VIs, but the error seems to be the same. 

 

jb0375_0-1706691812560.png

 

I'm not sure if the pinout on the LCD is relevant, but I've included it just in case. 

 

I've connected pin 33 on the myRIO to PmodCLS pin J2.6. MyRIO pin 8 is connected to PmodCLS pin J2.5. MyRIO pin 34 is connected to PmodCLS pin J2.2, and myRIO pin 32 is connected to PmodCLS pin J1.2.

 

Since the error is in LabVIEW with the Write I2C VI, I believe this issue is with LabVIEW. 

 

I am using the myRIO toolkit with LabVIEW 2019 SP1 (32-bit). 

 

I'd appreciate any advice or instruction.

 

0 Kudos
Message 1 of 6
(1,639 Views)

Did you search for an explanation?

I found this...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(1,598 Views)

I did search for a solution on other forum posts, but I didn't find any solutions that solved my problem.

 

Furthermore, it doesn't look like the linked forum post ever found a solution.

0 Kudos
Message 3 of 6
(1,592 Views)

In order to begin to help you with your myRIO problem, we need more information.

  1. What version of LabVIEW are you running?  Tell us both the Version number (such as LabVIEW 2019 SP1) and the "bit size" (32-bit or 64-bit LabVIEW).  Note that for recent versions of LabVIEW, your answers should be LabVIEW 2019 or 2021, 32-bit (some older versions of LabVIEW may also work), but LabVIEW 2020, 2022, and 2023 probably will not.
  2. What version of the myRIO Software Toolkit have you installed?
  3. Please attach a zipped version of the LabVIEW Project you are trying to run.  If you right-click the folder that contains the Project (and all of the Project VIs and other files), choose "Send to", and then "Compress (zipped) folder" and attach the resulting Zip file of the Project folder.
  4. If you have a PDF of the PmodCLS board (or its chips), also attach that.

 Bob Schor

0 Kudos
Message 4 of 6
(1,542 Views)

My LabVIEW version is LabVIEW 2019 SP1 (32-bit). I am using the myRIO toolkit version 2019. 

 

I've attached both the project and the PmodCLS data sheet.

Download All
0 Kudos
Message 5 of 6
(1,528 Views)

@jb0375 wrote:

My LabVIEW version is LabVIEW 2019 SP1 (32-bit). I am using the myRIO toolkit version 2019. 

 

I've attached both the project and the PmodCLS data sheet.


I would like to help you.  But I need you to compress the Project Folder and attach the .zip file.  If you are using the myRIO Software Toolkit 2019, then somewhere, there is a LabVIEW Project file (with an extension of .lvproj) that probably exists in a "folder", along with the three VIs that (in the Project) would appear in the "myComputer" section, along with other VIs that appear in the "myRIO Target" side.

 

I also looked at the "PmodCLS data sheet" you attached.  I'm sure you realize that it is basically useless, right?  Other than to help you understand how to wire the chip to the myRIO if you want to use it to generate the SPI or I²C commands you need to do "something" with the chip.

 

So without information, I'm sorry I can't help you.

 

Bob Schor

0 Kudos
Message 6 of 6
(1,472 Views)