Search found 8 matches

by Lhademmor
16 May 2019 11:48
Forum: Development Boards Wishlist
Topic: Converting Rs232 Signal to Analog Signal using 4-20mA Sensor
Replies: 2
Views: 2754

Re: Converting Rs232 Signal to Analog Signal using 4-20mA Se

Do You wish to use 4-20mA as communication protocol ? or do You wish to have a DAC with analog 4-20mA output ?
every 4-20mA parts I have seen are rather slow, so communication would be like snailmail speed. If You wish to control some devices, then there is allready a click board for that.
by Lhademmor
16 May 2019 11:38
Forum: Development Boards Wishlist
Topic: Next gen of PICPLC
Replies: 2
Views: 2180

Next gen of PICPLC

If You ever consider to do a revision of the PICPLC16 board, could You please consider to add 4 - 20mA I/O and a PT100 input. Audio I/O is not needed on a PLC, funny to have but not needed.
I like the idea about this board, but i really miss the 4-20mA I/O.
by Lhademmor
04 Apr 2019 14:19
Forum: mikroC PRO for PIC General
Topic: LCD teases me extremely :).
Replies: 2
Views: 966

Re: LCD teases me extremely :).

Case solved !!!
In one of my IF lines i use = instead of == and blinded myself not to see that :D.
by Lhademmor
04 Apr 2019 08:59
Forum: mikroC PRO for PIC Wish List
Topic: Editor wish. Page break.
Replies: 1
Views: 1596

Editor wish. Page break.

Hallo. This wish is more for the editors than the actual compiler. But would it be possible in the editor window to create a page break for printing and/or when documenting ? It happens some times that I have more than 10 pages and if one have to keep track with out page numbers :D. Yeah I think You...
by Lhademmor
04 Apr 2019 08:16
Forum: mikroC PRO for PIC General
Topic: how to run servo motor using pic16f676
Replies: 1
Views: 1015

Re: how to run servo motor using pic16f676

To start with, it might help to know how it is hooked up ?
But for codes on motors try look at AN893 at microchips website.
Sincerely
Klavs.
by Lhademmor
04 Apr 2019 08:05
Forum: mikroC PRO for PIC General
Topic: LCD teases me extremely :).
Replies: 2
Views: 966

Re: LCD teases me extremely :).

The read out part of the code looks like this : void Display_Pressure(void) { char Lcd_Pres_Chr[4]; TMR0ON_bit = 0; Lcd_Pres_Chr[0] = (char)((Pressure / 1000) % 10) + 0x30; Lcd_Pres_Chr[1] = (char)((Pressure / 100) % 10) + 0x30; Lcd_Pres_Chr[2] = (char)((Pressure / 10) % 10) + 0x30; Lcd_Pres_Chr[3] ...
by Lhademmor
04 Apr 2019 07:22
Forum: mikroC PRO for PIC General
Topic: Why my label identifier have red lower wave line alert?
Replies: 2
Views: 1104

Re: Why my label identifier have red lower wave line alert?

Normaly I see these red lines when compiler has not recognized the variable or label yet. If You run a Build (Not Build all) then it should disappear.
by Lhademmor
03 Apr 2019 13:48
Forum: mikroC PRO for PIC General
Topic: LCD teases me extremely :).
Replies: 2
Views: 966

LCD teases me extremely :).

Hallo Everyone. Board : EasyPIC 7 Software : mikroC PRO for PIC Chip : PIC18F4525 I hope a friendly sole out there has a Little guide to bring me back on track :D. The code is a bit big so I have compressed it. Most of it Works as it should. But my LCD teases me. I have an analog input that I try to...

Go to advanced search