Search found 665 matches

by Rudi
Mon Jun 13, 2016 8:59 am
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

btw: other ways where:
- "ready winsock" as ocx
- third helper programm like "c programm, that run in background and do open a pipe to your vba that you can communicate with this
- ..more..

best wishes
rudi ;-)
by Rudi
Mon Jun 13, 2016 8:44 am
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

Hi Rudi, just one small problem , would you know how to check if the ip exists before connecting to the server. my system hangs if the server is not connected. it hangs at the point after we open the socket. thanks hi roy, this is the point with the winsock and the time out in "VBA" my solution was...
by Rudi
Sun Jun 12, 2016 3:20 pm
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

( upload files are limited to three )

even a word ...
..if you have no Excel and you need the VBA Parts..
here you go on:

the VBA Parts only:
onlyVBA.zip
now let me know.

best wishes
rudi ;-)
by Rudi
Sun Jun 12, 2016 3:14 pm
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

update VBA things as promised: first here is a PIC18F2550 Flowchart: ENC28J60_PIC18F2550Test.fcfx what was done? SPI used HW Channel so we have small Pins on Pic ( with portexpander you can have more pins - but this is not the theme here ) SPI used: MOSI - PortC.7 // UART Rx .. so we need a SoftUart...
by Rudi
Sun Jun 12, 2016 8:42 am
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

update: here comes the vba - theme now i have the finger crossed this night so .. the theme vba is done too, but i must clear the code first time today - and then you can use the modules in Access like they are, you do not need import a excel table with makros or other, simple add the vba modules to...
by Rudi
Sat Jun 11, 2016 5:31 pm
Forum: Flowcode V6
Topic: ENC28J60 component advanced functional wish
Replies: 0
Views: 2843

ENC28J60 component advanced functional wish

[No Hurry] hi guys hi benj i have question/wishes to the excellent component: perhabs you can expand the limits in ports ( 255 ) we can not set ports > 255 - but its an unsigned integer ( 65535 ) in the properties if we set a port example 1000 and test with .. // Call Component Macro FCV_RETVAL = F...
by Rudi
Sat Jun 11, 2016 5:10 pm
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

part 2.. roy_3.png roy_4.png and here .. your flowchart like you wanted its a general flowchart, tested with - Arduino Mega 2560 R3 - PIC 18F2550 - PIC 24FJ256GB106 - ESP8266 - ESP32 do simple change the Target and look in the workbench_B_for_the_10Bytes Makro you can set then your Port pins to set/...
by Rudi
Sat Jun 11, 2016 5:00 pm
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

Sorry Rudi, I only see now my PM did not get to you last week. we can us excel, I am sure I can use it. hi roy sorry - i have small time for this just in time but i am on this to work. part 1 see the video - i upload just in time perhabs 1-2 hour later you can see it EDIT - its done - video is onli...
by Rudi
Fri Jun 10, 2016 11:05 am
Forum: Flowcode V6
Topic: AVR Enc28J60 compiler stop ::Component.Property .GetValue
Replies: 6
Views: 5375

Re: AVR Enc28J60 compiler stop ::Component.Property .GetValu

hi leigh why complicate things when it just goes. I embrace you - you saved the weekend and many test hour. best wishes rudi ;-) edit: these add var possibility I'll try again later. For this process is sufficient like you taught btw: you can created via the project explorer variable and the panel v...
by Rudi
Fri Jun 10, 2016 9:48 am
Forum: Flowcode V6
Topic: AVR Enc28J60 compiler stop ::Component.Property .GetValue
Replies: 6
Views: 5375

Re: AVR Enc28J60 compiler stop ::Component.Property .GetValu

[no hurry!] hi benj, txs! ok - i have try :) // compile to c ok, but compile to hex not: .Expansion = "MX_GLOBAL MX_UINT16 FCV_MYPORT = (" + ::Component .Property .GetValue (TCPIP_ENC28J60,"Port") .Expansion = .Expansion + ");\n" c code .. .. MX_GLOBAL MX_UINT16 FCV_MYPORT = (80); .. .. looks good a...
by Rudi
Thu Jun 09, 2016 5:10 pm
Forum: Flowcode V6
Topic: AVR Enc28J60 compiler stop ::Component.Property .GetValue
Replies: 6
Views: 5375

AVR Enc28J60 compiler stop ::Component.Property .GetValue

Arduino Mega 2560 R3 Enc28J60 basis hi guys have a try in the base and after i change the few arguments to the port var then compiled after try to use the properties port and not the static unsigned MyPort Var, it stop compile at this. i think there is not wrong with the api - not sure is this a bug...
by Rudi
Tue Jun 07, 2016 10:59 am
Forum: Feature requests
Topic: panel properties VARS as $(VARS)
Replies: 0
Views: 5744

panel properties VARS as $(VARS)

hi guys

if we can use panel properties VARS as $(VARS) would be fine.
thanks

best wishes
rudi ;-)

cross-reference
by Rudi
Tue Jun 07, 2016 10:53 am
Forum: Flowcode V6
Topic: can we use user vars as $(userVar1)
Replies: 2
Views: 2898

Re: can we use user vars as $(userVar1)

update
just try
solution1.png
ok, if i use the %VAR% in the parameter then i can use it like need,
now i must try to use this %VAR% in the properties / flowchart.
if there is a elegance way - please let me know.
in the meantime i will try to do this.

thanks
best wishes
rudi ;-)
by Rudi
Tue Jun 07, 2016 10:44 am
Forum: Flowcode V6
Topic: can we use user vars as $(userVar1)
Replies: 2
Views: 2898

Re: can we use user vars as $(userVar1)

(added a try here with pic ) test1.png hi guys had a try with user environment and system environment. because $(PATH) was reflect the set in compiler setting i try to get user sets on this way, but do not reflect. can we use environments or other vars like properties in the compiler settings`? than...
by Rudi
Tue Jun 07, 2016 4:34 am
Forum: Feature requests
Topic: wordwrap long code line in calculation like c code '\'
Replies: 0
Views: 5710

wordwrap long code line in calculation like c code '\'

( perhabs is possible and futured just in time with other character, but have not seen ) hi guys can we in future use the ' \ ' in a calculation line for wordwrap the calululation line for better code outline // edit oh my god what is that "calululation" :mrgreen: that would be great edit: i mean ca...
by Rudi
Tue Jun 07, 2016 3:52 am
Forum: Flowcode V6
Topic: can we use user vars as $(userVar1)
Replies: 2
Views: 2898

can we use user vars as $(userVar1)

hi guys
is_possible1.png
can we use user vars, example from panel properties in compiler settings?
not sure, need we here an Ev Makro too?
( UserRun is here in "UserRun" ( string ) - have forget to update the pic before saved )

best wishes
rudi ;-)
by Rudi
Tue Jun 07, 2016 2:22 am
Forum: Feature requests
Topic: global options save&load user settings to a file
Replies: 0
Views: 5628

global options save&load user settings to a file

hi guys globalOptions.png if we can as user save&load global options as a cfg file / registry entry ( only retsore defaults just in time ) we can set global option by a listbox for the choice. thank you best wishes rudi ;-) btw: have set selection colour - can't see the difference same with disabled...
by Rudi
Mon May 30, 2016 9:59 am
Forum: Feature requests
Topic: combobox/listfield on toolbar for "compiler" targets
Replies: 0
Views: 5961

combobox/listfield on toolbar for "compiler" targets

hi if we can do by select the saved user compiler options on toolbar would be fine, if we have two , each for compiler settings and each for programmer settings this would be amazing. think near the compile to hex button a combobox with items as list with saved compiler configs and the near the comp...
by Rudi
Sun May 29, 2016 5:56 pm
Forum: Flowcode V6
Topic: [q] can we switch off the note about doing c comments here?
Replies: 0
Views: 3018

[q] can we switch off the note about doing c comments here?

hi guys can we switch off the note/"hint for to do here c code" as by default? commentC Code.png if we insert many small c code icons then the note/hint is more "code" like the c code itself :) this is a small demo of a flowchart esp32_Chippack.PNG but in big projects this comment "bit annoying" and...
by Rudi
Fri May 27, 2016 6:32 am
Forum: Flowcode V6
Topic: [solved] PINGUINO Bootleader.... thanks MR RUDI
Replies: 44
Views: 41775

Re: PINGUINO Bootleader

hi Mr Rudi ? haw are you ? thanks i'am fine, hope you are fine too. it's solved in party : compile with flowcode and upload with Pinguino IDE that's after a quick reinstall on PInguino IDE . i was add : -rb 0xC00 . and unmark "configure the ship " that's all now . this sound is best music to the ea...
by Rudi
Thu May 26, 2016 4:21 pm
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

hi Roy, can you upload or send by PM a small demo of your ping flowchart? it must not be the project, but must work in ping from your later desktop pc. so i can append in this the communication between the vba and your flowchart. then you can transfer the thing in your project flowchart. little ques...
by Rudi
Thu May 26, 2016 8:24 am
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

hi
can not promise anything, but would see on weekends.
have you try to ping your18f4550 device with enc28j60?
which adapter you use?

best wishes
rudi ;-)
by Rudi
Wed May 25, 2016 11:38 pm
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 24308

Re: VBA and enc28j60 - 18f4550

I cannot figure it out, I am prepared to pay someone who is prepared to give me a working copy in msaccess, and a copy of the flowcode side to do the following. one button pressed , we connect to the pic via ip 192.1678.1.90, write 10 bytes from table (a byte array), write those bytes into a variab...
by Rudi
Wed May 25, 2016 11:16 pm
Forum: Flowcode V6
Topic: [solved] PINGUINO Bootleader.... thanks MR RUDI
Replies: 44
Views: 41775

Re: PINGUINO Bootleader

and because i know that you will do this. studdy this , you will it need i am sure you are going white developer now in future Code: This is at the top of the file and may be proceeded by an extended address line – :020000040000FA where 04 is the type for extended address. Standard Intel Hex files c...
by Rudi
Wed May 25, 2016 11:01 pm
Forum: Flowcode V6
Topic: [solved] PINGUINO Bootleader.... thanks MR RUDI
Replies: 44
Views: 41775

Re: PINGUINO Bootleader

here is my hex file : :040C000057EF06F0B4 :080C08007CEF06F0255200000C :100C100001E11200F90E00000000000000000000D9 :100C200000000000000000000000000000000000C4 :100C3000000000000000FF0FD8A4EDD70000000066 :100C400000000000000000000000000000000000A4 :100C50000000000000000000000000000000252E41 :100C6000...