| FA136946 | How to configure alarm sound in a Vijeo Citect Project. To implement audible alarms in your project:
1- Verify that the alarms you want to trigger an audible alert are assigned to a category... |
| FA12058 | How to open an excel file during runtime in Vijeo Citect. Below cicode function can be used during runtime for opening an Excel file in Vijeo Citect: Exec("^""+"C:\Program Files\Microsoft Office\Office11\Excel.exe"+"^"... |
| FA11611 | How to acknowledge alarms automatically in Vijeo Citect during runtime. In order to acknowledge alarms automatically in the Vijeo Citect dring runtime put all the alarms that need to be automatically acknowledged in the... |
| FA21080 | Why does the compatibility check error come while downloading Unity Pro V4.0 application to Modicon M340 PLC. The error appears due to incompatibility between Unity Pro V4.0 and firmware version of the M340 CPU. Unity Pro V4.0 application is compatible with... |
| FA86513 | What are the built-in RTU Protocol and Function available in M340 -Unity Pro 5.0 Platform M340 offers two module references for RTU.
1.) BMX NOR 0200 (for normal environment)
2.) BMX NOR 0200H (for Harsh environment)
RTU communications... |
| FA11566 | How to get system clock time during runtime to be displayed on Vijeo Citect screen. In Vijeo Citect, to get system clock time parameters use of Cicode script has to be done using Cicode Time Functions, as there are no pre-defined... |
| FA144504 | How many PRM modules can M340 NOE and Premium ETY can handle at one time. The One number of NOE and ETY module can handle maximum 3 numbers of PRM modules. |
| FA86474 | Is it possible to read third party device 3X register through M340 serial Modbus Yes it is possible to read third party device 3x register through M340 serial Modbus.
Example:
READ_VAR(ADDM('0.0.0.1'),'%IW',1,1,%MW40:4,%MW50:1)... |
| FA23058 | How can I import an OTB CANopen island communicating with an M340 in the Unity software?
Before importing an OTB CANopen island, the ".DCF" file must first be generated using the Advantys software as follows:
Then in Unity, proceed... |
| FA143569 | Does the M340 support %MF direct addressing. No, it does not. A located REAL variable must be declared using two consecutive %MW. |