Factorytalk 9 - Cellular Modem - High Data Usage

dpslusser

Member
Join Date
Jan 2016
Location
PA
Posts
48
Hey guys, I have an SE deployment at a plant where it is monitoring several remote sites that utilize cellular modems for internet connectivity.

The data usage is a big concern and I am trying to figure out if there is a way to get SE to slow down its tag update rate.

I only found a Max Tag update rate in the display settings, and that...did nothing to improve our data usage. Guessing it is for a time-out instead of polling rate.

Any help?
 
There are quite a few different places for data rates in FactoryTalk View SE.
Here are all the places that I can think of:

Display settings, for each display
HMI alarm setup
Events
Datalogs
Derived Tags


Also check to see if your displays are set to "Yes" for cache after displaying and always updating.
You should NOT have always updating set, if you want to keep data usage low.


After that, you may need to re-organize your tags. The lowest data usage will have all your display tags (for one display) in a single array. That goes for INT, DINT and BOOL.

Single BOOL is actually Tx as a DINT; No savings.
String tags in any form will use a lot a Tx data.
UDTs do not offer any Tx savings.



Put these tags onto a (OnTop) display, and open it during runtime. This will give you an idea if your cell connection is maxed out or not.
  • [Shortcut]@NumberOfCLXDataOptimizedPackets
  • [Shortcut]@NumberOfOptimizedPackets
  • [Shortcut]@PacketsPerSecond

Example. If you have 5 optimized packets and your display update rate is 1 second then you would expect to see a PacketPerSecond of 5.
If your actual packets per second is less than that, then the HMI is asking for data too quickly. Which means, you'll end up sending another request before the last one has finished and in time overload the comms network.



Well, that's a lot and a good place to start. Take a look at those update settings.
If that doesn't fix it post back your optimized packet and packets per second counts.

DisplaySettings.png
 
Is the Data Usage a concern because you are seeing an increase in the monthly billing rate? If this is the case it may not be because of the actual data being conversed across the cellular connection but and increase in "HACK" attempts!!

Look at the "detail bill" for each connection if you see alot of suspicious IP address as the source then that is your problem.

If this is the problem then the only "Fix" will be ask you ISP to change over to a Private Network, this way the cellular IP address will no longer be public.

Just something you may need to be aware of.
 

Similar Topics

Hello, We recently upgraded our control server to a newer model. After the transition we are experiencing issues with our trend graphs to where...
Replies
0
Views
1
Hello, I was looking to store some values from our FactoryTalk Application using Datalog to a MariaDB. I see there is quite a bit of documentation...
Replies
1
Views
51
Hi Folks, who know why after start FactoryTalk activation manager V4.03, click "Get New Activations", it displays Is not I appreciate with any...
Replies
0
Views
51
I have a little bit of experience with Allen-Bradley. I have a Micrologix 1500 (RSLogix 500) and a PanelView Plus 7 (FactoryTalk View Studio ME)...
Replies
3
Views
102
I need to use a TreeView in my FactoryTalk SE project and i found it under "ActiveX Object" > "Microsoft TreeView Control 6.0 (SP4)". Everything...
Replies
0
Views
31
Back
Top Bottom