Search found 18 matches

by PAAbbott
Tue Apr 12, 2022 9:44 am
Forum: General
Topic: Array manipulation as Parameter
Replies: 1
Views: 1814

Array manipulation as Parameter

Good Day

I have a user macro that has bytes D0 to D7 that needs to be input as data.

In an effort to simplify code and reduce the data handling complexity of the data ( u know passing one byte at a time to the macro D0 = D0)
I have setup an array ARRAY[8] as a parameter

However when I call the ...
by PAAbbott
Tue Apr 12, 2022 9:17 am
Forum: General
Topic: Raspberry PI UART
Replies: 3
Views: 3320

Re: Raspberry PI UART

Good day LeighM

Thank you very much its working now

Summery for some one that mite be reading this in the future

Step 1 make sure you have the latest operating system on the pi this makes the rest much easier
step 2 enter the GUI and disable the serial console or config file
step 3 enable the ...
by PAAbbott
Fri Mar 11, 2022 12:44 pm
Forum: General
Topic: Raspberry PI UART
Replies: 3
Views: 3320

Raspberry PI UART

I have a raspberry pi and I have setup the UART component
during simulation it works
but when it run on the 2b pi no data comes out of the uart
any thing i may be missing

I do have the initialization macro in place
and have a blink blink to tel if it is running or not
i am using hard were ...
by PAAbbott
Thu Jul 15, 2021 3:50 pm
Forum: General
Topic: LCD Advanced
Replies: 6
Views: 6458

Re: LCD Advanced

Good day Steve-Matrix & medelec35

Thank you for your response it is highly appreciated

I would like to know does this mean that all the variables involved with the calculation preceding this display has to be floats as well or only the answer of the calculation the calculation code is as follows ...
by PAAbbott
Thu Jul 15, 2021 2:31 pm
Forum: General
Topic: Live data input how to
Replies: 6
Views: 6501

Re: Live data input how to

Good day BenR

Thank you for your response it is highly appreciated

So I have read and analyzed what you have directed me to in terms of the wiki
and your response and think I have the required items and parts/components list down

In terms of hardware:

1. Arduino Uno (I have one on hand)
2 ...
by PAAbbott
Wed Jul 14, 2021 1:42 pm
Forum: General
Topic: LCD Advanced
Replies: 6
Views: 6458

LCD Advanced

Good day Flow code members

For the project that I am working on I need to display a . decimal value on a i2c 4x20 LCD variable.

from my sensor it gives me distance measurement with a resolution of 0.2 meters so the variable changes as the distance decreases/increase so
the value of the variable ...
by PAAbbott
Wed Jul 14, 2021 10:38 am
Forum: General
Topic: Live data input how to
Replies: 6
Views: 6501

Live data input how to

Good day

I am developing for a client and working with Can Bus and would appreciate some guidance

I have a sensor communicating via Can Bus I would like to know the following

1. Is it relay possible to pipe the live data into Flow Code and have my code work with that live data as it comes in Ie ...
by PAAbbott
Mon May 24, 2021 1:52 pm
Forum: Bug Reports
Topic: External CAN BUS component suspect
Replies: 9
Views: 11017

Re: External CAN BUS component suspect

Good day p.erasmus

Thank you for your time and effort in responding

Your observation is correct, however it is because the component property's only gives you a selection between 8Mhz and 20Mhz
and no options for any alternatives or costume ones, which was surprising to me because during my ...
by PAAbbott
Mon May 24, 2021 10:25 am
Forum: Bug Reports
Topic: External CAN BUS component suspect
Replies: 9
Views: 11017

Re: External CAN BUS component suspect

Good day LeighM

Thank you for your response the time and afford is highly appreciated

Some bizzy days of Meetings, Paper work and details checks later on the project i have some feed back

I would like to start with

1. I noticed that you stated the CheckRx() returns non-zero when a new message ...
by PAAbbott
Fri May 14, 2021 3:51 pm
Forum: Bug Reports
Topic: External CAN BUS component suspect
Replies: 9
Views: 11017

Re: External CAN BUS component suspect

Good day Leigh

I have added two LEDs to the Can Bus Shield on the relevant pins and confirmed all the SPI connections and using the show LEDs function

I can definitely alter the state of the LEDs reliably and predictably repeatedly is no problem at all

Your assistance and input is highly ...