I would just pull N100 and then use HMI Code to break apart the bits. My testing has shown that it takes practically the same amount of time to "access" 100 long values as it does to "access" one bit.. Correct me If I'm wrong on this. I'm still using the older version. On my version there is an over head involved that causes each "access" to equal about 20 ms.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Advanced HMI is excellent. Great Work.
I have an issue trying to pull individual bits from INT files. I am using the EthernetIPforCLXComm1 driver.
I have a controller tag named N100. Its Data type is INT.
I can easily access the data for the 'N100' and display on the HMI.
But when i try to access individual bits (BOOL) in the file for example 'N100.1' i receive an 'invalid value returned' message.
I dont know if this is a bug or whether i am missing the odvious.
Regards,
I would just pull N100 and then use HMI Code to break apart the bits. My testing has shown that it takes practically the same amount of time to "access" 100 long values as it does to "access" one bit.. Correct me If I'm wrong on this. I'm still using the older version. On my version there is an over head involved that causes each "access" to equal about 20 ms.