AdvancedHMI and FactoryTalk View SE on same computer

A_G

Lifetime Supporting Member
Join Date
Jul 2014
Location
MA
Posts
370
I would like to temporarily install AdvancedHMI on the same computer as FactoryTalk View SE. I am waiting for another contractor to finish the FTV SE HMI project but don't know when it will be ready. In the meantime I was thinking of using AdvancedHMI temporarily to let the customer see the runtime values of certain data points in the PLC. Does anyone see any issues with this? I do not want the AdvancedHMI installation to somehow interfere with/break the FTV SE installation. I have never used AdvancedHMI before so I don't have experince with this. Thanks in advance for any advice!
 
I see no reason why there would be a conflict between SE and Visual Studio. To be super safe, just develop your AHMI application on a different computer, then copy the debug folder with all of the compiled executables in it to the SE computer. That way, you don't have to install anything, just run the compiled project.
 
The programs should not interfere with each other, but what is the comm's method?


If it's serial using a COM port on the computer then only one program can use, and thus lock-up, the COM port which would then give the other program a communication fault


If it's Ethernet then multiple programs can be used at the same time


Not sure about the old KTX and DH+ cards ability for multi use
 
The programs should not interfere with each other, but what is the comm's method?

If it's serial using a COM port on the computer then only one program can use, and thus lock-up, the COM port which would then give the other program a communication fault

Great point.
 

Similar Topics

Hi all, just wanna ask if anyone has used an M221 controller and successfully connected to AdvancedHMI
Replies
1
Views
1,316
MessageDisplayByValue question is there a way to embed a tag value in the messages of the MessageDisplayByValue function ??? Similar to what is...
Replies
10
Views
2,825
Hi All I have been switching between 2017 and 2019, all depending on which one i found more stable, at the moment I use 2019 I was just...
Replies
1
Views
1,479
I tried to use AdvancedHMI as a Modubius Client and it does poll the data from a Modbus server. But I am unable to use AdvancedHMI as a server...
Replies
10
Views
3,054
I am trying to open a MySql database within AdvancedHMI. I have added a button to show a connection, but It is coming back with the error: Client...
Replies
23
Views
29,541
Back
Top Bottom