Search found 349 matches

by EtsDriver
Fri Aug 24, 2018 2:52 pm
Forum: Flowcode V6
Topic: Is there any way to represent the point in 7 segments with Max7219?
Replies: 3
Views: 3258

Re: Is there any way to represent the point in 7 segments with Max7219?

https://www.sparkfun.com/datasheets/Components/General/COM-09622-MAX7219-MAX7221.pdf Page 8 tells you register that controls dotpoint. Page 7 has register address mapping. :) When trying to interface with this, i recommend using display test register to test that you can get all segments and dotpoin...
by EtsDriver
Wed Aug 22, 2018 6:31 pm
Forum: Flowcode V8
Topic: MODBUS Slave
Replies: 12
Views: 10059

Re: MODBUS Slave

by EtsDriver
Sun Jul 08, 2018 7:41 pm
Forum: E-blocks
Topic: CAN Eblock
Replies: 6
Views: 8983

Re: CAN Eblock

Hi Matt! For your second and third question about the purpose of push buttons/leds, take a look at the datasheet; http://ww1.microchip.com/downloads/en/DeviceDoc/21801d.pdf mcp2515.PNG So it means in general that theyre configurable. But mostly i think the flowcode component just uses them as extra ...
by EtsDriver
Fri Jun 15, 2018 8:05 am
Forum: Bug Reports
Topic: RPI modbus TCP
Replies: 36
Views: 16197

RPI modbus TCP

Hi! After couple of tries, i think theres something wrong with the RPI tcp/ip component or modbus tcp component. Whenever i try to establish connection between modbus master and rpi, the rpi seems to not pick up... Not near my pc at the moment, so cannot attach example program.. Just take modbus tcp...
by EtsDriver
Mon Jun 11, 2018 1:09 pm
Forum: E-blocks
Topic: Could not ID the onboard chip HP6339
Replies: 1
Views: 6238

Re: Could not ID the onboard chip HP6339

Do you have time to check out the reset pin voltage with scope when doing programming cycle? If I remember correctly, this pin may have high voltages (9-13v) present when doing high voltage programming..
by EtsDriver
Sun Jun 10, 2018 7:17 pm
Forum: E-blocks
Topic: Could not ID the onboard chip HP6339
Replies: 1
Views: 6238

Could not ID the onboard chip

That sounds a bit like a hardware problem to me, if chips are dying after couple reprogramming's... How old is the HP programmer board? Have you tried different power supply for the HP6339? (Recommend this first, as ive seen some PSU's fail) EDIT: check this too https://www.matrixtsl.com/mmforums/vi...
by EtsDriver
Sat Jun 02, 2018 9:15 am
Forum: Flowcode V8
Topic: Paid for Arduino boards but none are found in FC8
Replies: 4
Views: 4190

Re: Paid for Arduino boards but none are found in FC8

Have you looked at the correct chip pack (ARD) for Arduino?
ARD.PNG
(103.21 KiB) Downloaded 1493 times
ARD2.PNG
(37.97 KiB) Downloaded 1493 times
by EtsDriver
Thu May 31, 2018 5:47 pm
Forum: Flowcode V8
Topic: so many problems .
Replies: 17
Views: 9573

Re: so many problems .

Can you go to the cmd and run following commands on there, to check that folder ownerships are ok? Should be something like NT-System on all of them, but it might change in different os versions. cd C:\outputfolder\ cd to folder you want to save the file first, im using outputfolder here. Then outpu...
by EtsDriver
Thu May 31, 2018 5:24 pm
Forum: Flowcode V8
Topic: so many problems .
Replies: 17
Views: 9573

Re: so many problems .

Do you happen to have antivirus like BitDefender, F-Secure or ZoneAlarm? Can you try disabling it for a short time to test out ?
by EtsDriver
Sun May 27, 2018 5:33 pm
Forum: Flowcode V8
Topic: Get key!
Replies: 10
Views: 4977

Re: Get key!

Theres typo on the screen, it is the Checkout button that you need to press.
typo.PNG
(217.55 KiB) Downloaded 1919 times
by EtsDriver
Fri May 25, 2018 7:28 pm
Forum: Feature requests
Topic: Modbus TCP
Replies: 4
Views: 6958

Re: Modbus TCP

Modbus TCP is now included in Flowcode 8, I've not managed to do a massive amount of testing but certainly the simulation is looking good. Hopefully I can test more embedded TCP/IP and WIFI modules soon to ensure these all work as they should. Nice to hear, i gotta give it try when i have time. Mig...
by EtsDriver
Thu May 24, 2018 1:01 pm
Forum: Bug Reports
Topic: Can't see all chip pins
Replies: 5
Views: 4443

Re: Can't see all chip pins

Are you using display scaling on the 1366x768?

https://youtu.be/NF210WeR9C8
by EtsDriver
Sun May 20, 2018 1:52 pm
Forum: Flowcode V7
Topic: Global emergency stop via interrupt
Replies: 27
Views: 13989

Re: Global emergency stop via interrupt

Here are some things about it too: http://machinerysafety101.com/2009/03/06/emergency-stop-whats-so-confusing-about-that/ And if you ever wondered, by EU directive reset button is now required before machine can start again operating after emg stop was released. And i think US have their own require...
by EtsDriver
Sat May 12, 2018 6:48 pm
Forum: General Programming
Topic: In Chip Serial Programming (ICSP) Advice
Replies: 2
Views: 3087

Re: In Chip Serial Programming (ICSP) Advice

why is it fitted ? what is it doing ? is there any special characteristics required if i need to add one ? would a BAT85 be ok or is the volt drop too high? I think it is fitted there to prevent high voltage programming mode supplied reset signal (10-12.7V?) entering the +5v rail... Ive just used 1...
by EtsDriver
Sun Apr 29, 2018 8:53 am
Forum: Flowcode V5
Topic: Need help with turning this idea into a flow code
Replies: 5
Views: 4836

Re: Need help with turning this idea into a flow code

What have you allready tried? Could you post your flowchart?
by EtsDriver
Thu Apr 26, 2018 2:56 pm
Forum: General Programming
Topic: ASM2FLOW
Replies: 7
Views: 5538

Re: ASM2FLOW

In short, your program has pretty fine commenting inside, and you should be able pretty easily to start decoding what your program does. Just write it in pseudocode, draw it on paper, sand, snow, whatever you feel the best. Draw images and charts from program, what is this part trying to archieve? T...
by EtsDriver
Sat Apr 21, 2018 8:15 pm
Forum: Feature requests
Topic: BLE components
Replies: 0
Views: 6345

BLE components

Hi!
Today i had a project in my mind that would need nrf8001 or similar BLE radio... Would it be possible to create ready-to-run macros around these components maybe in future considering the IoT fuzz around?

https://www.adafruit.com/product/1697
http://redbearlab.com/bleshield/
by EtsDriver
Mon Apr 16, 2018 8:15 am
Forum: Flowcode V7
Topic: Activation Error Code: V0W000007e5Nv
Replies: 7
Views: 7100

Re: Activation Error Code: V0W000007e5Nv

Hi! It might be because of your low post count, it should clear after couple posts. What version of Flowcode are you running? 7.xx?
by EtsDriver
Mon Apr 16, 2018 5:50 am
Forum: Flowcode V7
Topic: Activation Error Code: V0W000007e5Nv
Replies: 7
Views: 7100

Re: Activation Error Code: V0W000007e5Nv

Hi and welcome to forums! Can you drop a pm to Leigh or Ben?
by EtsDriver
Sat Apr 07, 2018 1:03 pm
Forum: Flowcode V6
Topic: CREATE 30 PIC MICROCONTROLLER PROJECTS WITH FLOWCODE 6 BOOK
Replies: 4
Views: 9313

Re: CREATE 30 PIC MICROCONTROLLER PROJECTS WITH FLOWCODE 6 BOOK

This book is still great even though youre using it with Flowcode V7! ;)

Still on sale for 19,00$ on April 2018 !
by EtsDriver
Mon Mar 26, 2018 3:28 pm
Forum: Flowcode V7
Topic: reaplacing Lcd _eb005 to gLCD EBM001
Replies: 4
Views: 3768

Re: reaplacing Lcd _eb005 to gLCD EBM001

The glcd and character displays are very different beasts and you need to work on your code a bit. Happily, flowcode 7 has easy macros to help you out and saves some icons in the way if youre using gLCD. But you just need to start moving in your code through, and coding the glcd manually to same way...
by EtsDriver
Mon Mar 12, 2018 2:32 pm
Forum: General Programming
Topic: CANbus
Replies: 1
Views: 3791

Re: CANbus

I personally have used this STN1110 chip to communicate, as im not the fan of re-inventing wheel... :D But you should be able to do same things over e-blocks CAN, but might need to invest into the SAE documents about the bus.. Here are some quick links i've saved and which seem still operational: ht...
by EtsDriver
Mon Mar 12, 2018 8:08 am
Forum: Flowcode V6
Topic: AT+CUSD command question
Replies: 6
Views: 8353

Re: AT+CUSD command question

Hi and welcome to forums. The AT+CUSD will work only if SIM supports it. Firstly, if you put your SIM card into phone and there is new option in menu that has SIM card logo or similar, this is the menu you want to get to using the AT+CUSD commands. If the menu is not availabe, AT+CUSD is most likely...
by EtsDriver
Sat Mar 10, 2018 12:57 pm
Forum: Flowcode V7
Topic: Bitmap Ili9341!
Replies: 6
Views: 4699

Re: Bitmap Ili9341!

I personally use paint.net to do that! :) GIMP or similar might be good too.
by EtsDriver
Sun Feb 25, 2018 9:55 am
Forum: Flowcode V7
Topic: Modbus problems
Replies: 2
Views: 3112

Re: Modbus problems

Using looped back serial port and slave simulator, i got traffic correctly, but simulations hangs on this after slave sends reply... But data looks correct. I dont have any hardware at the hand for this moment to test this on. :cry: mbtest.PNG Request: 01 01 0000 0004 3DC9 01 - Slave 01 - Function 0...