I have Alarm integer array with 300 array element , each array elements present int16 , each bit present one alarm mean i have 4800 Alarms with display path and label .
What's the best approach to configure this case and add these alarms to ignition a long with display path and labels .
If each integer is related to a single device or equipment and the individual bit alarms are the same with them, you could create a UDT with a parameter that points to the integer index of the array. Then define the alarms for each bit on the alarm settings appropriately.
If these are all unique and there's no consistency between them, your best bet is to try to script out all the alarms to programmatically configure them all. You'll of course need a spreadsheet or CSV to probably do it easily, otherwise you'll be typing them in one-by-one.