Are there plans to update the compiler to eliminate these error messages? This will help everyone tremendously.
Thank you,
Gary
Search found 22 matches
- Fri Oct 15, 2021 12:36 am
- Forum: Flowcode V8
- Topic: Warnings when i use uart component
- Replies: 3
- Views: 2799
- Mon May 29, 2017 6:19 am
- Forum: Bug reports
- Topic: [WORKAROUND] 16F18877 port IO has something weird going on..
- Replies: 5
- Views: 6314
Re: 16F18877 port IO has something weird going on...
Your code has the program operating through the NO side of the decision tree every time. The variable 'read' is not declared, so the program flow is only through the NO side.
- Mon May 08, 2017 10:59 am
- Forum: 16-Bit PIC
- Topic: FC IDE coding error for INT1/REMAP in PIC24FJ64GB004 Family
- Replies: 1
- Views: 7809
FC IDE coding error for INT1/REMAP in PIC24FJ64GB004 Family
Error within the FC IDE coding for the INT1/REMAP with the PIC24FJ64GB004 family. The attach file illustrates the problem area. I believe the problem lies within the chip file information and not within the main FC IDE software Basically, the FC IDE is using bits 0-4 of the RPINR0 register when it s...
- Mon May 01, 2017 1:59 pm
- Forum: General Programming
- Topic: TIMER not working ???
- Replies: 3
- Views: 4355
Re: TIMER not working ???
Peter, The intent of the program is to demonstrate whether I am using the TImer feature correctly. Thus, the purpose of the While(1) loop within the program to continually see the increase of the counter variable. But the increase in value is not happening and thus the purpose of my original post. A...
- Mon May 01, 2017 5:52 am
- Forum: General Programming
- Topic: TIMER not working ???
- Replies: 3
- Views: 4355
TIMER not working ???
I am stepping into the use of Timers. I wrote a simple program to begin the first step into learning whether I can program it correctly. I am doing something wrong but do not know what it is. Can you help? Program is attached. I have two interrupts in the program. The first one is executed on an ext...
- Sun Apr 30, 2017 10:17 am
- Forum: Flowcode V7
- Topic: Options have been disabled due to restricted license
- Replies: 1
- Views: 2498
Options have been disabled due to restricted license
I receive the following error in the FC7 version but not the FC6 version; "Options have been disabled due to restricted license". This is given after the compiler is launched, and regardless of which compiler I select. Any idea why? I am attaching the code for the test program. Thank you.
- Fri Apr 28, 2017 5:49 pm
- Forum: Flowcode V7
- Topic: Mouse and Drop Down Menu
- Replies: 1
- Views: 2262
Mouse and Drop Down Menu
I am moving from FC6 to FC7. What I am about to write does not occur to me in FC6 but does in FC7. Need help to stop it from happening in FC7. As I click on any one of the top most component button (Inputs, Outputs, Sensors, etc.), the drop down menu opens as it should. When I move my mouse to move ...
- Tue Apr 25, 2017 11:54 pm
- Forum: General Programming
- Topic: Need help with 'Standard alphanumeric LCD based on I2C
- Replies: 9
- Views: 9116
Re: Need help with 'Standard alphanumeric LCD based on I2C
Benj, Yes, the address pins are grounded. The PIC is on my breadboard. To date, the program I have written with FC6 utilizes the USB and RS232 successfully. I have also successfully written FC6 code to write correctly to the LCD using the MCP23008 with the wiring for the Adafruit backpack. I wrote t...
- Tue Apr 25, 2017 4:23 am
- Forum: General Programming
- Topic: Need help with 'Standard alphanumeric LCD based on I2C
- Replies: 9
- Views: 9116
Re: Need help with 'Standard alphanumeric LCD based on I2C
Benj,
Attached is the program to test the LCD_I2C. I followed the circuitry schematic you provided earlier, which is the backpack by Adafruit.
Thank you for your help.
Gary
Attached is the program to test the LCD_I2C. I followed the circuitry schematic you provided earlier, which is the backpack by Adafruit.
Thank you for your help.
Gary
- Mon Apr 24, 2017 5:57 pm
- Forum: General Programming
- Topic: ASCII Byte Value from Single String Variable
- Replies: 2
- Views: 3427
Re: ASCII Byte Value from Single String Variable
Thank you, Benj !
- Mon Apr 24, 2017 1:16 pm
- Forum: General Programming
- Topic: ASCII Byte Value from Single String Variable
- Replies: 2
- Views: 3427
ASCII Byte Value from Single String Variable
Is there a command which places the ASCII value of a one length string variable to a byte variable?
For clarity:
StringVariable[1] = "A"
ByteVariable = SomeCommand(StringVariable)
For clarity:
StringVariable[1] = "A"
ByteVariable = SomeCommand(StringVariable)
- Sat Apr 22, 2017 6:34 am
- Forum: General Programming
- Topic: Need help with 'Standard alphanumeric LCD based on I2C
- Replies: 9
- Views: 9116
Re: Need help with 'Standard alphanumeric LCD based on I2C
Benj, I am still working to get the MCP23008 to the LCD working using the LCD_I2C component using the schematic you provided. Please help me to understand two things. First, is the proper programing order to execute the I2C_Master initialize command and then use the LCD_I2C start command. Second, an...
- Wed Apr 19, 2017 1:17 pm
- Forum: General Programming
- Topic: Need help with 'Standard alphanumeric LCD based on I2C
- Replies: 9
- Views: 9116
Re: Need help with 'Standard alphanumeric LCD based on I2C
Thank you, Benj. Much appreciated!
- Wed Apr 19, 2017 10:50 am
- Forum: General Programming
- Topic: Need help with 'Standard alphanumeric LCD based on I2C
- Replies: 9
- Views: 9116
Re: Need help with 'Standard alphanumeric LCD based on I2C
Thank you for the reply, Benj. While you state the code works for the Adurino backpack, the question really remains the same as originally stated. In order for me to utilize the Flowcode component for the LCD_I2C component, what pins from the MCP23008 goes to which pins on the LCD? The original ques...
- Wed Apr 19, 2017 9:45 am
- Forum: General Programming
- Topic: LCD_I2C Component Help
- Replies: 1
- Views: 2979
LCD_I2C Component Help
Let me try this again. With over 60 views from my prior post, know what seems to know the answer. Someone at Matrix must know this answer. Matrix, if you cannot help, please let me know. I want to use the LCD_I2C component from the Displays available through FC6 and FC7. For what I/O expander was th...
- Thu Apr 13, 2017 6:07 pm
- Forum: General Programming
- Topic: Need help with 'Standard alphanumeric LCD based on I2C
- Replies: 9
- Views: 9116
Need help with 'Standard alphanumeric LCD based on I2C
Need help understanding the pin connections between the I2C device and the LCD for this component; Standard alphanumeric LCD based on a standard I2C control bus. I have seen many times the use of the MCP23008 I/O expander for the I2C device. Two examples ares provided in the attached graphics. I wan...
- Wed Apr 12, 2017 3:36 pm
- Forum: Flowcode V6
- Topic: Problem Creating a New Macro & Variable
- Replies: 2
- Views: 3571
Re: Problem Creating a New Macro & Variable
Benj, After doing various things, including repairing, then removing and reinstalling the software, I finally understand why this is happening. While the error message states alphanumeric and underscore can be used in the name, it seems the name cannot begin with a number. I appreciate your desire t...
- Wed Apr 12, 2017 8:14 am
- Forum: Flowcode V6
- Topic: Problem Creating a New Macro & Variable
- Replies: 2
- Views: 3571
Problem Creating a New Macro & Variable
I have a licensed FC6 Professional version. Besides the Main macro, I was able to create 20 more but when creating the next one I keep getting an error message, "The macro name supplied is invalid. Macro names can be a maximum of 32 alpha numeric characters...". The error message is stated...
- Tue Apr 11, 2017 9:06 am
- Forum: General Programming
- Topic: I2C address error with I2C_LCD component
- Replies: 2
- Views: 3497
Re: I2C address error with I2C_LCD component
Absolutely right !!! I had forgotten about that. Thank you !!!
- Tue Apr 11, 2017 4:33 am
- Forum: General Programming
- Topic: I2C address error with I2C_LCD component
- Replies: 2
- Views: 3497
I2C address error with I2C_LCD component
I need your help to understand why it seems the I2C address being sent to the slave device is not as assigned to the component. I am using the I2C_LCD component and using an address of 68 ($44). When I look at the scope of the signal it appears the address being sent it twice the value. So, I decide...
- Sat Apr 16, 2016 7:26 am
- Forum: General Programming
- Topic: Requested Operation Requires Elevation
- Replies: 1
- Views: 3548
Requested Operation Requires Elevation
I am receiving the following message during the launch of the PDFUSB programmer. I went into the directories and files to ensure I have full access within the securities setting for them. I am also an administrator for the computer. I appreciate anyones help in how to make this work. C:\Program File...
- Sat Dec 12, 2015 10:29 am
- Forum: Flowcode V6
- Topic: Need help with 2D Dashboard Panel screen image error
- Replies: 2
- Views: 2630
Need help with 2D Dashboard Panel screen image error
I am just getting started using FlowCode. I need help on why the 2D Dashboard Panel is not displaying the ruler image and component images. I am attaching to this post a screen image of how it is displayed on my monitor. I believe the black boxes should be numbers and the highlighted rectangular out...