Search found 4 matches

by MikeVerweij
Tue Feb 16, 2021 4:20 pm
Forum: Flowcode V8
Topic: Modbus TCP, not supported component?
Replies: 2
Views: 1606

Re: Modbus TCP, not supported component?

Hello Mike, We keep a list of the network comms compatibility here. https://www.matrixtsl.com/wiki/index.php?title=Component:_Network_Communications_(Comms:_Networking)#Embedded_Components The BL0187 uses a ENC28J60 module from Microchip which is very capable but does not have it's own on-board TCP...
by MikeVerweij
Tue Feb 16, 2021 9:01 am
Forum: Flowcode V8
Topic: Modbus TCP, not supported component?
Replies: 2
Views: 1606

Modbus TCP, not supported component?

Hello, For a current project i am using flowcode 8 to make a modbus TCP master and slave (client and server). But i've run into some problems.... The hardware i am using is a eblocks 2 multiprogrammer (BL0080). With the PIC16F18877. This one is the slave, with the thernet component from eblocks 2(BL...
by MikeVerweij
Mon Oct 26, 2020 4:20 pm
Forum: Flowcode V8
Topic: 485 analog input register
Replies: 4
Views: 2767

Re: 485 analog input register

hi, thanks for a reply. I tried it but it is not a CRC fail, the slave will answer a default replay as it seems from the scope. It doesn't matter what i set the answer will always be the same(see attachments), even if i remove everything and only initialise the slave. I wonder if you can take a look...
by MikeVerweij
Sun Oct 18, 2020 7:33 pm
Forum: Flowcode V8
Topic: 485 analog input register
Replies: 4
Views: 2767

485 analog input register

Hello, My name is Mike and for a current project i am working with rs485 RTU on Flowcode 8. I need to get an analog input working on the slave, i tried setanaloginput and read analog input, but i cant see the changes on my master. I know how to get the digital in and outputs working but it does not ...