Search found 12 matches

by camow7
05 Sep 2022, 22:58
Forum: Hardware
Topic: Devicenet Card goes into error state randomly
Replies: 5
Views: 2527

Re: Devicenet Card goes into error state randomly

Products Used - RevPi Core 3 + - DIO Card - DeviceNet Gateway Card Devices Affected - DeviceNet Gateway Card Describe Error Pattern See video in link attached https://saphi-my.sharepoint.com/:v:/g/personal/cameron_saphi_engineering/EfcNTFmYZcFIgJbN2G0Pll4BtDvTN6PqNmvt-oMziBFTpQ?e=xweLmK . It's Spor...
by camow7
05 Sep 2022, 08:19
Forum: Hardware
Topic: Devicenet Card goes into error state randomly
Replies: 5
Views: 2527

Devicenet Card goes into error state randomly

I have a device net card hooked into a revpi core. Works perfectly most of the time and then after the odd power cycle it flashes red and green really fast. The only way to get it out of that state is to move the device net to the opposite side of the revpi and reconfigure pictory. https://saphi-my....
by camow7
11 Dec 2019, 05:20
Forum: Software
Topic: LabVIEW Libraries for RevPi
Replies: 5
Views: 4450

Re: LabVIEW Libraries for RevPi

I was able to successfully compile the piTest libraries into a Shard library that is accessible through LabVIEW. I can read and write variables from LabVIEW as well as query their index by name. Have had some issues with the functions that require complex struct pointers but I don't need those yet s...
by camow7
04 Dec 2019, 11:43
Forum: Software
Topic: LabVIEW Libraries for RevPi
Replies: 5
Views: 4450

Re: LabVIEW Libraries for RevPi

I get you. It’s a “teach a man to fish...” response. I’ll see how I go.
by camow7
03 Dec 2019, 20:38
Forum: Software
Topic: LabVIEW Libraries for RevPi
Replies: 5
Views: 4450

Re: LabVIEW Libraries for RevPi

Hey dirk, Yes I have followed that and built a .so but it doesn’t work With LabVIEW as the Raspberry is arm7va-neon architecture . The LabVIEW LINX runtime is running in a chroot Which is based on the arm7va-vfp. Therefore I need some one with experience cross compiling to help build the .so for tha...
by camow7
03 Dec 2019, 11:26
Forum: Software
Topic: LabVIEW Libraries for RevPi
Replies: 5
Views: 4450

LabVIEW Libraries for RevPi

National Instruments recently announced that they will be officially supporting the programming of Raspberry Pi via LabVIEW for commercial use going forward. I have beta access and can confirm that you can program the RevPi using LabVIEW and the LINX libraries that are now built in. The next step is...
by camow7
22 Jul 2019, 00:48
Forum: Software
Topic: Flashing/Imaging multiple Rev Pi's?
Replies: 2
Views: 2652

Flashing/Imaging multiple Rev Pi's?

What is the process for imaging multiple Rev Pi's. I have a system that is setup perfectly with all my dependcies and network configurations. I would like to now back up the system and duplicate it on multiple units for deploying more of these systems. My question is, if I image the Rev Pi won't it ...
by camow7
17 Jul 2019, 14:01
Forum: Software
Topic: Expanding RevPi core 3 Memory for ROS
Replies: 1
Views: 2339

Re: Expanding RevPi core 3 Memory for ROS

I solved ths problem by following the solution here: https://raspberrypi.stackexchange.com/questions/40358/expanding-size-of-the-root-using-external-hdd https://saphi-my.sharepoint.com/:i:/g/personal/cameron_owen_saphi_com_au/EfzNoj7W8GtHuQf94kFlqRcBDb8d7d_RkWuSGOPnpR9deg?e=K4WQwC I then used this t...
by camow7
17 Jul 2019, 05:18
Forum: Software
Topic: Expanding RevPi core 3 Memory for ROS
Replies: 1
Views: 2339

Expanding RevPi core 3 Memory for ROS

I would like to expand the the root partition of the RevPi core to include the space on a connected USB stick. Is this possible? If so how would you do it? What I would like to achieve is, when I install packages with sudo apt-get insatll <package> that it's saved to the USB memory and loaded from i...