Search found 14 matches

by onedumbtrucker
Tue Sep 02, 2014 12:35 pm
Forum: Application Development
Topic: Modbus Serial Problem
Replies: 2
Views: 5258

Re: Modbus Serial Problem

- Have you checked the "Direction" in the "Data Exchange" settings of your tags?
You have to make this column visible by checking the "Data Exchange" box at the top of the tags page.
- Have you set up each slave as a separate controller in the Controllers section?
by onedumbtrucker
Wed Jul 23, 2014 10:45 am
Forum: Application Development
Topic: Open ftp Hard Disk file
Replies: 1
Views: 4744

Re: Open ftp Hard Disk file

If you have FTP enabled in the project then you should be able to use Windows Explorer or a Web Browser like this ftp://username=xxxxxxxxx@192.168.0.X or if you have it set for anonymous login then just ftp://192.168.0.X I used 192.168.0.X as an example but you have to know the actual IP of your dev...
by onedumbtrucker
Wed Jun 11, 2014 2:20 pm
Forum: Ethernet and Serial Communications
Topic: Changing Baud or Node Address from runtime
Replies: 3
Views: 15636

Changing Baud or Node Address from runtime

I am currently adding SCADA functionality to one of our products through the Beijer T4A comm 4 (RS485) using ModbusRTU and would like to know how to directly access the internal Controller settings tags for baudrate and Slave Station Number. I know that I can create a button to bring up the Change A...
by onedumbtrucker
Wed Dec 04, 2013 2:00 pm
Forum: Application Development
Topic: Start Data Logger automatically on bootup
Replies: 2
Views: 7555

Start Data Logger automatically on bootup

Hi, I am trying to figure out how to start my data log on startup of the application. Is there any way to access the Event Handler for the main program load? Or is there some internal system tag like a First Scan tag? I have tried putting the log start in the opened event handler for my start up scr...