Problem with transfering BOOL Array to FactoryTalk

krisbi

Member
Join Date
Apr 2013
Location
zagreb
Posts
16
Hi guys.

I am using RS Studio v24 and I have a structure BOOL[2048] inside. When I give project to our HMI designer he sees that array of bools as DINT[64]. What could be the problem there, I can't figure it out?

Thanks.
 
You didn't say what HMI he's using but I don't think its FTView as it doesn't care, it just sees a tag array (of any). Tell him to try it, I suspect he'll only see values of 0 or 1.
 
For HMI it is used FT View Machine v8.

As for multiplication, I understand how 64*32 works, but that BOOL[2048] are alarm bits, and they need to be easy to work with.

This is easy to work with:

ALARMS[0]
ALARMS[1]
...
ALARMS[2047]

this is not easy

ALARMS[0][0]
ALARMS[0][1]
...
ALARMS[63][31]

to make import list for this.
 
Yes, I also have no problem if I make another project, put same controller inside and make BOOL[2048], then read variables in FT8. But in this project I am working on, it shows them as 64*DINT????
 

Similar Topics

Hi, I've been trying to run my project in Simulation (and check display on VNC viewer). When I try to download a procjet to simulator, then I...
Replies
2
Views
1,532
The project on the operator workstation keeps disconnecting, even though I have an installation server and operating station set up through...
Replies
0
Views
44
I have a problem, I'm running an AE Licence Manager on a Windows 2016 Server, and my Window Maker is on another separate Windows 2016 Server. My...
Replies
0
Views
54
I have one old Ansaldo VFD from 37kW and it have only sign OFF on the display after put it on the 3x400VAC. Is there any idea, how to solve this...
Replies
1
Views
69
Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
22
Views
508
Back
Top Bottom