FTV SE - several questions and search is failing me

Join Date
Dec 2016
Location
Battle Ground, WA
Posts
19
I'm not the most experienced with FTV SE. I've mostly worked with modifying someone else's stuff, developing simple screens to add-on, stuff like that - but I understand most of it pretty well.

I'm working currently on developing an application that is intended to be deployed on a mobile platform (Windows Tablets), but currently just working on a demo version. I've gotten most of it done, but in the initial review, I had some requests that I'm starting to struggle with.

  1. If the client device has a battery, is there a way to grab that data and turn it into a tag for doing some sort of battery level indication?
  2. Is there anything available on the market for doing radial progress bars? Even if I have to pay for it. I'm not afraid of making the animation myself, but I wouldn't be able to make it very "clean" with the time available to me. They wouldn't necessarily be 0-100%, they could be temp, flow, etc.
  3. Is there a way that I can simulate an IP camera from say a publicly-available internet webcam? I can't seem to find the right combination of object/properties/connections to make this happen, and I don't have any hardware to generate THE activeX object I would really need in a real application
  4. What the heck am I doing wrong with an alarm command? I have the command
    Code:
    Appstart "googlechrome.exe file path" "file.htm file path"
    and Chrome will only open in the background UNLESS it has been minimized before this. I wanted Chrome to pop up on top (help file for troubleshooting causes of alarms) so I tried adding
    Code:
    AppActivate "File Title - Google Chrome"
    and haven't had any success (tried without file title too).

I appreciate any help that anyone can provide. Supposed to have all of this ready to go by Friday to present to sales folks.
 
For #4

Edit the registry to fix apps always starting in the background

Press the Windows key + R
Type "regedit" without the quotes and click OK

Navigate to the following registry setting

HKEY_Current_User\Control Panel\Desktop
Double click on FOREGROUNDLOCKTIMEOUT setting
Change the value to 0

Appstart "full path to executable" "Full path to the file"

OG
 
Last edited:

Similar Topics

Hello everyone, I am currently working on a project that uses a Rockwell L33ER controller and the FTV Studio V13 as Supervisory computer...
Replies
0
Views
134
Hello everyone, I am working in a platform and we installed FTV CLIENT SE V 12 IN ALL THE CLIENTS COMPUTERS, we have 6 clients and only 1 is not...
Replies
0
Views
103
Hi all, I'm having difficulties trying to connect FactoryTalk View SE Local Station (V13.00) to MS SQL Server Express. I state that they are...
Replies
2
Views
138
Hi to all, Does TIA portal support creating reusable pop-up display as FTV has it implemented? Something like on link below. Thanks in advance.
Replies
5
Views
534
Hi all, I have a question about the communication from the FTV and the PLC for different machine I use. Most of these use a SLC5/04 PLC and...
Replies
0
Views
301
Back
Top Bottom