Search found 384 matches

by p.erasmus
Thu Feb 02, 2023 1:11 pm
Forum: General
Topic: FC9 import to V10
Replies: 6
Views: 1162

Re: FC9 import to V10

Hi Steve, Thank you for the explenation , I agree with it would be better to move to the new v10 however the project is based on the support FC chart from Matrix as it is a MIAC slave (with Labview)project that means that from the MATRIX FC chart for MIAC the Components are placed on the 2D panel an...
by p.erasmus
Thu Feb 02, 2023 11:45 am
Forum: General
Topic: APP DEVELOPER WEB PROJECT
Replies: 1
Views: 521

Re: APP DEVELOPER WEB PROJECT

Hi
You posted the same question here
viewtopic.php?f=13&t=1698

Steve gave you and answer please stop to post every time the same question in a new thread ,use the original post for your questions and replies
by p.erasmus
Thu Feb 02, 2023 11:04 am
Forum: General
Topic: FC9 import to V10
Replies: 6
Views: 1162

FC9 import to V10

Hi Team, I appologise as I am not so sure how the new panel structure is working in v10 however I have a application which was originaly coded in v8 then later upgraded and maintained in v9 now I have to do some changes to the application and tried to import it into v10 (it is an MIAC application) i...
by p.erasmus
Wed Feb 01, 2023 6:28 am
Forum: General
Topic: need to buy PIC MIAC
Replies: 0
Views: 1069

Re: need to buy PIC MIAC

Hi ,

I have a new PIC MIAC which I can sell to you if you are interested you can PM me
by p.erasmus
Tue Jan 31, 2023 6:13 am
Forum: Bug Reports
Topic: All Switchs not work
Replies: 6
Views: 1104

Re: All switches do nothing

Hi Please keep one forum post for your switch problem ,posting several most only cause confusion and does not help you getting support faster and secondly how do you think we should know what is your problem if you do not write and small text to explain your problem.
by p.erasmus
Sun Jan 22, 2023 7:21 am
Forum: General
Topic: CONNECT ESP8266 WIFI MODULE TO PC
Replies: 30
Views: 4605

Re: CONNECT ESP8266 WIFI MODULE TO PC

Hi,

The TCP server and client examples should show you how to write and read data from the Wifi then it depends on what software you are using on the PC side to process this reeived data,I am not the right person to give advise on that however Ben and the other guys might have some good ideas for you
by p.erasmus
Sat Jan 21, 2023 1:57 pm
Forum: General
Topic: CONNECT ESP8266 WIFI MODULE TO PC
Replies: 30
Views: 4605

Re: CONNECT ESP8266 WIFI MODULE TO PC

Hi, Here are some examples I received from Ben sometime ago the ESP_EasyPic6 example I started with as it connects the 8266 to a router and display the connection status on an LCD using a PIC16F1938 mcu hope this stuff help you :D ESP_EasyPic6.fcfx ESP8266_WifiScan.fcfx ESP8266_TCPServer.fcfx ESP826...
by p.erasmus
Thu Jan 05, 2023 1:06 pm
Forum: General
Topic: CLC
Replies: 1
Views: 527

Re: CLC

Hi, You should be a bit more specific in your comments as CLC can have many different meanings! I asume you are taliking about the Configurable Logic Cell Module of the PIC16F1XX series of chips if so there is no FC compoent to do that you have to configure and write code yourself to handle the modu...
by p.erasmus
Sat Dec 31, 2022 6:58 am
Forum: Projects - Embedded
Topic: TMR0 rollover value property missing
Replies: 5
Views: 2374

Re: TMR0 rollover value property missing

Hi Enrique,

Note if you preload the Timer High and Timer low with a value from which it starts to count (not from zero) till roll lover you can get any time period you like .

Happy you got it going good luck
by p.erasmus
Fri Dec 30, 2022 7:37 am
Forum: Projects - Embedded
Topic: TMR0 rollover value property missing
Replies: 5
Views: 2374

Re: TMR0 rollover value property missing

Hi If you need any other intterrupt time as given by the properties of the Interrupt Component you need to use the custom option and add C code to configure the Timer and set the Rollover yourself . If you select the Question mark in the property window the wiki will give you a full explenation of h...