Search found 68 matches

by Walbeek
Thu Mar 14, 2019 12:05 pm
Forum: Flowcode V7
Topic: Programmer EB006 nof found
Replies: 0
Views: 3591

Programmer EB006 nof found

Hi there, I have several EB-006 programmers and want to use them with a 16F1936. Flowcode V7 doesn't find the programmer anymore. I have tested several programmers and both laptop and desktop. The problem apears the same everywhere while programming A messagebox apears "no device detected" and flowc...
by Walbeek
Sat Feb 24, 2018 4:03 pm
Forum: Flowcode V7
Topic: Modbus problems
Replies: 2
Views: 3066

Modbus problems

Hi there, I have a PIC 16F1936 that I want to use as a Modbus Master. A LCD is connected to the PIC, together with a MAX485 and some pushbuttons. I have tested all kinds of communication but I can't get the communication working. I have inserted a simple program with the instruction "read coil statu...
by Walbeek
Wed Aug 23, 2017 1:14 pm
Forum: Flowcode V7
Topic: PIC10F322 problem
Replies: 4
Views: 4177

Re: PIC10F322 problem

Hello Ben, I have put a copy of your file in the proper place and changed from standard PWM to the TOOLS/CAL/PWM function. However, the problem seems the same, still no hex file is generated. I have included the messagebox and the FC7 file. Can you please take a look whats hapening? Please let me kn...
by Walbeek
Tue Aug 22, 2017 1:54 pm
Forum: Flowcode V7
Topic: PIC10F322 problem
Replies: 4
Views: 4177

Re: PIC10F322 problem

Hello Ben, Thanks for your email, I have ordered a PicKit3 and a PicDem-Lab2 to program the device. I have created a simple blinking file and after some start-up problems I have programmed into the PIC10F322. The functionality that I need is PWM on two ports of the PIC, that's why I have selected th...
by Walbeek
Fri Aug 18, 2017 9:13 am
Forum: Flowcode V7
Topic: PIC10F322 problem
Replies: 4
Views: 4177

PIC10F322 problem

Hi there,

I have used a PIC10F322 in a project and want to program it with the EB006 programmer.
When uploading, an error shows, "Unknown chip in data file"
Does anybody know what the problem van be?
Please let me know.
by Walbeek
Tue May 09, 2017 3:27 pm
Forum: Flowcode V6
Topic: Modbus master settings
Replies: 2
Views: 4133

Re: Modbus master settings

Hi there, Can anybody help me with the Modbus function in Flowcode? I'm testing "ForceSingleCoil" by sending this to a Slave with address 1, coli 1 to 32 depending on inputs, and 1 as a value for the coil. I asume that this should switch the coil in the Slave, in this case a PLC to test with. The PL...
by Walbeek
Tue Apr 11, 2017 2:25 pm
Forum: Flowcode V6
Topic: Modbus master settings
Replies: 2
Views: 4133

Modbus master settings

Hi there, I'm testing the modbus master function in FC6. The modbus commands seems to use standard Modicon addressing for all registers. I have some PLC-controllers that I want to use the modbus master with. They all use different addresses than the standard listing. For example, I would like to use...
by Walbeek
Tue Feb 16, 2016 11:56 am
Forum: Flowcode V6
Topic: Zigbee address and data
Replies: 1
Views: 2117

Zigbee address and data

Hi there, I'm testing with several Zigbee Eblocks. I would like to give the modules a address (byte) and let them receive data (byte) The Zigbee command is "SendChar" to send a byte on the Zigbee network. How can I send more than one byte (from coordinator) and let the zigbee routers know that the f...
by Walbeek
Thu May 21, 2015 7:28 am
Forum: Flowcode V6
Topic: CAN bus connections
Replies: 3
Views: 3077

Re: CAN bus connections

Hi there, Thanks to both of you. I have done some tests with an extra wire on the INT input but I can't see anything changing. I still have some other problems with the PCB, the CAN controller doesn't seem to run. Wiring the SPI of the controller to a external CAN controller works well. Wiring the R...
by Walbeek
Wed May 20, 2015 8:43 am
Forum: Flowcode V6
Topic: CAN bus connections
Replies: 3
Views: 3077

CAN bus connections

Hi there, I'm using a PIC16F88 in a EB006 programmer with the EB018 CAN board. In the schematics, the INT pin of the CAN board is connected to RB0 of the 16F88. In the software I can't connect the INT pin (or can't find how to) Is the INT pin used in the software? How do I connect this pin in the so...
by Walbeek
Thu Apr 16, 2015 5:11 pm
Forum: Flowcode V6
Topic: Modbus basic functions
Replies: 2
Views: 2501

Re: Modbus basic functions

Hello Ben, Thanks for your response. So I have tu use it with settings 1 (SlaveID), 0 (RegAddress), 10 (RegCount). This will read data from register 0 to register 10? I can't use the "GetResponce" command to check the data. The "GetResponceByte" command can copy something in a Byte variable. So when...
by Walbeek
Thu Apr 16, 2015 4:13 pm
Forum: Flowcode V6
Topic: Modbus basic functions
Replies: 2
Views: 2501

Modbus basic functions

Hi there, I'm trying to use the Modbus Master component in Flowcode V6. With the "ReadHoldingRegister" I try to read the value of registers in the slave (PLC controller) I use it with settings 1 (SlaveID), 40001 (RegAddress), 10 (RegCount) I think the Master reads the data on registers with address ...
by Walbeek
Thu Apr 09, 2015 7:41 am
Forum: General Programming
Topic: Bytes to string
Replies: 5
Views: 6967

Re: Bytes to string

Hello Steve, Thanks for your reply. I have try to put the string together with: name = character[0] + character[1] + character[2] + ..... + character[15] This doesn't work, the calculation below does. name = naam_begin + name_end On my display I need a room-name and the temperature. The room-name ca...
by Walbeek
Wed Apr 08, 2015 3:45 pm
Forum: General Programming
Topic: Bytes to string
Replies: 5
Views: 6967

Bytes to string

Hi there, I have some (basic) questions about flowcode FC6. I collect several characters A to Z and they are stored in bytes as 0xHH. Is it possible to put these bytes together as a string? Is it also possible to do this the other way around? So, when a string is received, split to several bytes? Wh...
by Walbeek
Thu Mar 26, 2015 8:37 am
Forum: E-blocks
Topic: EB018 CAN board and PIC16F88
Replies: 2
Views: 4688

Re: EB018 CAN board and PIC16F88

Thanks QMESAR, seems to work well.
Tested on several pins now.
by Walbeek
Wed Mar 25, 2015 4:12 pm
Forum: E-blocks
Topic: EB018 CAN board and PIC16F88
Replies: 2
Views: 4688

EB018 CAN board and PIC16F88

Hi there, I want to connect the EB018 CAN board to a EB006 programmer with a PIC16F88 inserted. According the datasheet, the 3-pin jumper is set on position B. In FC6, CAN is connected as Channel 1, so SDI on pin RB1, SDO on pin RB2, SCK on pin RB4. The Chip-select pin is set to RC6 but this is not ...
by Walbeek
Wed Feb 18, 2015 8:55 am
Forum: E-blocks
Topic: EB072 problems
Replies: 2
Views: 4299

Re: EB072 problems

Hello Benj.

Thanks for your reply, I should have looked at the datasheet first.
That shows the EB072 is for programming only.
I have ordered some ZIF sockets for the other EB006 boards.

Rinie
by Walbeek
Tue Feb 17, 2015 3:57 pm
Forum: E-blocks
Topic: EB072 problems
Replies: 2
Views: 4299

EB072 problems

Hi there,

I try to use a EB072 ZIF add-on board on the EB-006-00-7 PIC programmer.
The program doesn't run with the add-on.
When I remove the EB072, the program runs well.
Is the EB072 only compatible with some other EB006 versions?
Please let me know.

Rinie
by Walbeek
Fri Jul 25, 2014 11:14 am
Forum: Flowcode V6
Topic: License problem after update
Replies: 8
Views: 5110

Re: License problem after update

Hello David,

After restarting it again, now I can add the components like RS232 to the chart.
The icons in the menu's to chose them are still "ghosted" like they are not available.
For the FC output, it seems to work now.

Thanks, Rinie
by Walbeek
Fri Jul 25, 2014 8:23 am
Forum: Flowcode V6
Topic: License problem after update
Replies: 8
Views: 5110

Re: License problem after update

Hi there, When updated, licence has changed to "home version" and communication components doesn't work anymore. I have tried to reactivate, a message apears that it's succesfully, and I restart FC6. The licence is changed to "professional" now, however the communication components still don't work....
by Walbeek
Mon Jul 21, 2014 11:50 am
Forum: Flowcode V6
Topic: License problem after update
Replies: 8
Views: 5110

Re: License problem after update

Thanks for your quick responce, Martin.
Problem is solved now.

Rinie
by Walbeek
Mon Jul 21, 2014 11:40 am
Forum: Flowcode V6
Topic: License problem after update
Replies: 8
Views: 5110

License problem after update

Hi there,

I have a Industrial version of Flowcode V6 for PIC.
After the recent update (6.0.9) the licese has changed to home.
This means that all communications doesn't work anymore.
Please let me know how to repair.

Rinie
by Walbeek
Fri Jan 24, 2014 11:07 am
Forum: Flowcode V5
Topic: Flowcode on Windows 8 PC
Replies: 2
Views: 3128

Flowcode on Windows 8 PC

Hi there,

I want to buy a new PC but most systems have windows 8 now.
Is Flowcode running under this version of windows?
Does anybody have experience on this?
Please let me know.

Rinie
by Walbeek
Thu Oct 24, 2013 11:03 am
Forum: General Programming
Topic: Resonator setting on 16F886
Replies: 6
Views: 5797

Re: Resonator setting on 16F886

Hi again,

I have added the resistor, however no result.
Earlier it seems to have started once, but just only once.
For now, there is no result anymore.
Just a simple flowchart that checks 2 inputs and set two outputs.
Doe anybody have any suggestions on what to check?
Please let me know.

Rinie
by Walbeek
Thu Oct 24, 2013 9:36 am
Forum: General Programming
Topic: Resonator setting on 16F886
Replies: 6
Views: 5797

Re: Resonator setting on 16F886

Hello Kenrix2, AN869 is about "External Memory Interfacing Techniques for the PIC18F8XXX", cant find anything about resonators and crystals. I will try a resistor (1Mohm), maybe that will do the job. My PCB is SMD so it will give some trouble soldering it on i think. If you have any other aplication...