B4A Library library "Wagoïd"

My library "Wagoïd" to communicate with a WAGO 750-841 plc

function

IP (hostname or adress ip)

Connected
Disconnected

Read_input_digital (adr,count)

Read_output_digital(adr,count)
Write_output_digital(adr,bit)

Read_input_analog (adr)
Write_output_analog (adr,value)

Read_memory(adr)
Write_memory(adr,value)

:)
 

ith

New Member
Licensed User
Longtime User
question to hostname ip

hello alan

congratulations for your work

it`s realy great

it`s possible to connect a wago controller in the intranet, but never above the www

for example i would connect me from the work, it doesn`t work
my controller is reachable across a dyndns account and portforwording, so i enterd the adress in the "my wago.ip"
the basic4android compiler shows me an error, because it cannot dissoliving the host

have you an idea for this problem

thanks!
 

oymyakon

Member
Licensed User
Longtime User
Wago

Hi, Where can i get your wago library? Is it modbus based as i am loking to use modbus on a product i am developing.

Cheers Paul.
 

artexx

New Member
use with S7 PLC

very nice lib.
Is it possible to use it with S7 PLC changing the modbus address from 0 to 1 or there are further changes required?
Thanks
Artexx
 

PC999

New Member
Licensed User
Longtime User
Hi Alan, Where can i get your wago library ? The link you posted does not work
PC
 

Ferraz71

Member
Licensed User
Longtime User
Hi Allan, very nice job.
I have an open port RS485 in my hardware that I can configure with the "SetPort (" / dev/ttymxc0 ", 9600.0)" command. Can I use the library wagoid to communicate through this port?

My hardware (imx53 tablet with android 2.3.4) will be the master of the Modbus network and will read various sensors.
 
Last edited:

Quaki

Member
Licensed User
Longtime User
Hi where can I find the example for this lib (link from Alan works but when I try to download it I recive malvare ) :(
Best regards
 
Top